diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-05-24 20:25:25 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-05-24 20:25:25 +0000 |
commit | 8743489efacaa7e038152972826ed0921b559bf3 (patch) | |
tree | 5be466ac575ceeb646996edc76a7c1bd0f452771 /Makefile.am | |
parent | d3fbbef9c07827e0015eaeaebefaee421686eb86 (diff) | |
download | wireshark-8743489efacaa7e038152972826ed0921b559bf3.tar.gz wireshark-8743489efacaa7e038152972826ed0921b559bf3.tar.bz2 wireshark-8743489efacaa7e038152972826ed0921b559bf3.zip |
Appletalk Data Stream Interface (used by AFP-over-TCP) support, from
Randy McEoin.
svn path=/trunk/; revision=3446
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 70fc1ee91f..73dce5c3bc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # Makefile.am # Automake file for Ethereal # -# $Id: Makefile.am,v 1.322 2001/05/24 08:13:56 guy Exp $ +# $Id: Makefile.am,v 1.323 2001/05/24 20:25:24 guy Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@zing.org> @@ -99,6 +99,7 @@ DISSECTOR_SRC = \ packet-dec-bpdu.c \ packet-diameter.c \ packet-dns.c \ + packet-dsi.c \ packet-eigrp.c \ packet-esis.c \ packet-eth.c \ |