packet-l2tp.c: In function 'dissect_l2tp_cisco_avps':

packet-l2tp.c:864: warning: unused parameter 'pinfo'

svn path=/trunk/; revision=44807
This commit is contained in:
Anders Broman 2012-09-07 10:40:10 +00:00
parent f359ed7a74
commit fdba4d5f3b
1 changed files with 1 additions and 1 deletions

View File

@ -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;