diff options
author | Michael Mann <mmann78@netscape.net> | 2014-01-08 04:35:28 +0000 |
---|---|---|
committer | Michael Mann <mmann78@netscape.net> | 2014-01-08 04:35:28 +0000 |
commit | bf284da2eef917f8bf55be3aad15bb296072bb77 (patch) | |
tree | fbf66f67fb32e3d49466867e62a1c07a03300283 /CMakeOptions.txt | |
parent | a6ed8a1de97a70668a8feaeade2a11cc4c93185f (diff) | |
download | wireshark-bf284da2eef917f8bf55be3aad15bb296072bb77.tar.gz wireshark-bf284da2eef917f8bf55be3aad15bb296072bb77.tar.bz2 wireshark-bf284da2eef917f8bf55be3aad15bb296072bb77.zip |
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!).
svn path=/trunk/; revision=54646
Diffstat (limited to 'CMakeOptions.txt')
-rw-r--r-- | CMakeOptions.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeOptions.txt b/CMakeOptions.txt index 4579ab9f63..e1ddb9302a 100644 --- a/CMakeOptions.txt +++ b/CMakeOptions.txt @@ -5,6 +5,7 @@ option(BUILD_wireshark "Build the GTK+-GUI version of Wireshark" ON) option(BUILD_qtshark "Build the Qt-GUI version of Wireshark" ON) option(BUILD_tshark "Build tshark" ON) +option(BUILD_tfshark "Build tfshark" ON) option(BUILD_rawshark "Build rawshark" ON) option(BUILD_dumpcap "Build dumpcap" ON) option(BUILD_text2pcap "Build text2pcap" ON) |