wireshark/plugins/wimaxasncp
Jeff Morriss 9aeb1dac17 From David Katz via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5166 :
Add a configuration parameter of the NWG version for WiMAX ASN CP dissector.
The format and meaning of TLVs, as well as function types  and messages changed
between the different NWG versions.
Added support for the version number of TLVs in the dictionary xml, its parser,
and of course in the packet itself.
Added support for the version number of function-types and message-types by
extending the value_string structure to contain also a "since" version number.

Successfully tested with a live capture and capture file, containing WiMAX ASN
packets (full Network entry).
Also fuzzed 500 passes successfully.

The XML doesn't contain all existing NWG versions, only selected ones. This is
a little tedious work to go over all TLVs of each version, so I'll add some
newer versions later on. can add a short how-to of adding a new version, for
others to use, if needed.


svn path=/trunk/; revision=34919
2010-11-17 03:16:30 +00:00
..
AUTHORS Embedding EAP inside wimaxasncp. 2007-11-16 23:03:09 +00:00
CMakeLists.txt Plugins are not shared libraries, so: 2010-09-24 20:41:34 +00:00
COPYING
ChangeLog - Prettify "Value" node that contains EAP tree with top-level details 2007-11-19 19:07:49 +00:00
Makefile.am Add Cmake stuff to the source distribution so more people can try it out. 2010-05-14 16:27:03 +00:00
Makefile.common - Prettify "Value" node that contains EAP tree with top-level details 2007-11-19 19:07:49 +00:00
Makefile.nmake Run checkapi on the dissector header files 2009-09-13 19:48:22 +00:00
moduleinfo.h
moduleinfo.nmake
packet-wimaxasncp.c From David Katz via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5166 : 2010-11-17 03:16:30 +00:00
plugin.rc.in Remove the pre-release flag from FILEFLAGS in the resource file. 2008-03-29 23:04:33 +00:00
wimaxasncp_dict.h From David Katz via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5166 : 2010-11-17 03:16:30 +00:00
wimaxasncp_dict.l From David Katz via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5166 : 2010-11-17 03:16:30 +00:00