BT-UTP: Make a function statis

This commit is contained in:
Martin Mathieson 2021-10-20 20:42:46 +01:00 committed by Wireshark GitLab Utility
parent c734201e70
commit 29fe2340bd
1 changed files with 1 additions and 1 deletions

View File

@ -864,7 +864,7 @@ dissect_utp_extension(tvbuff_t *tvb, packet_info _U_*pinfo, proto_tree *tree, in
return offset;
}
gboolean
static gboolean
decode_utp(tvbuff_t *tvb, int offset, packet_info *pinfo,
proto_tree *tree)
{