From 8c27c3d37ba4be0f166c17be1ed60a6076703902 Mon Sep 17 00:00:00 2001 From: Gilbert Ramirez Date: Mon, 5 Jun 2000 03:21:03 +0000 Subject: Change dissect_ah() so that dissect_ip() doesn't have to make a special case for it. dissect_ah() is registered with the "ip.proto" handoff table, and dissect_ah() calls the next dissector using this same "ip.proto" handoff table. The old dissect_ah() is kept as dissect_ah_old() since dissect_ipv6() still uses it. I need to convert some more functions before I can get rid of dissect_ah_old(). svn path=/trunk/; revision=2039 --- packet-ipsec.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'packet-ipsec.h') diff --git a/packet-ipsec.h b/packet-ipsec.h index 38bea778b8..64b7f5a4fa 100644 --- a/packet-ipsec.h +++ b/packet-ipsec.h @@ -1,6 +1,6 @@ /* packet-ipsec.h * - * $Id: packet-ipsec.h,v 1.2 2000/04/20 07:05:55 guy Exp $ + * $Id: packet-ipsec.h,v 1.3 2000/06/05 03:21:02 gram Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -23,4 +23,5 @@ */ -int dissect_ah(const u_char *, int, frame_data *, proto_tree *); +int dissect_ah_old(const u_char *, int, frame_data *, proto_tree *); +void dissect_ah(const u_char *, int, frame_data *, proto_tree *); -- cgit v1.2.3