http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21686
User: lego
Date: 2007/05/04 09:10 PM
Log:
Add a plugin interface to wiretap.
So far I've done only regression testing (the new functionality and what's in wtap-plugins.c has not yet being tested).
it is a first step in the way to have lua opening files.
Directory: /trunk/wiretap/
Changes Path Action
+1 -0 Makefile.common Modified
+41 -32 file_access.c Modified
+0 -1 k12text.l Modified
+152 -0 wtap-plugins.c Added
+39 -2 wtap.c Modified
+4 -0 wtap.def Modified
+41 -4 wtap.h Modified