https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5807
Summary: Permanent Bytes/Packets handling enhancement in
NetFlowV9/IPFIX
Product: Wireshark
Version: SVN
Platform: Other
OS/Version: Mac OS X 10.6
Status: NEW
Severity: Enhancement
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: motonori@xxxxxxx
Created an attachment (id=6127)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=6127)
A patch to treat IN_BYTES/IN_PKTS and IN_PERMANENT_BYTES/IN_PERMANENT_PKTS
separately
Build Information:
wireshark 1.5.1 (SVN Rev 36487 from /trunk)
--
Current NetFlow V9/IPFIX dissector treats IN_BYTES (IE=1) and
IN_PERMANENT_BYTES (IE=85) exactly in the same way. The same applies to IN_PKTS
(IE=2) and IN_PERMANENT_PKTS (IE=86). However, IN_BYTES/IN_PKTS and
IN_PERMANENT_BYTES/IN_PERMANENT_PKTS have different semantics so they should be
distinguishable when they are displayed or specified in a filter. Please find
attached the patch
which does that.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.