aboutsummaryrefslogtreecommitdiffstats
path: root/packet-msproxy.c
diff options
context:
space:
mode:
authortpot <tpot@f5534014-38df-0310-8fa8-9805f1628bb7>2003-05-23 05:06:49 +0000
committertpot <tpot@f5534014-38df-0310-8fa8-9805f1628bb7>2003-05-23 05:06:49 +0000
commit616b37dc4505808d288ff2ad7d46f62171ca09d2 (patch)
treed7f2bd834d6a47e92be0ebf91913c89509dbf869 /packet-msproxy.c
parent60833f68b312cdf697bef8cb11576eed97a07b55 (diff)
Quieten some unused variable warnings.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7720 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-msproxy.c')
-rw-r--r--packet-msproxy.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/packet-msproxy.c b/packet-msproxy.c
index 08295bc5d3..40ab54aced 100644
--- a/packet-msproxy.c
+++ b/packet-msproxy.c
@@ -2,7 +2,7 @@
* Routines for Microsoft Proxy packet dissection
* Copyright 2000, Jeffrey C. Foster <jfoste@woodward.com>
*
- * $Id: packet-msproxy.c,v 1.33 2003/04/23 10:20:29 sahlberg Exp $
+ * $Id: packet-msproxy.c,v 1.34 2003/05/23 05:06:49 tpot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -767,8 +767,8 @@ static void dissect_hello_ack(tvbuff_t *tvb, int offset, proto_tree *tree) {
-static void dissect_user_info_ack(tvbuff_t *tvb, int offset,
- proto_tree *tree) {
+static void dissect_user_info_ack(tvbuff_t *tvb _U_, int offset,
+ proto_tree *tree _U_) {
/* decode the response _2 structure */
@@ -821,8 +821,8 @@ static void dissect_auth_1_ack(tvbuff_t *tvb, int offset,
-static void dissect_msproxy_response_4( tvbuff_t *tvb, int offset,
- proto_tree *tree) {
+static void dissect_msproxy_response_4( tvbuff_t *tvb _U_, int offset,
+ proto_tree *tree _U_) {
/* decode the response _4 structure */