aboutsummaryrefslogtreecommitdiffstats
path: root/print.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-06-08 08:50:51 +0000
committerGuy Harris <guy@alum.mit.edu>2001-06-08 08:50:51 +0000
commit2da9bb269610cd399b161fb521a53a21a9a967a8 (patch)
treed90e725c6804ed82b4e546e7bffc90c984551d9f /print.h
parent14c9f7464a698c13c73a1b255f127c2d08fe431a (diff)
When printing the contents of a raw-data field, don't use the raw data
of the current frame as the source, use the raw data of the tvbuff that's the data source of that field. svn path=/trunk/; revision=3531
Diffstat (limited to 'print.h')
-rw-r--r--print.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/print.h b/print.h
index 62845ed4d5..c07e3dc683 100644
--- a/print.h
+++ b/print.h
@@ -1,14 +1,13 @@
/* print.h
* Definitions for printing packet analysis trees.
*
- * $Id: print.h,v 1.21 2001/03/23 18:44:20 jfoster Exp $
+ * $Id: print.h,v 1.22 2001/06/08 08:50:49 guy Exp $
*
* Gilbert Ramirez <gram@xiexie.org>
*
* Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
- *
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -53,7 +52,7 @@ void close_print_dest(int to_file, FILE *fh);
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);
+ GNode *protocol_tree, frame_data *fd, FILE *fh);
void print_hex_data(FILE *fh, gint format, frame_data *fd);
void print_line(FILE *fh, gint format, char *line);