aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-09-07 10:40:10 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-09-07 10:40:10 +0000
commitfdba4d5f3b262ec99491c64340d4e8713932d9f9 (patch)
tree42c952746855ed3999235d033d0071539662fe41 /epan
parentf359ed7a74b4ebe37c17e8ce6d8912afa68eba49 (diff)
packet-l2tp.c: In function 'dissect_l2tp_cisco_avps':
packet-l2tp.c:864: warning: unused parameter 'pinfo' svn path=/trunk/; revision=44807
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-l2tp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-l2tp.c b/epan/dissectors/packet-l2tp.c
index 5e6c8ce424..54f9b9378c 100644
--- a/epan/dissectors/packet-l2tp.c
+++ b/epan/dissectors/packet-l2tp.c
@@ -861,7 +861,7 @@ static void store_ccid(l2tpv3_tunnel_t *tunnel,
/*
* Dissect CISCO AVP:s
*/
-static int dissect_l2tp_cisco_avps(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) {
+static int dissect_l2tp_cisco_avps(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree) {
int offset = 0;
int avp_type;