proto: make ws_type_to_elastic static.

Change-Id: I15d1075a1447a6f550d600f765e6abc8dae862ad
Reviewed-on: https://code.wireshark.org/review/30972
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Dario Lombardo 2018-12-08 22:58:32 +01:00 committed by Michael Mann
parent ac4c11f26e
commit 4160f1017f
1 changed files with 2 additions and 1 deletions

View File

@ -10273,7 +10273,8 @@ elastic_add_base_mapping(json_dumper *dumper)
json_dumper_end_object(dumper);
}
gchar* ws_type_to_elastic(guint type _U_)
static gchar*
ws_type_to_elastic(guint type _U_)
{
switch(type) {
case FT_UINT16: