summaryrefslogtreecommitdiff
path: root/epan/strutil.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-06-19 15:53:03 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-06-19 15:53:03 +0000
commit764e3ac16725573ef633ae160f3afb74a88a9ed6 (patch)
treedeceb77733ae0b9c9c59aff9c4d5fb0cc204b76d /epan/strutil.h
parent0eb577e17b75658cf23c7e328ad02477fb81accf (diff)
downloadwireshark-764e3ac16725573ef633ae160f3afb74a88a9ed6.tar.gz
New rutine tvb_format_text_wsp() which will change "whiite space" characters to space
before output. svn path=/trunk/; revision=18519
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