aboutsummaryrefslogtreecommitdiffstats
path: root/packet-quake2.c
diff options
context:
space:
mode:
authorUwe Girlich <Uwe.Girlich@philosys.de>2002-04-02 06:28:16 +0000
committerUwe Girlich <Uwe.Girlich@philosys.de>2002-04-02 06:28:16 +0000
commit73bd3782b664217085da9ee365be1f169a126d57 (patch)
tree75d5f4b786bb7da48375c7f66ee26849db83e304 /packet-quake2.c
parente363ae0f77036c9c730905de256ff65ed5e4e6fd (diff)
code cleanup, removed unused parameters, inserted some _U_
svn path=/trunk/; revision=5086
Diffstat (limited to 'packet-quake2.c')
-rw-r--r--packet-quake2.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-quake2.c b/packet-quake2.c
index 94635790f3..b1d50f310d 100644
--- a/packet-quake2.c
+++ b/packet-quake2.c
@@ -7,7 +7,7 @@
* http://www.dgs.monash.edu.au/~timf/bottim/
* http://www.opt-sci.Arizona.EDU/Pandora/default.asp
*
- * $Id: packet-quake2.c,v 1.9 2002/01/24 09:20:50 guy Exp $
+ * $Id: packet-quake2.c,v 1.10 2002/04/02 06:28:16 girlich Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -71,8 +71,8 @@ static unsigned int gbl_quake2ServerPort=PORT_MASTER;
static void
-dissect_quake2_ConnectionlessPacket(tvbuff_t *tvb, packet_info *pinfo,
- proto_tree *tree, int direction)
+dissect_quake2_ConnectionlessPacket(tvbuff_t *tvb, packet_info *pinfo _U_,
+ proto_tree *tree, int direction _U_)
{
proto_tree *cl_tree = NULL;
proto_item *cl_item = NULL;