Make a function not used outside this file static.

Change-Id: I8e1a2b0655083403ee0e7efccc976a1a27db8fa4
Reviewed-on: https://code.wireshark.org/review/26540
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2018-03-18 13:55:07 -07:00
parent 56425fce7c
commit d8229ad6ed
1 changed files with 2 additions and 1 deletions

View File

@ -1774,7 +1774,8 @@ dissect_flow_id_ex_header(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, i
}
}
float entropy_from_entropy_header_value(guint8 entropy_hdr_value)
static float
entropy_from_entropy_header_value(guint8 entropy_hdr_value)
{
/* mapping 1-255 to 0.0-8.0 */
/* 255 is 8.0 */