aboutsummaryrefslogtreecommitdiffstats
path: root/filetap
AgeCommit message (Collapse)AuthorFilesLines
2014-01-10Make internal functions staticAnders Broman1-2/+2
svn path=/trunk/; revision=54686
2014-01-08Add file_access.cJörg Mayer1-0/+1
svn path=/trunk/; revision=54659
2014-01-08Don't put into the distribution files that don't exist.Guy Harris1-4/+1
svn path=/trunk/; revision=54654
2014-01-08No generated C files in filetap, so no libfiletap_generated.Guy Harris1-5/+2
svn path=/trunk/; revision=54649
2014-01-08Unused parameters are unused.Guy Harris1-1/+1
svn path=/trunk/; revision=54648
2014-01-08TFShark (Terminal Fileshark) v.001. Bug 9607 ↵Michael Mann1-1/+6
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9607) This is a VERY PRELIMINARY version of tfshark. It's an attempt to jumpstart FileShark and its architecture. Right now it's mostly just a very stripped down version of tshark with all of the necessary build modifications (including now building filetap library since tfshark depends on it) This code has helped me identify what I believe to be all of the necessary layers for a complete fileshark architecture. And those layers will slowly be added in time (patches always welcome!). svn path=/trunk/; revision=54646
2014-01-02rename filetap/file_wrappers.[hc] -> filetap/ft_file_wrappers.[hc]Jörg Mayer6-8/+8
to avoid colliding include file names with wiretap/file_wrappers.h svn path=/trunk/; revision=54554
2014-01-01Fix compile issueMichael Mann1-1/+1
svn path=/trunk/; revision=54536
2014-01-01Filetap library, version 0.001Michael Mann12-0/+4330
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. svn path=/trunk/; revision=54531