aboutsummaryrefslogtreecommitdiffstats
path: root/epan/strutil.h
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-06-19 15:53:03 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-06-19 15:53:03 +0000
commitf338c1627be9c1b2c324eec38df6ddbf932b6879 (patch)
treedeceb77733ae0b9c9c59aff9c4d5fb0cc204b76d /epan/strutil.h
parent8e3b055a1a6162c7782344a0e77ff4ea57154fed (diff)
New rutine tvb_format_text_wsp() which will change "whiite space" characters to space
before output. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18519 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/strutil.h')
-rw-r--r--epan/strutil.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/strutil.h b/epan/strutil.h
index 7ed68367b6..2067a4179d 100644
--- a/epan/strutil.h
+++ b/epan/strutil.h
@@ -64,6 +64,8 @@ int get_token_len(const guchar *linep, const guchar *lineend,
*/
gchar* format_text(const guchar *line, int len);
+gchar* format_text_wsp(const guchar *line, int len);
+
/** Turn an array of bytes into a string showing the bytes in hex.
*
* @param bd A pointer to the byte array