aboutsummaryrefslogtreecommitdiffstats
path: root/packet-netbios.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-05-04 09:57:29 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-05-04 09:57:29 +0000
commit67ae239f5314aad91a9492a37779d312d3602f10 (patch)
tree4d147602adca4f99c279a69f7e394e222bd86ac0 /packet-netbios.c
parent24e605cf466f86ec264c74604f1232af70da747c (diff)
Mark unused arguments as such.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5384 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-netbios.c')
-rw-r--r--packet-netbios.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/packet-netbios.c b/packet-netbios.c
index 5739df2d3b..7c52e03759 100644
--- a/packet-netbios.c
+++ b/packet-netbios.c
@@ -5,7 +5,7 @@
*
* derived from the packet-nbns.c
*
- * $Id: packet-netbios.c,v 1.47 2002/05/02 02:42:17 guy Exp $
+ * $Id: packet-netbios.c,v 1.48 2002/05/04 09:57:29 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -602,13 +602,14 @@ static void dissect_netb_status_query( tvbuff_t *tvb, int offset, proto_tree *t
}
-static void dissect_netb_terminate_trace( tvbuff_t *tvb, int offset,
- proto_tree *tree)
+static void dissect_netb_terminate_trace( tvbuff_t *tvb _U_, int offset _U_,
+ proto_tree *tree _U_)
{/* Handle the TERMINATE TRACE command */
/*
* XXX - are any of the fields in this message significant?
+ * The IBM NetBIOS document shows them as "Reserved".
*/
}