NAS EPS: make some helpers functions static

Change-Id: I6a98c10687a6ffbbe6aa59d91fa52fed47dcae66
Reviewed-on: https://code.wireshark.org/review/25264
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Pascal Quantin 2018-01-11 12:06:54 +01:00 committed by Anders Broman
parent 72edf4e250
commit a6f58356dc
1 changed files with 4 additions and 2 deletions

View File

@ -3529,7 +3529,8 @@ static const range_string nas_eps_ext_apn_ambr_unit_vals[] = {
{ 0, 0, NULL }
};
guint32 get_ext_ambr_unit(guint32 byte, const char **unit_str)
static guint32
get_ext_ambr_unit(guint32 byte, const char **unit_str)
{
guint32 mult;
@ -3609,7 +3610,8 @@ static const range_string nas_eps_ext_eps_qos_unit_vals[] = {
{ 0, 0, NULL }
};
guint32 get_ext_eps_qos_unit(guint32 byte, const char **unit_str)
static guint32
get_ext_eps_qos_unit(guint32 byte, const char **unit_str)
{
guint32 mult;