aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-11-15 08:27:14 +0000
committerGuy Harris <guy@alum.mit.edu>2000-11-15 08:27:14 +0000
commitb606de7ea39043b9c1323283e00bc6493613f4dd (patch)
treef3a59c65b1986e8e8de5fcbac117ed242125b30a /Makefile.am
parent77ad89b12ddbec16981b495c60c895d463850c8f (diff)
Tvbuffify the IPP dissector, and have it register itself rather than
being a global function. The HTTP dissector should set "pinfo->current_proto" to HTTP even if we consider the packet to be IPP, so that if we run past the end of a tvbuff while dissecting HTTP stuff it's reported as a problem with HTTP, not IPP. svn path=/trunk/; revision=2648
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index ea10ba7b77..ce9a6c1de6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.246 2000/11/15 07:07:43 guy Exp $
+# $Id: Makefile.am,v 1.247 2000/11/15 08:27:14 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -205,7 +205,6 @@ noinst_HEADERS = \
packet-http.h \
packet-ieee80211.h \
packet-ip.h \
- packet-ipp.h \
packet-ipsec.h \
packet-ipv6.h \
packet-ipx.h \