From 0e8cc9ab0ad41d09cbc886d1283266aea989c563 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 12 Aug 2015 14:09:35 -0700 Subject: UDP multicast stream dialog. Add the UDP multicast stream dialog. Abuse TapParameterDialog a bit more so that we can edit parameters. Remove some unused struct members and an unused function. Change-Id: I962c70344e792f0959527e4bcba8a20bd7e8acf9 Reviewed-on: https://code.wireshark.org/review/10084 Petri-Dish: Gerald Combs Reviewed-by: Gerald Combs --- wsutil/str_util.c | 1 + 1 file changed, 1 insertion(+) (limited to 'wsutil') diff --git a/wsutil/str_util.c b/wsutil/str_util.c index ba1c486282..adcbb91e03 100644 --- a/wsutil/str_util.c +++ b/wsutil/str_util.c @@ -121,6 +121,7 @@ isdigit_string(guchar *str) #endif /* Given a size, return its value in a human-readable format */ +/* This doesn't handle fractional values. We might want to make size a double. */ gchar * format_size(gint64 size, format_size_flags_e flags) { -- cgit v1.2.1