ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 22318: /trunk/epan/ /trunk/epan/dissectors/: packet-diam

Date: Mon, 16 Jul 2007 05:42:01 GMT
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