From d7e6e0e384967a4d3ac1f57d6446f5a04e83b3c6 Mon Sep 17 00:00:00 2001 From: Gilbert Ramirez Date: Fri, 19 May 2000 23:07:04 +0000 Subject: Add wtap-int.h. Move definitions relevant to the internal workins of wiretap to that file, leave public definitions in wtap.h. Rename "union pseudo_header" to "union wtap_pseudo_header". Make the wtap_pseudo_header pointer available in packet_info struct. svn path=/trunk/; revision=1989 --- packet-atm.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'packet-atm.c') diff --git a/packet-atm.c b/packet-atm.c index 1de50ed766..5a7bbcfb59 100644 --- a/packet-atm.c +++ b/packet-atm.c @@ -1,7 +1,7 @@ /* packet-atm.c * Routines for ATM packet disassembly * - * $Id: packet-atm.c,v 1.19 2000/05/18 09:05:40 guy Exp $ + * $Id: packet-atm.c,v 1.20 2000/05/19 23:06:08 gram Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -372,7 +372,7 @@ dissect_le_control(const u_char *pd, int offset, frame_data *fd, proto_tree *tre } static void -dissect_lane(const union pseudo_header *pseudo_header, const u_char *pd, +dissect_lane(const union wtap_pseudo_header *pseudo_header, const u_char *pd, int offset, frame_data *fd, proto_tree *tree) { tvbuff_t *next_tvb; @@ -485,7 +485,7 @@ static const value_string ipsilon_type_vals[] = { * We at least know it's AAL5.... */ static void -atm_guess_content(union pseudo_header *pseudo_header, const u_char *pd, +atm_guess_content(union wtap_pseudo_header *pseudo_header, const u_char *pd, frame_data *fd) { if (pseudo_header->ngsniffer_atm.Vpi == 0) { @@ -550,7 +550,7 @@ atm_guess_content(union pseudo_header *pseudo_header, const u_char *pd, } void -dissect_atm(union pseudo_header *pseudo_header, const u_char *pd, +dissect_atm(union wtap_pseudo_header *pseudo_header, const u_char *pd, frame_data *fd, proto_tree *tree) { int offset = 0; -- cgit v1.2.3