Wireshark-commits: [Wireshark-commits] rev 54531: / /trunk/filetap/: CMakeLists.txt Makefile.am Mak
Date: Wed, 01 Jan 2014 13:18:46 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54531

User: mmann
Date: 2014/01/01 01:18 PM

Log:
 Filetap library, version 0.001
 
 This is intended as the "tap library" for fileshark.  Right now its basically just a very stripped down (and renamed) copy of the wiretap library.  The goal is to remove "capture" and "wire" specific functionality out of the file handling to make it easier/simpler to support non-capture type files in the epan architecture.

Directory: /trunk/filetap/
  Changes    Path               Action
  +84 -0     CMakeLists.txt     Added
  +84 -0     Makefile.am        Added
  +42 -0     Makefile.common    Added
  +59 -0     Makefile.nmake     Added
  +163 -0    buffer.c           Added
  +74 -0     buffer.h           Added
  +993 -0    file_access.c      Added
  +1649 -0   file_wrappers.c    Added
  +61 -0     file_wrappers.h    Added
  +252 -0    ftap-int.h         Added
  +480 -0    ftap.c             Added


(2 files not shown)