http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22318
User: lego
Date: 2007/07/16 05:42 AM
Log:
Rewrite of the diameter dissector to use the dictionary for creating hfids, drop libxml dependency.
The work is still incomplete (anything but strings and numbers appears as bytes) but I want others to start testing it.
TODO:
builders and decoders for:
- (ntp) timestamps
- addresses
- diameteruris
- diameteridentities
- ipfilterrules
- qosfilterrules
- mipregistrationrequests
Directory: /trunk/epan/dissectors/
Changes Path Action
+659 -2211 packet-diameter.c Modified
Directory: /trunk/epan/
Changes Path Action
+81 -0 diam_dict.h Added
+759 -0 diam_dict.l Added