Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 6471] wireshark unable to decode NetFlow options which hav

Date: Wed, 19 Oct 2011 20:17:29 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6471

Guy Harris <guy@xxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Platform|Other                       |All

--- Comment #1 from Guy Harris <guy@xxxxxxxxxxxx> 2011-10-19 20:17:29 PDT ---
Fixed in rev 39485; the expert-item checks for a length of 4 for system and
interface scope were eliminated, and the system scope was made an FT_BYTES
item, which can have any length.  *IF* it's a common *convention* that the
system scope is either an IPv4 or IPv6 address, code could be added to check
for lengths of 4 and 16 and show the item as if it were an IPv4 or IPv6
address, respectively.  I left the interface scope as an FT_UINT32, just in
case it's a common convention that it's an interface index.

The fixes are scheduled for the 1.6.x and 1.4.x branches.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.