diff options
author | Guy Harris <guy@alum.mit.edu> | 2000-11-04 07:50:47 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2000-11-04 07:50:47 +0000 |
commit | f123a86b7041ede725a6b0ba565eda69f888ceb8 (patch) | |
tree | 36fd18770d8b3a42eb2e94a28b558e2a59903775 /Makefile.am | |
parent | 76aa3d0a724f46a74756864bbfdcfb682747a3ec (diff) | |
download | wireshark-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.am | 3 |
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 \ |