aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-11-04 07:50:47 +0000
committerGuy Harris <guy@alum.mit.edu>2000-11-04 07:50:47 +0000
commitf123a86b7041ede725a6b0ba565eda69f888ceb8 (patch)
tree36fd18770d8b3a42eb2e94a28b558e2a59903775 /Makefile.am
parent76aa3d0a724f46a74756864bbfdcfb682747a3ec (diff)
downloadwireshark-f123a86b7041ede725a6b0ba565eda69f888ceb8.tar.gz
wireshark-f123a86b7041ede725a6b0ba565eda69f888ceb8.tar.bz2
wireshark-f123a86b7041ede725a6b0ba565eda69f888ceb8.zip
SIP dissector, from Heikki Vatiainen.
svn path=/trunk/; revision=2562
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 880eaf859a..bd7dc8aa2e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.240 2000/11/04 03:30:40 guy Exp $
+# $Id: Makefile.am,v 1.241 2000/11/04 07:50:47 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -133,6 +133,7 @@ DISSECTOR_SOURCES = \
packet-sap.c \
packet-sctp.c \
packet-sdp.c \
+ packet-sip.c \
packet-smb.c \
packet-smb-browse.c \
packet-smb-common.c \