http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29607
User: guy
Date: 2009/08/28 07:32 PM
Log:
Note what the 3GPP spec is for this protocol.
Suggest a possible less-weak heuristic.
Note that we're not checking the T bit and handling RTP header
compression.
At least as I read TS 29.414, the length indicator isn't supposed to be
zero; however, a length indicator of 0 doesn't keep us from dissecting
further, so just don't bother dissecting the payload. We should,
perhaps, add an expert info for this.
We should perhaps also catch exceptions thrown when dissecting the RTP
packet, so a malformed RTP packet will still let us continue dissecting
the rest of the Nb packet.
Directory: /trunk/epan/dissectors/
Changes Path Action
+22 -22 packet-nb_rtpmux.c Modified