diff options
author | Guy Harris <guy@alum.mit.edu> | 2003-04-29 02:55:14 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2003-04-29 02:55:14 +0000 |
commit | b79fee576061894f231f4d768e0c3bd15c6e1602 (patch) | |
tree | ad888f57016d5604cfb715376774271809205c68 /Makefile.am | |
parent | a253aa6a7d0fc44f473f1cf93c015df60a666dd2 (diff) | |
download | wireshark-b79fee576061894f231f4d768e0c3bd15c6e1602.tar.gz wireshark-b79fee576061894f231f4d768e0c3bd15c6e1602.tar.bz2 wireshark-b79fee576061894f231f4d768e0c3bd15c6e1602.zip |
iSNS support, from Garth Bushell.
svn path=/trunk/; revision=7597
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 5332ff119e..f090bd62f7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # Makefile.am # Automake file for Ethereal # -# $Id: Makefile.am,v 1.578 2003/04/26 00:19:24 tpot Exp $ +# $Id: Makefile.am,v 1.579 2003/04/29 02:55:12 guy Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@ethereal.com> @@ -246,6 +246,7 @@ DISSECTOR_SRC = \ packet-isis-lsp.c \ packet-isis-snp.c \ packet-isl.c \ + packet-isns.c \ packet-isup.c \ packet-iua.c \ packet-kadm5.c \ |