https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6999
Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |jeff.morriss.ws@xxxxxxxxx
Resolution| |FIXED
--- Comment #4 from Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> 2012-03-26 07:11:38 PDT ---
Checked in, thanks!
BTW, looking in the mpeg-descriptor dissector, normally I would prefer that
code like:
{ 0x42, "Stuffing Descriptor" },
[...]
case 0x42: /* Stuffing Descriptor */
Use a macro for 0x42 (since it makes the code more self-documenting). I
realize you're just following the style of the file; I'm just putting the
thought out there...
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.