aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-07-27 17:53:29 +0000
committerGerald Combs <gerald@wireshark.org>2006-07-27 17:53:29 +0000
commit9045703e2c55f45844b521ddeb027bbc12f4b220 (patch)
treeb93511f5ac4d66175a0983f6a8f4d591c79b638a /Makefile.common
parent52e9a9c01226cb5999c62fe3008bff0bef0265ce (diff)
Add duplicate frame detection (and removal) to editcap. (Some switches
generate duplicate packets when a mirror/SPAN port is misconfigured). svn path=/trunk/; revision=18800
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 8e5382882e..12661f8b9f 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -201,7 +201,8 @@ mergecap_SOURCES = \
# editcap specifics
editcap_SOURCES = \
- editcap.c
+ editcap.c \
+ epan/crypt-md5.c
# dftest specifics
dftest_SOURCES = \