http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53710
User: guy
Date: 2013/12/02 08:30 AM
Log:
Move most of the plugin code from epan to wsutil and remove all
knowledge of particular types of plugins. Instead, let particular types
of plugins register with the common plugin code, giving a name and a
routine to recognize that type of plugin.
In particular applications, only process the relevant plugin types.
Add a Makefile.common to the codecs directory.
Directory: /trunk/codecs/
Changes Path Action
+20 -21 Makefile.am Modified
+41 -0 Makefile.common Added
+14 -13 Makefile.nmake Modified
+73 -0 codecs.c Modified
+19 -1 codecs.h Modified
Directory: /trunk/epan/
Changes Path Action
+0 -1 CMakeLists.txt Modified
+0 -2 Makefile.common Modified
+14 -0 epan.c Modified
+10 -0 epan.h Modified
+0 -1 packet.c Modified
+0 -575 plugins.c Removed
(29 files not shown)