http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21018
User: morriss
Date: 2007/03/11 06:16 AM
Log:
Fix bug 552:
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=552
by enforcing that header fields have names of length > 0. This should fix
the display of those fields and also make them filterable (which was the
subject of the bug). Abbreviations are (still) optional: if they are empty
then the field is not filterable.
Update README.developer with this information.
Add header field names in several dissectors where they were missing.
In packet-arp.c give "packet-storm-detected" a name (as above) but also set it
as _GENERATED.
Also remove trailing white space from all the files checked in.
Directory: /trunk/epan/dissectors/
Changes Path Action
+9 -7 packet-arp.c Modified
+20 -20 packet-dcerpc-nt.c Modified
+105 -105 packet-dcp.c Modified
+34 -34 packet-ndmp.c Modified
Directory: /trunk/doc/
Changes Path Action
+163 -161 README.developer Modified
Directory: /trunk/epan/
Changes Path Action
+8 -6 proto.c Modified
Directory: /trunk/plugins/profinet/
Changes Path Action
+448 -448 packet-dcerpc-pn-io.c Modified
+53 -53 packet-pn-ptcp.c Modified