wireshark/plugins/profinet
Jeff Morriss 62596bffb3 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.

svn path=/trunk/; revision=21018
2007-03-11 06:16:00 +00:00
..
AUTHORS
COPYING
ChangeLog raise plugin version, as I've done some small but important changes 2006-12-19 22:44:35 +00:00
INSTALL
Makefile.am Properly introduce packet-pn.c as a helper 2007-02-23 19:37:01 +00:00
Makefile.common Properly introduce packet-pn.c as a helper 2007-02-23 19:37:01 +00:00
Makefile.nmake -Add the compiler version to the plugin resource 2007-02-26 20:39:38 +00:00
NEWS
moduleinfo.h raise plugin version, as I've done some small but important changes 2006-12-19 22:44:35 +00:00
moduleinfo.nmake Bump micro version number, like in moduleinfo.h 2006-12-20 10:07:20 +00:00
packet-dcerpc-pn-io.c Fix bug 552: 2007-03-11 06:16:00 +00:00
packet-dcom-cba-acco.c add a new function dissect_dcom_HRESULT_item() for some more flexibility, use it in the CBA-ACCO dissector - as the value_strings from dcom can't be used in hf_register_info from a plugin 2007-02-25 15:48:43 +00:00
packet-dcom-cba-acco.h some more compiler warnings removed 2007-02-17 09:42:38 +00:00
packet-dcom-cba.c squelch some compiler warnings 2007-02-17 08:08:40 +00:00
packet-pn-dcp.c major code cleanup: 2007-02-16 21:53:36 +00:00
packet-pn-mrp.c major code cleanup: 2007-02-16 21:53:36 +00:00
packet-pn-mrrt.c major code cleanup: 2007-02-16 21:53:36 +00:00
packet-pn-ptcp.c Fix bug 552: 2007-03-11 06:16:00 +00:00
packet-pn-rt.c PROFINET RT frames can also be transported over UDP Port 0x8892 - to be routable 2007-03-06 21:54:53 +00:00
packet-pn.c Include <string.h> to declare memcpy(). 2007-02-19 00:56:22 +00:00
packet-pn.h major code cleanup: 2007-02-16 21:53:36 +00:00
plugin.rc.in -Add the compiler version to the plugin resource 2007-02-26 20:39:38 +00:00