From 9ff0d6804d6b60a8c1b66649c45473074b1eadc3 Mon Sep 17 00:00:00 2001 From: guy Date: Wed, 3 Dec 2003 09:28:26 +0000 Subject: The "ptr_u" unions no longer have a "next" pointer - they now just have one member - or have one that's not used, so get rid of those unions. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9151 f5534014-38df-0310-8fa8-9805f1628bb7 --- packet-ncp2222.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packet-ncp2222.inc') diff --git a/packet-ncp2222.inc b/packet-ncp2222.inc index e05c841e36..bb5f88a430 100644 --- a/packet-ncp2222.inc +++ b/packet-ncp2222.inc @@ -11,7 +11,7 @@ * Portions Copyright (c) Gilbert Ramirez 2000-2002 * Portions Copyright (c) Novell, Inc. 2000-2003 * - * $Id: packet-ncp2222.inc,v 1.67 2003/12/02 21:15:45 guy Exp $ + * $Id: packet-ncp2222.inc,v 1.68 2003/12/03 09:28:17 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -928,7 +928,7 @@ get_item_string(proto_item *item) char * get_item_name(proto_item *item) { - return PITEM_FINFO(item)->ptr_u.hfinfo->name; + return PITEM_FINFO(item)->hfinfo->name; } -- cgit v1.2.3