Wireshark-bugs: [Wireshark-bugs] [Bug 6767] packet-rtp.c incorrect logic for heading extension

Date: Thu, 26 Jan 2012 05:24:40 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6767

Dan <daniel.ctr.lovelace@xxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #7732|                            |review_for_checkin?
              Flags|                            |

--- Comment #2 from Dan <daniel.ctr.lovelace@xxxxxxx> 2012-01-26 05:24:39 PST ---
Created attachment 7732
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=7732
modifies header extension subdissector calls

modified the rtp_hdr_ext_dissector_table to use uint16 instead of string. then
we can use the defined by profile value to call a sub dissector.

previously it used a string for the rtp_hdr_ext_dissector_table which was for
the dynamic payload, not for the header extension.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.