aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/Makefile.common
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/Makefile.common
parent4705839f110e9cbef5538e9a205fa59524aba83d (diff)
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/Makefile.common')
-rw-r--r--wiretap/Makefile.common8
1 files changed, 4 insertions, 4 deletions
diff --git a/wiretap/Makefile.common b/wiretap/Makefile.common
index 68c992ec3f..7034190d18 100644
--- a/wiretap/Makefile.common
+++ b/wiretap/Makefile.common
@@ -31,7 +31,6 @@
NONGENERATED_C_FILES = \
5views.c \
aethra.c \
- airopeek9.c \
ascendtext.c \
atm.c \
ber.c \
@@ -45,7 +44,6 @@ NONGENERATED_C_FILES = \
dbs-etherwatch.c \
dct3trace.c \
erf.c \
- etherpeek.c \
eyesdn.c \
file_access.c \
file_wrappers.c \
@@ -70,6 +68,8 @@ NONGENERATED_C_FILES = \
packetlogger.c \
pcap-common.c \
pcapng.c \
+ peekclassic.c \
+ peektagged.c \
pppdump.c \
radcom.c \
snoop.c \
@@ -84,7 +84,6 @@ NONGENERATED_C_FILES = \
NONGENERATED_HEADER_FILES = \
5views.h \
aethra.h \
- airopeek9.h \
ascendtext.h \
ascend-int.h \
atm.h \
@@ -99,7 +98,6 @@ NONGENERATED_HEADER_FILES = \
dbs-etherwatch.h \
dct3trace.h \
erf.h \
- etherpeek.h \
eyesdn.h \
file_wrappers.h \
hcidump.h \
@@ -125,6 +123,8 @@ NONGENERATED_HEADER_FILES = \
pcap-common.h \
pcap-encap.h \
pcapng.h \
+ peekclassic.h \
+ peektagged.h \
pppdump.h \
radcom.h \
snoop.h \