aboutsummaryrefslogtreecommitdiffstats
path: root/packet-quake3.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-11-27 07:36:23 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-11-27 07:36:23 +0000
commit4dd718e867bc8531a3b4411fa1b50d42a4ccb39a (patch)
treecd743bf25f5564044cd3e57b05bc6c93bb6a17b5 /packet-quake3.c
parentbc0b673277a0b29a6823517d2ef1e3f0becb3faf (diff)
Get rid of some code to set "pinfo->current_proto"; let the Ethereal
infrastructure do it for the dissectors. Make some WCP dissector routines static. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4283 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-quake3.c')
-rw-r--r--packet-quake3.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/packet-quake3.c b/packet-quake3.c
index fea1d62a68..a0080f1d17 100644
--- a/packet-quake3.c
+++ b/packet-quake3.c
@@ -3,7 +3,7 @@
*
* Uwe Girlich <uwe@planetquake.com>
*
- * $Id: packet-quake3.c,v 1.5 2001/11/25 22:19:24 hagbard Exp $
+ * $Id: packet-quake3.c,v 1.6 2001/11/27 07:36:22 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -495,8 +495,6 @@ dissect_quake3(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
direction = DIR_UNKNOWN;
- pinfo->current_proto = "QUAKE3";
-
if (check_col(pinfo->fd, COL_PROTOCOL))
col_set_str(pinfo->fd, COL_PROTOCOL, "QUAKE3");
@@ -672,4 +670,3 @@ proto_register_quake3(void)
"Set the UDP base port for the Quake III Arena Master Server",
10, &gbl_quake3_master_port);
}
-