TFShark (Terminal Fileshark) v.001. Bug 9607 (https://bugs.wireshark.org/bugzilla...
authormmann <mmann@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 8 Jan 2014 04:35:28 +0000 (04:35 +0000)
committermmann <mmann@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 8 Jan 2014 04:35:28 +0000 (04:35 +0000)
commitaff991b96a16b18f38da9a9c9b4970c497d4c973
treefbf66f67fb32e3d49466867e62a1c07a03300283
parent44f25b42c739c39da0cbdc708906a3c8085717ab
TFShark (Terminal Fileshark) v.001.  Bug 9607 (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!).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@54646 f5534014-38df-0310-8fa8-9805f1628bb7
22 files changed:
CMakeLists.txt
CMakeOptions.txt
Makefile.am
Makefile.common
Makefile.nmake
config.nmake
configure.ac
epan/dissectors/file-elf.c
epan/dissectors/packet-ndmp.c
epan/epan.c
epan/epan.h
epan/packet.c
epan/packet.h
filetap/file_access.c
frame_tvbuff.c
frame_tvbuff.h
image/Makefile.nmake
image/README.image
image/tfshark.rc.in [new file with mode: 0644]
make-version.pl
tfshark.c [new file with mode: 0644]
wiretap/file_wrappers.h