http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45525
User: guy
Date: 2012/10/13 03:20 PM
Log:
The Interface Name field of the Interface Name sub-object of the
Interface Information object for ICMP is *NOT* null-terminated. Use
tvb_format_text() for now, to properly null-terminate the display string
and to cope with non-ASCII data. (It should ultimately be a named field
with an encoding of UTF-8.)
Directory: /trunk/epan/dissectors/
Changes Path Action
+1 -3 packet-icmp.c Modified