Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

snmp: log response values #8158

Closed
wants to merge 1 commit into from

Conversation

catenacyber
Copy link
Contributor

Link to redmine ticket:
https://redmine.openinfosecfoundation.org/issues/5653

Describe changes:

  • snmp: log response values

Do we want to have a config option for this ?

// Request has empty, do not log it
ObjectSyntax::Empty => {}
_ => {
pdu_info.vals.push(format!("{:?}", var.val));
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to log everything this way ?

@suricata-qa
Copy link

WARNING:

field baseline test %
SURI_TLPW1_stats_chk
.tcp.rst 128237 103938 81.05%
SURI_TLPR1_stats_chk
.flow.memuse 565135168 1251995328 221.54%

Pipeline 10491

@codecov
Copy link

codecov bot commented Nov 14, 2022

Codecov Report

Merging #8158 (f6323ca) into master (a4239d4) will increase coverage by 0.08%.
The diff coverage is 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #8158      +/-   ##
==========================================
+ Coverage   81.73%   81.81%   +0.08%     
==========================================
  Files         962      962              
  Lines      276975   276985      +10     
==========================================
+ Hits       226379   226623     +244     
+ Misses      50596    50362     -234     
Flag Coverage Δ
fuzzcorpus 63.71% <100.00%> (+0.18%) ⬆️
suricata-verify 59.40% <100.00%> (-0.02%) ⬇️
unittests 63.37% <30.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

@suricata-qa
Copy link

Information: QA ran without warnings.

Pipeline 10605

@catenacyber catenacyber added the needs rebase Needs rebase to master label Dec 19, 2022
@catenacyber
Copy link
Contributor Author

not wanted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs rebase Needs rebase to master
2 participants