Wireshark-bugs: [Wireshark-bugs] [Bug 10899] Wrong media format

Date: Thu, 29 Jan 2015 10:20:46 +0000

changed bug 10899


What Removed Added
CC   [email protected]

Comment # 3 on bug 10899 from
We could verify that string (here being set to "-") contains digits before
doing the val_string conversion, and display it as raw like when we do not
hrave a RTP/AVP token.

But according to RFC 4566, I would have expected to have a number andd not a
dash:

   <fmt> is a media format description.  The fourth and any subsequent
      sub-fields describe the format of the media.  The interpretation
      of the media format depends on the value of the <proto> sub-field.

      If the <proto> sub-field is "RTP/AVP" or "RTP/SAVP" the <fmt>
      sub-fields contain RTP payload type numbers.  When a list of
      payload type numbers is given, this implies that all of these
      payload formats MAY be used in the session, but the first of these
      formats SHOULD be used as the default format for the session.  For
      dynamic payload type assignments the "a=rtpmap:" attribute (see
      Section 6) SHOULD be used to map from an RTP payload type number
      to a media encoding name that identifies the payload format.  The
      "a=fmtp:"  attribute MAY be used to specify format parameters (see
      Section 6).


You are receiving this mail because:
  • You are watching all bug changes.