aboutsummaryrefslogtreecommitdiffstats
path: root/packet-quake2.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-quake2.c')
-rw-r--r--packet-quake2.c13
1 files changed, 2 insertions, 11 deletions
diff --git a/packet-quake2.c b/packet-quake2.c
index fb8bbf3259..666f1d8255 100644
--- a/packet-quake2.c
+++ b/packet-quake2.c
@@ -7,10 +7,10 @@
* http://www.dgs.monash.edu.au/~timf/bottim/
* http://www.opt-sci.Arizona.EDU/Pandora/default.asp
*
- * $Id: packet-quake2.c,v 1.4 2001/11/26 05:13:11 hagbard Exp $
+ * $Id: packet-quake2.c,v 1.5 2001/11/27 07:13:26 guy Exp $
*
* Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
* Copied from packet-quakeworld.c
@@ -270,18 +270,9 @@ dissect_quake2(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
proto_item *quake2_item = NULL;
int direction;
- /*
- * XXX - this is a conversation dissector, and the code to
- * call a conversation dissector doesn't check for disabled
- * protocols or set "pinfo->current_proto".
- */
- CHECK_DISPLAY_AS_X(data_handle,proto_quake2, tvb, pinfo, tree);
-
direction = (pinfo->destport == gbl_quake2ServerPort) ?
DIR_C2S : DIR_S2C;
- pinfo->current_proto = "QUAKE2";
-
if (check_col(pinfo->fd, COL_PROTOCOL))
col_set_str(pinfo->fd, COL_PROTOCOL, "QUAKE2");
if (check_col(pinfo->fd, COL_INFO))