aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipp.c
diff options
context:
space:
mode:
authorhagbard <hagbard@f5534014-38df-0310-8fa8-9805f1628bb7>2001-11-26 05:13:14 +0000
committerhagbard <hagbard@f5534014-38df-0310-8fa8-9805f1628bb7>2001-11-26 05:13:14 +0000
commitec9e9433e8654d22b7446304356dd2226b53cc45 (patch)
treedece920ad31185cc514f42c162bd238ed5edcd14 /packet-ipp.c
parenta90f625bec257a54bc43f9c352378bc4ee91495d (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4270 f5534014-38df-0310-8fa8-9805f1628bb7
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";