From 1b25952ad459c5627093eca11853d487fbdcae4a Mon Sep 17 00:00:00 2001 From: Gilbert Ramirez Date: Mon, 27 Mar 2000 17:53:20 +0000 Subject: Change dissect_ppp() to accept offset. Change GRE dissector to call dissect_ppp() instead of dissect_payload_ppp(). svn path=/trunk/; revision=1753 --- packet-ppp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packet-ppp.h') diff --git a/packet-ppp.h b/packet-ppp.h index 08df2bd54b..14e01b8d1a 100644 --- a/packet-ppp.h +++ b/packet-ppp.h @@ -1,6 +1,6 @@ /* packet-ppp.h * - * $Id: packet-ppp.h,v 1.1 2000/02/15 21:02:53 gram Exp $ + * $Id: packet-ppp.h,v 1.2 2000/03/27 17:53:20 gram Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -23,5 +23,5 @@ */ void capture_ppp(const u_char *, packet_counts *); -void dissect_ppp(const u_char *, frame_data *, proto_tree *); +void dissect_ppp(const u_char *, int, frame_data *, proto_tree *); void dissect_payload_ppp(const u_char *, int, frame_data *, proto_tree *); -- cgit v1.2.3