diff options
author | Evan Huus <eapache@gmail.com> | 2014-08-04 07:22:59 -0400 |
---|---|---|
committer | Evan Huus <eapache@gmail.com> | 2014-08-04 14:31:37 +0000 |
commit | 37b5b095b90ea714478049408084f39707882a06 (patch) | |
tree | 626067a89976a18ce078c093a3609aa1de25e173 /config.nmake | |
parent | 76e4698b6d5bf1c8a2aac419093d5cd52508a003 (diff) | |
download | wireshark-37b5b095b90ea714478049408084f39707882a06.tar.gz wireshark-37b5b095b90ea714478049408084f39707882a06.tar.bz2 wireshark-37b5b095b90ea714478049408084f39707882a06.zip |
Rip out the filetap code
We decided at sharkfest that this wasn't the right design for file dissection;
we have more-or-less settled on way forward, but nobody's shown interest in
implementing it. Whether or not that ever happens, this code is effectively
dead and should be removed.
Change-Id: I14d6086df3204fffb6485228db39d9f407661417
Reviewed-on: https://code.wireshark.org/review/3400
Petri-Dish: Evan Huus <eapache@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'config.nmake')
-rw-r--r-- | config.nmake | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/config.nmake b/config.nmake index b59a92e40e..6752310604 100644 --- a/config.nmake +++ b/config.nmake @@ -49,11 +49,6 @@ WTAP_VERSION_MAJOR=$(VERSION_MAJOR) WTAP_VERSION_MINOR=$(VERSION_MINOR) WTAP_VERSION_MICRO=0 -# The version of the filetap library. Recommended: Leave unchanged. -FTAP_VERSION_MAJOR=$(VERSION_MAJOR) -FTAP_VERSION_MINOR=$(VERSION_MINOR) -FTAP_VERSION_MICRO=0 - ##### Directories ##### # |