Wireshark-commits: [Wireshark-commits] rev 23943: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Sun, 23 Dec 2007 20:11:00 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23943

User: jake
Date: 2007/12/23 08:11 PM

Log:
 From Andreas St:
 In our communication systems, we make use of the RTP header extension to encode
 signalling information in the form of a bit mask. To improve our debugging, we
 extended the default RTP dissector to call back any subdissector registering
 for a particular RTP payload type string. This allows to render the value of
 the header extension in a different, more flexible way compared to the default
 numeric representation, such as in form of a subtree.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +15 -0     packet-rtp.c    Modified