http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54015
User: guy
Date: 2013/12/13 02:59 AM
Log:
 Add a "captype" file that just reports the type of a capture file, based
 on what libwiretap thinks it is.
 
 Update some comments to reflect the death of the hack used to include
 (libwiretap) plugin support in programs not built with libwireshark.
Directory: /trunk/doc/
  Changes    Path           Action
  +49 -0     captype.pod    Added
Directory: /trunk/
  Changes    Path               Action
  +24 -1     CMakeLists.txt     Modified
  +13 -3     Makefile.am        Modified
  +4 -0      Makefile.common    Modified
  +27 -11    Makefile.nmake     Modified
  +182 -0    captype.c          Added
  +19 -0     configure.ac       Modified