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 23270: /trunk/ /trunk/epan/: Makefile.common codecs.c co

Date: Thu, 25 Oct 2007 09:38:28 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23270

User: kukosa
Date: 2007/10/25 09:38 AM

Log:
 new codec table for registering codecs by name
 new codec plugin type
 search registered codecs in rtp player
 fix memory leak in rtp player

Directory: /trunk/epan/
  Changes    Path                Action
  +2 -0      Makefile.common     Modified
  +91 -0     codecs.c            Added
  +43 -0     codecs.h            Added
  +5 -0      libwireshark.def    Modified
  +35 -4     plugins.c           Modified
  +2 -0      plugins.h           Modified

Directory: /trunk/gtk/
  Changes    Path             Action
  +6 -0      plugins_dlg.c    Modified
  +60 -8     rtp_player.c     Modified