http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54646
User: mmann
Date: 2014/01/08 04:35 AM
Log:
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!).
Directory: /trunk/epan/dissectors/
Changes Path Action
+3 -0 file-elf.c Modified
+2 -2 packet-ndmp.c Modified
Directory: /trunk/epan/
Changes Path Action
+29 -0 epan.c Modified
+11 -0 epan.h Modified
+69 -0 packet.c Modified
+7 -0 packet.h Modified
Directory: /trunk/filetap/
Changes Path Action
+6 -1 file_access.c Modified
Directory: /trunk/image/
Changes Path Action
+11 -1 Makefile.nmake Modified
+1 -0 README.image Modified
+41 -0 tfshark.rc.in Added
(12 files not shown)