aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipp.c
diff options
context:
space:
mode:
authorEd Warnicke <hagbard@physics.rutgers.edu>2001-11-26 05:13:14 +0000
committerEd Warnicke <hagbard@physics.rutgers.edu>2001-11-26 05:13:14 +0000
commit4877553530fc356888edb95332b24eaeaadeee80 (patch)
treedece920ad31185cc514f42c162bd238ed5edcd14 /packet-ipp.c
parentfcd5b352af60e034a4b63601272b43b6644029cd (diff)
Switched from using CHECK_DISPLAY_AS_DATA to using CHECK_DISPLAY_AS_X
which also takes a handle as an argument and thus doesn't call dissect_data directly. svn path=/trunk/; revision=4270
Diffstat (limited to 'packet-ipp.c')
-rw-r--r--packet-ipp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-ipp.c b/packet-ipp.c
index 7235226eb5..1854990b63 100644
--- a/packet-ipp.c
+++ b/packet-ipp.c
@@ -3,7 +3,7 @@
*
* Guy Harris <guy@alum.mit.edu>
*
- * $Id: packet-ipp.c,v 1.23 2001/11/26 04:52:50 hagbard Exp $
+ * $Id: packet-ipp.c,v 1.24 2001/11/26 05:13:11 hagbard Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -171,7 +171,7 @@ dissect_ipp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
guint16 status_code;
gchar *status_fmt;
- CHECK_DISPLAY_AS_DATA(proto_ipp, tvb, pinfo, tree);
+ CHECK_DISPLAY_AS_X(data_handle,proto_ipp, tvb, pinfo, tree);
pinfo->current_proto = "IPP";