summaryrefslogtreecommitdiff
path: root/wsutil/str_util.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-08-12 14:09:35 -0700
committerGerald Combs <gerald@wireshark.org>2015-08-18 20:17:20 +0000
commit0e8cc9ab0ad41d09cbc886d1283266aea989c563 (patch)
tree4baceddfc9d74c8754dce9226f82678bf4a050ae /wsutil/str_util.c
parent9a3d4e6eef9851f7368c89364add3759919b8f95 (diff)
downloadwireshark-0e8cc9ab0ad41d09cbc886d1283266aea989c563.tar.gz
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 <gerald@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'wsutil/str_util.c')
-rw-r--r--wsutil/str_util.c1
1 files changed, 1 insertions, 0 deletions
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)
{