http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34667
User: etxrab
Date: 2010/10/28 08:37 AM
Log:
Apply packet-nas_eps.c part of http://anonsvn.wireshark.org/viewvc?view=rev&revision=28770
to ease comparison.
Log Message: From Kovarththanan Rajaratnam via bug 3548:
(1) Trailing/leading spaces are removed from 'name's/'blurb's
(2) Duplicate 'blurb's are replaced with NULL
(3) Empty ("") 'blurb's are replaced with NULL
(4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields
for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME,
FT_PROTOCOL, FT_STRING and FT_STRINGZ field types
(5) Only allow non-zero value for 'display' if 'bitmask' is non-zero
Directory: /trunk-1.2/epan/dissectors/
Changes Path Action
+14 -14 packet-nas_eps.c Modified