aboutsummaryrefslogtreecommitdiffstats
path: root/packet.h
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-09-11 16:16:13 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-09-11 16:16:13 +0000
commit9941aabd64835e9c2e855b44cf0a6e336443b468 (patch)
tree28e1aeb36631c1474511888f369601cf33640617 /packet.h
parentbf98417be05a76e93fd3976fef85110be51be780 (diff)
Move format_text(), get_token_len(), and fine_line_end(), into strutil.c
This keeps tvbuff.c generic; it doesn't have to pull in packet.h and all of it's included files. svn path=/trunk/; revision=2409
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/packet.h b/packet.h
index 9b2a2dd357..fdcac95631 100644
--- a/packet.h
+++ b/packet.h
@@ -1,7 +1,7 @@
/* packet.h
* Definitions for packet disassembly structures and routines
*
- * $Id: packet.h,v 1.200 2000/09/10 06:44:36 guy Exp $
+ * $Id: packet.h,v 1.201 2000/09/11 16:16:12 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -252,11 +252,6 @@ gchar* abs_time_to_str(struct timeval*);
gchar* rel_time_to_str(struct timeval*);
gchar* time_secs_to_str(guint32);
gchar* bytes_to_str(const guint8 *, int);
-const u_char *find_line_end(const u_char *data, const u_char *dataend,
- const u_char **eol);
-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* val_to_str(guint32, const value_string *, const char *);
gchar* match_strval(guint32, const value_string*);
char * decode_bitfield_value(char *buf, guint32 val, guint32 mask, int width);