aboutsummaryrefslogtreecommitdiffstats
path: root/packet-quake.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-quake.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-quake.c')
-rw-r--r--packet-quake.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-quake.c b/packet-quake.c
index e148b1eddb..66cd853282 100644
--- a/packet-quake.c
+++ b/packet-quake.c
@@ -4,7 +4,7 @@
* Uwe Girlich <uwe@planetquake.com>
* http://www.idsoftware.com/q1source/q1source.zip
*
- * $Id: packet-quake.c,v 1.19 2001/11/25 22:19:24 hagbard Exp $
+ * $Id: packet-quake.c,v 1.20 2001/11/26 05:13:11 hagbard Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -524,7 +524,7 @@ dissect_quake(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
* call a conversation dissector doesn't check for disabled
* protocols or set "pinfo->current_proto".
*/
- CHECK_DISPLAY_AS_DATA(proto_quake, tvb, pinfo, tree);
+ CHECK_DISPLAY_AS_X(data_handle,proto_quake, tvb, pinfo, tree);
pinfo->current_proto = "QUAKE";