Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 23612: /trunk/ /trunk/epan/dissectors/: packet-mpeg-audi

Date: Mon, 26 Nov 2007 23:06:14 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23612

User: morriss
Date: 2007/11/26 11:06 PM

Log:
 Get rid of the global data structures populated by wiretap/mpeg-audio but
 used by the mpeg-audio dissector: instead keep the data inside the wiretap
 module and add accessor functions.  I think this should fix
 http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1677 and anyway it's
 cleaner.

Directory: /trunk/epan/dissectors/
  Changes    Path                   Action
  +6 -6      packet-mpeg-audio.c    Modified

Directory: /trunk/asn1/mpeg-audio/
  Changes    Path                            Action
  +5 -5      packet-mpeg-audio-template.c    Modified

Directory: /trunk/wiretap/
  Changes    Path            Action
  +42 -6     mpeg-audio.c    Modified
  +14 -26    mpeg-audio.h    Modified