From 22c9ec90c889228793b1eab2ca99e3dc3851d56e Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 23 Jul 1999 21:09:25 +0000 Subject: Printing multiple frames in PostScript is a bit tricky, I think - I think I may have to worry about page boundaries and the like - so, for now, we make the "File/Print..." stuff print only as text. ("Print Packet" can still print PostScript, as always.) We clean up a few text vs. PostScript things for printing multiple frames, but it's still not ready for prime time. svn path=/trunk/; revision=383 --- print.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'print.h') diff --git a/print.h b/print.h index ce9699b91b..313c491a81 100644 --- a/print.h +++ b/print.h @@ -1,7 +1,7 @@ /* print.h * Definitions for printing packet analysis trees. * - * $Id: print.h,v 1.8 1999/07/23 08:29:22 guy Exp $ + * $Id: print.h,v 1.9 1999/07/23 21:09:23 guy Exp $ * * Gilbert Ramirez * @@ -36,7 +36,9 @@ void printer_prefs_save(GtkWidget *w); void printer_prefs_cancel(GtkWidget *w); FILE *open_print_dest(int to_file, const char *dest); void close_print_dest(int to_file, FILE *fh); -void proto_tree_print(GNode *protocol_tree, const u_char *pd, frame_data *fd, - FILE *fh); +void print_preamble(FILE *fh); +void print_finale(FILE *fh); +void proto_tree_print(int frame_num, GNode *protocol_tree, + const u_char *pd, frame_data *fd, FILE *fh); #endif /* print.h */ -- cgit v1.2.3