Wireshark-commits: [Wireshark-commits] rev 21686: /trunk/wiretap/ /trunk/wiretap/: Makefile.common

Date: Fri, 04 May 2007 21:10:57 GMT
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