summaryrefslogtreecommitdiff
path: root/wiretap/CMakeLists.txt
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-07-09 23:07:28 +0000
committerGuy Harris <guy@alum.mit.edu>2012-07-09 23:07:28 +0000
commit9fcbc2377fa09fb6c4837780faac307b467486ae (patch)
tree7f8e1e178c63debb56384169d620eaeef8f76c23 /wiretap/CMakeLists.txt
parent4705839f110e9cbef5538e9a205fa59524aba83d (diff)
downloadwireshark-9fcbc2377fa09fb6c4837780faac307b467486ae.tar.gz
The names "etherpeek" and "airopeek" are a bit misleading, as the
"etherpeek.c" file format is used by AiroPeek and the "airopeek9.c" file format is used by EtherPeek. Instead, use the names that WildPackets apparently uses for those formats - "classic" and "tagged". svn path=/trunk/; revision=43630
Diffstat (limited to 'wiretap/CMakeLists.txt')
-rw-r--r--wiretap/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/CMakeLists.txt b/wiretap/CMakeLists.txt
index 1d236637be..a2147a2401 100644
--- a/wiretap/CMakeLists.txt
+++ b/wiretap/CMakeLists.txt
@@ -25,7 +25,6 @@
set(WIRETAP_FILES
5views.c
aethra.c
- airopeek9.c
ascendtext.c
atm.c
ber.c
@@ -39,7 +38,6 @@ set(WIRETAP_FILES
dbs-etherwatch.c
dct3trace.c
erf.c
- etherpeek.c
eyesdn.c
file_access.c
file_wrappers.c
@@ -64,6 +62,8 @@ set(WIRETAP_FILES
packetlogger.c
pcap-common.c
pcapng.c
+ peekclassic.c
+ peektagged.c
pppdump.c
radcom.c
snoop.c