From 0734ac385fbf20cd350850265935a17402d05b84 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 2 Aug 2014 04:00:48 -0700 Subject: Rename buffer_ routines to ws_buffer_ to avoid name collisions. In particular, epan/wslua/lrexlib.c has its own buffer_ routines, causing some linker warnings on some platforms, as reported in bug 10332. (Not to be backported to 1.12, as that would change the API and ABI of libwsutil and libwiretap. We should also make the buffer_ routines in epan/wslua/lrexlib.c static, which should also address this problem, but the name change avoids other potential namespace collisions.) Change-Id: I1d42c7d1778c7e4c019deb2608d476c52001ce28 Reviewed-on: https://code.wireshark.org/review/3351 Reviewed-by: Guy Harris --- ui/gtk/mcast_stream_dlg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/gtk/mcast_stream_dlg.c') diff --git a/ui/gtk/mcast_stream_dlg.c b/ui/gtk/mcast_stream_dlg.c index e9c45f479b..f13859fb90 100644 --- a/ui/gtk/mcast_stream_dlg.c +++ b/ui/gtk/mcast_stream_dlg.c @@ -58,7 +58,7 @@ void register_tap_listener_mcast_stream_dlg(void); /* Capture callback data keys */ #define E_MCAST_ENTRY_1 "burst_interval" #define E_MCAST_ENTRY_2 "burst_alarm" -#define E_MCAST_ENTRY_3 "buffer_alarm" +#define E_MCAST_ENTRY_3 "ws_buffer_alarm" #define E_MCAST_ENTRY_4 "stream_speed" #define E_MCAST_ENTRY_5 "total_speed" -- cgit v1.2.3