diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 2000-12-22 12:05:38 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 2000-12-22 12:05:38 +0000 |
commit | fe8e42b58e685db9f01484484f94268a68c989bd (patch) | |
tree | 337993fea568744d5b9eaee6b594e7b3b56c4fa2 /epan/strutil.h | |
parent | bb279839f62e39aeea525c26a38ce4381a3d0f17 (diff) | |
download | wireshark-fe8e42b58e685db9f01484484f94268a68c989bd.tar.gz wireshark-fe8e42b58e685db9f01484484f94268a68c989bd.tar.bz2 wireshark-fe8e42b58e685db9f01484484f94268a68c989bd.zip |
Enable FT_BYTES dfiltering, from Ed Warnicke.
svn path=/trunk/; revision=2768
Diffstat (limited to 'epan/strutil.h')
-rw-r--r-- | epan/strutil.h | 4 |
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__ */ |