aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-02-03 18:57:26 +0000
committerGuy Harris <guy@alum.mit.edu>2004-02-03 18:57:26 +0000
commita7bb0c7e99a00ae9666936028e5e743d04c29db2 (patch)
tree7ec06c402f2117748c54292fc3782b5af4d143b3 /Makefile.common
parentff0d9dd388df91f9d959c30a47aace3beb0ffa20 (diff)
From Martin Mathieson: SIP sipfrag support.
svn path=/trunk/; revision=9969
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 26ee43e1a1..40247ce317 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -3,7 +3,7 @@
# a) common to both files and
# b) portable between both files
#
-# $Id: Makefile.common,v 1.9 2004/02/01 10:31:17 jmayer Exp $
+# $Id: Makefile.common,v 1.10 2004/02/03 18:57:26 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -355,6 +355,7 @@ DISSECTOR_SRC = \
packet-ses.c \
packet-sflow.c \
packet-sip.c \
+ packet-sipfrag.c \
packet-skinny.c \
packet-slimp3.c \
packet-sll.c \