aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2004-06-04 11:35:14 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2004-06-04 11:35:14 +0000
commite658b045a51aa0ce4a4a59067f883d821730b985 (patch)
treeba775f726c40a61891bb5efa38f9b1d1099315ae
parentac2573cee6ac449fa7bdae83af3ab1bdc9547096 (diff)
get rid of a compiler warning
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11105 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--asn1/h235/packet-h235-template.c4
-rw-r--r--packet-h235.c4
-rw-r--r--packet-h235.h2
-rw-r--r--packet-kerberos.c4
-rw-r--r--packet-pktc.c4
5 files changed, 9 insertions, 9 deletions
diff --git a/asn1/h235/packet-h235-template.c b/asn1/h235/packet-h235-template.c
index 95b181e88d..2cd3c58dda 100644
--- a/asn1/h235/packet-h235-template.c
+++ b/asn1/h235/packet-h235-template.c
@@ -2,7 +2,7 @@
* Routines for H.235 packet dissection
* 2004 Tomas Kukosa
*
- * $Id: packet-h235-template.c,v 1.2 2004/05/25 21:07:43 guy Exp $
+ * $Id: packet-h235-template.c,v 1.3 2004/06/04 11:30:35 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -49,7 +49,7 @@ int proto_h235 = -1;
#include "packet-h235-ett.c"
static guint32
-dissect_xxx_ToBeSigned(tvbuff_t *tvb, guint32 offset, packet_info *pinfo, proto_tree *tree, int hf_index) {
+dissect_xxx_ToBeSigned(tvbuff_t *tvb, guint32 offset, packet_info *pinfo, proto_tree *tree, int hf_index _U_) {
PER_NOT_DECODED_YET("ToBeSigned");
return offset;
}
diff --git a/packet-h235.c b/packet-h235.c
index 395e3ccaf3..c6f9cfbde5 100644
--- a/packet-h235.c
+++ b/packet-h235.c
@@ -10,7 +10,7 @@
* Routines for H.235 packet dissection
* 2004 Tomas Kukosa
*
- * $Id: packet-h235.c,v 1.4 2004/06/04 11:28:03 sahlberg Exp $
+ * $Id: packet-h235.c,v 1.5 2004/06/04 11:30:35 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -163,7 +163,7 @@ static gint ett_h235_V3KeySyncMaterial = -1;
static guint32
-dissect_xxx_ToBeSigned(tvbuff_t *tvb, guint32 offset, packet_info *pinfo, proto_tree *tree, int hf_index) {
+dissect_xxx_ToBeSigned(tvbuff_t *tvb, guint32 offset, packet_info *pinfo, proto_tree *tree, int hf_index _U_) {
PER_NOT_DECODED_YET("ToBeSigned");
return offset;
}
diff --git a/packet-h235.h b/packet-h235.h
index 072ef6151c..6b1ca8525b 100644
--- a/packet-h235.h
+++ b/packet-h235.h
@@ -10,7 +10,7 @@
* Routines for H.235 packet dissection
* 2004 Tomas Kukosa
*
- * $Id: packet-h235.h,v 1.4 2004/06/04 11:28:03 sahlberg Exp $
+ * $Id: packet-h235.h,v 1.5 2004/06/04 11:30:35 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
diff --git a/packet-kerberos.c b/packet-kerberos.c
index 4740cba2d9..5cb211be16 100644
--- a/packet-kerberos.c
+++ b/packet-kerberos.c
@@ -23,7 +23,7 @@
*
* Some structures from RFC2630
*
- * $Id: packet-kerberos.c,v 1.68 2004/06/04 01:56:25 sahlberg Exp $
+ * $Id: packet-kerberos.c,v 1.69 2004/06/04 11:35:14 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1357,7 +1357,7 @@ dissect_krb5_PA_PAC_REQUEST(packet_info *pinfo, proto_tree *tree, tvbuff_t *tvb,
static int
-dissect_krb5_SignedData(packet_info *pinfo, proto_tree *tree, tvbuff_t *tvb, int offset)
+dissect_krb5_SignedData(packet_info *pinfo _U_, proto_tree *tree _U_, tvbuff_t *tvb _U_, int offset)
{
/*qqq*/
return offset;
diff --git a/packet-pktc.c b/packet-pktc.c
index fd08924c32..bc8009fddc 100644
--- a/packet-pktc.c
+++ b/packet-pktc.c
@@ -8,7 +8,7 @@
* Ronnie Sahlberg 2004
* Thomas Anders 2004
*
- * $Id: packet-pktc.c,v 1.6 2004/06/04 01:56:25 sahlberg Exp $
+ * $Id: packet-pktc.c,v 1.7 2004/06/04 11:32:52 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -436,7 +436,7 @@ dissect_pktc_error_reply(packet_info *pinfo, proto_tree *tree, tvbuff_t *tvb, in
}
static int
-dissect_pktc_appspecificdata(packet_info *pinfo, tvbuff_t *tvb, proto_tree *tree)
+dissect_pktc_appspecificdata(packet_info *pinfo _U_, tvbuff_t *tvb _U_, proto_tree *tree _U_)
{
int offset=0;
/*XXX add dissection of the app specific data here */