From 122dd3959ca27de3e7a35436e70f19516a0b184a Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 24 Nov 2003 22:11:55 +0000 Subject: Make the recent epan/proto.{c,h} change compile. svn path=/trunk/; revision=9075 --- 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 b457ba9edb..74da88cb15 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.65 2003/10/23 08:16:50 guy Exp $ + * $Id: packet-ncp2222.inc,v 1.66 2003/11/24 22:11:53 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)->hfinfo->name; + return PITEM_FINFO(item)->ptr_u.hfinfo->name; } -- cgit v1.2.3