aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-07-27 17:53:29 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-07-27 17:53:29 +0000
commit55d497c195e0a49b558974a8a0c4c1de0530957d (patch)
treeb93511f5ac4d66175a0983f6a8f4d591c79b638a /Makefile.common
parentc7f66628f9bb35a4d183c10be4370ebd5c94aad4 (diff)
Add duplicate frame detection (and removal) to editcap. (Some switches
generate duplicate packets when a mirror/SPAN port is misconfigured). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18800 f5534014-38df-0310-8fa8-9805f1628bb7
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 = \