Wireshark-commits: [Wireshark-commits] rev 53686: /trunk/ /trunk/codecs/: CMakeLists.txt Makefile.a

Date: Sun, 01 Dec 2013 03:53:58 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53686

User: mmann
Date: 2013/12/01 03:53 AM

Log:
 Move codecs.[ch] out of epan and into codecs directory.
 
 This may break easy_codec plugins, but it appears a better/more consistent way is needed to register codecs.  See Guy's comments in bug 7893 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7893)

Directory: /trunk/codecs/
  Changes    Path              Action
  +1 -0      CMakeLists.txt    Modified
  +2 -0      Makefile.am       Modified
  +5 -0      Makefile.nmake    Modified
  +88 -0     codecs.c          Added
  +41 -0     codecs.h          Added

Directory: /trunk/epan/
  Changes    Path               Action
  +0 -1      CMakeLists.txt     Modified
  +0 -2      Makefile.common    Modified
  +0 -89     codecs.c           Removed
  +0 -44     codecs.h           Removed

Directory: /trunk/ui/gtk/
  Changes    Path            Action
  +1 -1      rtp_player.c    Modified