ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 6999] Add support for DVB Time Offset Table (TOT)

Date: Mon, 26 Mar 2012 07:11:38 -0700 (PDT)
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.