From 3a0dd69d04b4a4202fe02ac8fe25f4e408c524e8 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 13 May 2018 12:45:16 -0700 Subject: Get rid of some GTK+-only stuff. Change-Id: I841a1cdb637f37673466e4d065474c0f7e2dfc56 Reviewed-on: https://code.wireshark.org/review/27512 Reviewed-by: Guy Harris --- epan/dissectors/packet-gtp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan/dissectors/packet-gtp.c') diff --git a/epan/dissectors/packet-gtp.c b/epan/dissectors/packet-gtp.c index c9ffd56d72..f5cb0bd6a6 100644 --- a/epan/dissectors/packet-gtp.c +++ b/epan/dissectors/packet-gtp.c @@ -1796,11 +1796,11 @@ static const value_string geographic_location_type[] = { #define MM_PROTO_NON_CALL_RELATED 0x0B static void -gtpstat_init(struct register_srt* srt _U_, GArray* srt_array, srt_gui_init_cb gui_callback, void* gui_data) +gtpstat_init(struct register_srt* srt _U_, GArray* srt_array) { srt_stat_table *gtp_srt_table; - gtp_srt_table = init_srt_table("GTP Requests", NULL, srt_array, 4, NULL, NULL, gui_callback, gui_data, NULL); + gtp_srt_table = init_srt_table("GTP Requests", NULL, srt_array, 4, NULL, NULL, NULL); init_srt_table_row(gtp_srt_table, 0, "Echo"); init_srt_table_row(gtp_srt_table, 1, "Create PDP context"); init_srt_table_row(gtp_srt_table, 2, "Update PDP context"); -- cgit v1.2.3