aboutsummaryrefslogtreecommitdiffstats
path: root/print.ps
AgeCommit message (Collapse)AuthorFilesLines
2002-06-29Have "print_line()" take an indentation argument, and do blankGuy Harris1-35/+13
padding when printing text and use "putline" when printing PostScript. Eliminate "hexdump", as it's just a special case of "putline". Have "proto_tree_print_node()" just call "print_line()". Get rid of "print_ps_hex()" - the font used for the hex dump and the protocol tree are the same, so there's no need to switch fonts. svn path=/trunk/; revision=5798
2002-06-22In the hex dump, generate the offset at the beginning of each line inGuy Harris1-14/+14
common code, rather than in print-format-specific code, and have "print_hex_data_common()" put out the blank line before the dump itself rather than relying on the print-format-specific "start printing the hex dump" code to do it. svn path=/trunk/; revision=5728
1998-12-29* Added Joerg Mayer's Vines patchGerald Combs1-1/+1
* Added Joerg to the AUTHORS file * Added Guy's bitfield decode patch * Fixed time output svn path=/trunk/; revision=142
1998-09-17Re-added fixes after cvs tree was changed.Gilbert Ramirez1-6/+60
svn path=/trunk/; revision=11
1998-09-16Initial revisionGerald Combs1-0/+100
svn path=/trunk/; revision=2