aboutsummaryrefslogtreecommitdiffstats
path: root/print.h
diff options
context:
space:
mode:
authorJeff Foster <jfoste@woodward.com>2001-03-23 18:44:20 +0000
committerJeff Foster <jfoste@woodward.com>2001-03-23 18:44:20 +0000
commit45cde0fc88238ffb61073d06f7bf5ad9c81968b8 (patch)
tree84f9eb242d2ba381499b3acad8f399fdcfe71233 /print.h
parent2fd1bed04ae7ee40bf5be8be6414dca8e1b625a6 (diff)
Added named data sources printing support, written by Guy Harris
svn path=/trunk/; revision=3167
Diffstat (limited to 'print.h')
-rw-r--r--print.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/print.h b/print.h
index 23c6757b2b..62845ed4d5 100644
--- a/print.h
+++ b/print.h
@@ -1,7 +1,7 @@
/* print.h
* Definitions for printing packet analysis trees.
*
- * $Id: print.h,v 1.20 2000/08/11 13:34:26 deniel Exp $
+ * $Id: print.h,v 1.21 2001/03/23 18:44:20 jfoster Exp $
*
* Gilbert Ramirez <gram@xiexie.org>
*
@@ -54,8 +54,7 @@ void print_preamble(FILE *fh, gint format);
void print_finale(FILE *fh, gint format);
void proto_tree_print(gboolean print_one_packet, print_args_t *print_args,
GNode *protocol_tree, const u_char *pd, frame_data *fd, FILE *fh);
-void print_hex_data(FILE *fh, gint format, register const u_char *cp,
- register u_int length, char_enc encoding);
+void print_hex_data(FILE *fh, gint format, frame_data *fd);
void print_line(FILE *fh, gint format, char *line);
#endif /* print.h */