diff options
author | Guy Harris <guy@alum.mit.edu> | 2000-04-20 07:05:58 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2000-04-20 07:05:58 +0000 |
commit | edd1f261709079cbe0ebe7f9bb8b447a250271c5 (patch) | |
tree | c53d7501daab4f29fddb7a458d040b7799b4eea9 /Makefile.am | |
parent | c2a68f6b86c75772f44e15b5d926ea25966e9241 (diff) | |
download | wireshark-edd1f261709079cbe0ebe7f9bb8b447a250271c5.tar.gz wireshark-edd1f261709079cbe0ebe7f9bb8b447a250271c5.tar.bz2 wireshark-edd1f261709079cbe0ebe7f9bb8b447a250271c5.zip |
Have the IPv6 dissector use the same dissector table as the IPv4
dissector.
Don't dissect the payload of any fragmented IPv6 packet unless it's the
initial fragment (that's what we do for IPv4).
svn path=/trunk/; revision=1882
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index d9d3d187df..7db57f76b1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # Makefile.am # Automake file for Ethereal # -# $Id: Makefile.am,v 1.190 2000/04/20 02:17:54 guy Exp $ +# $Id: Makefile.am,v 1.191 2000/04/20 07:05:52 guy Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@zing.org> @@ -82,7 +82,6 @@ DISSECTOR_SOURCES = \ packet-http.c \ packet-http.h \ packet-icmpv6.c\ - packet-icmpv6.h\ packet-icp.c \ packet-icq.c \ packet-imap.c \ @@ -148,7 +147,6 @@ DISSECTOR_SOURCES = \ packet-ospf.c \ packet-ospf.h \ packet-pim.c \ - packet-pim.h \ packet-pop.c \ packet-portmap.c \ packet-portmap.h \ |