aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-03-26 02:10:46 +0000
committerGuy Harris <guy@alum.mit.edu>2004-03-26 02:10:46 +0000
commit512e60ea912b00d44ec48b14df47b9249e99dbed (patch)
tree27a2fb33ccfe0600b24e074310f1292709262fee
parent43e550026b66ce2fbf7213df20a4e0bb69258290 (diff)
Include packet-sip.h in the release.
svn path=/trunk/; revision=10496
-rw-r--r--Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 07520908ea..6990acb472 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.35 2004/03/23 21:19:55 guy Exp $
+# $Id: Makefile.common,v 1.36 2004/03/26 02:10:46 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -167,6 +167,7 @@ DISSECTOR_INCLUDES = \
packet-scsi.h \
packet-sctp.h \
packet-ses.h \
+ packet-sip.h \
packet-sll.h \
packet-smb-browse.h \
packet-smb-common.h \