From David Katz via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5166 :
authorJeff Morriss <jeff.morriss@ulticom.com>
Wed, 17 Nov 2010 03:16:30 +0000 (03:16 -0000)
committerJeff Morriss <jeff.morriss@ulticom.com>
Wed, 17 Nov 2010 03:16:30 +0000 (03:16 -0000)
commit9aeb1dac1770c29b74b0278eda284701a2e8f731
treef6d445ed743ea18417507361fa809342b216572a
parent37d4ccff56398d5bfbf9418887baf3271b9fd5df
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
AUTHORS
plugins/wimaxasncp/packet-wimaxasncp.c
plugins/wimaxasncp/wimaxasncp_dict.h
plugins/wimaxasncp/wimaxasncp_dict.l
wimaxasncp/dictionary.dtd
wimaxasncp/dictionary.xml