From 0c13da5c70517cf81f9d30c10f6ef7e7a45ccb78 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 3 Nov 2001 00:58:52 +0000 Subject: Rename the "private" member of the "packet_info" structure to "private_data", to keep C++ compilers from getting heartburn. svn path=/trunk/; revision=4130 --- packet-nbns.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packet-nbns.c') diff --git a/packet-nbns.c b/packet-nbns.c index 10148eaf59..b47748d002 100644 --- a/packet-nbns.c +++ b/packet-nbns.c @@ -4,7 +4,7 @@ * Gilbert Ramirez * Much stuff added by Guy Harris * - * $Id: packet-nbns.c,v 1.62 2001/10/12 01:41:03 guy Exp $ + * $Id: packet-nbns.c,v 1.63 2001/11/03 00:58:49 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -1504,7 +1504,7 @@ dissect_nbss_packet(tvbuff_t *tvb, int offset, packet_info *pinfo, static void dissect_nbss(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) { - struct tcpinfo *tcpinfo = pinfo->private; + struct tcpinfo *tcpinfo = pinfo->private_data; int offset = 0; int max_data; guint8 msg_type; -- cgit v1.2.3