aboutsummaryrefslogtreecommitdiffstats
path: root/epan/strutil.h
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2000-12-22 12:05:38 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2000-12-22 12:05:38 +0000
commit9a1f3297689211cdff901284ea2108fe92626ed3 (patch)
tree337993fea568744d5b9eaee6b594e7b3b56c4fa2 /epan/strutil.h
parent9a5b0185dbaea90ab4839cd11b9e38ff66028eb0 (diff)
Enable FT_BYTES dfiltering, from Ed Warnicke.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2768 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/strutil.h')
-rw-r--r--epan/strutil.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/strutil.h b/epan/strutil.h
index 652f07e0f7..6b3599c9db 100644
--- a/epan/strutil.h
+++ b/epan/strutil.h
@@ -1,7 +1,7 @@
/* strutil.h
* String utility definitions
*
- * $Id: strutil.h,v 1.5 2000/11/13 07:19:33 guy Exp $
+ * $Id: strutil.h,v 1.6 2000/12/22 12:05:36 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -42,5 +42,5 @@ int get_token_len(const u_char *linep, const u_char *lineend,
const u_char **next_token);
gchar* format_text(const u_char *line, int len);
gchar* bytes_to_str(const guint8 *, int);
-
+gchar* bytes_to_str_punct(const guint8 *, int, gchar punct);
#endif /* __STRUTIL_H__ */