aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ncp2222.inc
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-11-24 22:11:55 +0000
committerGuy Harris <guy@alum.mit.edu>2003-11-24 22:11:55 +0000
commit122dd3959ca27de3e7a35436e70f19516a0b184a (patch)
tree90a19c950b02cb33c0756f1869298051d9bdc78c /packet-ncp2222.inc
parent2e94fc8139c9260a983c737bdddea36eb5d84343 (diff)
Make the recent epan/proto.{c,h} change compile.
svn path=/trunk/; revision=9075
Diffstat (limited to 'packet-ncp2222.inc')
-rw-r--r--packet-ncp2222.inc4
1 files changed, 2 insertions, 2 deletions
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 <gerald@ethereal.com>
@@ -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;
}