aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-09-07 11:26:14 +0200
committerPascal Quantin <pascal@wireshark.org>2020-09-07 18:48:15 +0000
commit28faecec7a6f88eefab5c7e6531df4152b39e139 (patch)
treefc5496d324c1ec2cbb30cb809c85e0612f8fcf05 /epan
parentd461bf302554b5a0a0c0b202c374f647464e2d70 (diff)
BSSMAP: Fix used param marked as unused
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-gsm_a_bssmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gsm_a_bssmap.c b/epan/dissectors/packet-gsm_a_bssmap.c
index 612c6ccd6c..c4e7708447 100644
--- a/epan/dissectors/packet-gsm_a_bssmap.c
+++ b/epan/dissectors/packet-gsm_a_bssmap.c
@@ -3821,7 +3821,7 @@ be_app_data_inf(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo _U_, guint32
* 3.2.2.102 AoIP Transport Layer Address
*/
static guint16
-be_aoip_trans_lay_add(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo, guint32 offset, guint len _U_, gchar *add_string _U_, int string_len _U_)
+be_aoip_trans_lay_add(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string _U_, int string_len _U_)
{
guint32 curr_offset;
guint8 addr_type;