aboutsummaryrefslogtreecommitdiffstats
path: root/print.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-10-30 06:42:10 +0000
committerGuy Harris <guy@alum.mit.edu>1999-10-30 06:42:10 +0000
commitb99cfa28c84814c7fc101a4fa22a7ec8efae17ae (patch)
treefefb90235a5e34b5424173c72d207d276840161e /print.h
parent149c40fec93cda3cc3693c1014506c3f819e0212 (diff)
Warren Young's patch to add a "Print" button to the "Follow TCP Stream"
data window. Some (belated) man page updates. svn path=/trunk/; revision=950
Diffstat (limited to 'print.h')
-rw-r--r--print.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/print.h b/print.h
index 3be9128641..8e87820ea1 100644
--- a/print.h
+++ b/print.h
@@ -1,7 +1,7 @@
/* print.h
* Definitions for printing packet analysis trees.
*
- * $Id: print.h,v 1.13 1999/09/29 22:19:13 guy Exp $
+ * $Id: print.h,v 1.14 1999/10/30 06:41:36 guy Exp $
*
* Gilbert Ramirez <gram@verdict.uthscsa.edu>
*
@@ -46,6 +46,7 @@ FILE *open_print_dest(int to_file, const char *dest);
void close_print_dest(int to_file, FILE *fh);
void print_preamble(FILE *fh);
void print_finale(FILE *fh);
+void print_file(FILE* fh, const char* filename);
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, register const u_char *cp,