http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36661
User: etxrab
Date: 2011/04/16 05:03 AM
Log:
From Motonori Shindo:
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.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5807
Directory: /trunk/epan/dissectors/
Changes Path Action
+52 -2 packet-netflow.c Modified