diff options
author | Guy Harris <guy@alum.mit.edu> | 2003-06-11 22:36:18 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2003-06-11 22:36:18 +0000 |
commit | 329fcc6750e875315fc923c54abc9d821ab7c963 (patch) | |
tree | aa49c83772f799a79a085193d8106cf0b514c59d /Makefile.am | |
parent | 6fc868b2c91947f7ab4fe16065c17af68af413bf (diff) | |
download | wireshark-329fcc6750e875315fc923c54abc9d821ab7c963.tar.gz wireshark-329fcc6750e875315fc923c54abc9d821ab7c963.tar.bz2 wireshark-329fcc6750e875315fc923c54abc9d821ab7c963.zip |
From Joakim Wiberg: update to the CIP dissector, reverting to the
"EtherNet/IP" name in his original version ("IP" there is "Industrial
Protocol", not "Internet Protocol"), and to the original file name, and
getting rid of some unused variables.
svn path=/trunk/; revision=7851
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 6508f6fc20..0466691091 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # Makefile.am # Automake file for Ethereal # -# $Id: Makefile.am,v 1.588 2003/06/11 09:17:00 guy Exp $ +# $Id: Makefile.am,v 1.589 2003/06/11 22:36:17 guy Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@ethereal.com> @@ -112,7 +112,6 @@ DISSECTOR_SRC = \ packet-cdp.c \ packet-cgmp.c \ packet-chdlc.c \ - packet-cip.c \ packet-clearcase.c \ packet-clip.c \ packet-clnp.c \ @@ -185,6 +184,7 @@ DISSECTOR_SRC = \ packet-eapol.c \ packet-eigrp.c \ packet-enc.c \ + packet-enip.c \ packet-esis.c \ packet-eth.c \ packet-etherip.c \ |