aboutsummaryrefslogtreecommitdiffstats
path: root/print.ps
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-05-29 05:38:10 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-05-29 05:38:10 +0000
commit63749d2104fa8f36fdbb13277d662af7d9273611 (patch)
treeb33a18d97933b8bdd69ac8e508bb82bf3e6efb90 /print.ps
parentf68d6e4c8cc08f1fe570d15e2185d339c81883b8 (diff)
Ethereal->Wireshark
svn path=/trunk/; revision=18236
Diffstat (limited to 'print.ps')
-rw-r--r--print.ps14
1 files changed, 7 insertions, 7 deletions
diff --git a/print.ps b/print.ps
index 547f32e46e..9ffb825d7a 100644
--- a/print.ps
+++ b/print.ps
@@ -3,7 +3,7 @@
% Code between start/end remarks is put into ps.c
% Anything else is thrown away, and is for testing only.
%
-% ---- ethereal preamble start ---- %
+% ---- wireshark preamble start ---- %
%!
%!PS-Adobe-2.0
%
@@ -11,8 +11,8 @@
% By Gerald Combs <gerald@wireshark.org>
% Copyright 1998 Gerald Combs
%
-%%Creator: Ethereal
-%%Title: ethereal.ps
+%%Creator: Wireshark
+%%Title: wireshark.ps
%%DocumentFonts: Helvetica Courier
%%EndComments
%!
@@ -170,13 +170,13 @@ pop pop % junk
% Reset the vertical position
/vpos tmargin def
-% ---- ethereal preamble end ---- %
+% ---- wireshark preamble end ---- %
% Set the font to 8 point
/Courier findfont 8 scalefont setfont
% the page title
-/eth_pagetitle (Ethereal) def
+/eth_pagetitle (Wireshark) def
% Display our output lines.
@@ -244,7 +244,7 @@ formfeed
0 (00a0 00 00 00 03 20 36 41 20 52 69 6e 67 00 00 00 00 .... 6A Ring.... ) putline
0 (00b0 00 00 00 00 00 00 ...... ) putline
-% ---- ethereal finale start ---- %
+% ---- wireshark finale start ---- %
% If this is not the first page, then print the page number
thispagenum 1 gt % is thispagenum > 1 ?
@@ -254,4 +254,4 @@ thispagenum 1 gt % is thispagenum > 1 ?
if
showpage
-% ---- ethereal finale end ---- %
+% ---- wireshark finale end ---- %