VSIP : fix initializing 'const void *' with an expression of type 'void (*)(gchar *, guint32)' converts between void pointer and function pointer [-Wpedantic]

Change-Id: Idb7f075f67402d4ca02934a22ad0fd1127c89369
Reviewed-on: https://code.wireshark.org/review/7632
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2015-03-10 23:05:34 +01:00 committed by Michael Mann
parent e991610467
commit 45a06dba6a
1 changed files with 1 additions and 1 deletions

View File

@ -2062,7 +2062,7 @@ void proto_register_vsip(void)
{ "NumAddArgs", "vsip.ErrorVAResponse.NumAddArgs", FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_vsip_Version,
{ "Version", "vsip.Version", FT_UINT16, BASE_CUSTOM,
&vsip_fmt_revision, 0x0, NULL, HFILL } },
CF_FUNC(vsip_fmt_revision), 0x0, NULL, HFILL } },
{ &hf_vsip_Type,
{ "Type", "vsip.Type", FT_UINT8, BASE_DEC|BASE_EXT_STRING,
&EVsipMessageType_vals_ext, 0x0, NULL, HFILL } },