aboutsummaryrefslogtreecommitdiffstats
path: root/print.h
AgeCommit message (Expand)AuthorFilesLines
2005-03-11from Stefano Pettini: add CSV export function, similar to PSML exportUlf Lamping1-0/+4
2005-02-02Writing the raw data of a TCP stream to a file isn't printing it, soGuy Harris1-3/+0
2005-02-02from chris eagleRonnie Sahlberg1-0/+3
2004-09-04The packet range stuff knows about capture_file structures, so it'sGuy Harris1-0/+2
2004-07-27Move the code to open the printer/print file from "print_packets()" toGuy Harris1-36/+43
2004-07-27"print_packet_header()" is no longer used (there's now a "generateGuy Harris1-1/+0
2004-07-25Make some generic print routines that take, as an argument, a pointer toGuy Harris1-11/+38
2004-07-23Trivial warning fixes:Jörg Mayer1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-07-08Make the "human-readable text vs. PSML vs. PDML" choice separate fromGuy Harris1-4/+7
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris1-11/+11
2004-04-25put all required data into the print_args,Ulf Lamping1-3/+3
2004-04-24some code cleanup of the printing systemUlf Lamping1-12/+16
2004-04-22added some options and enhancements to the print output:Ulf Lamping1-1/+5
2004-04-20changed postscript output:Ulf Lamping1-2/+2
2004-04-17added PSML output to the printing dialogUlf Lamping1-1/+2
2004-04-15added print output option, to suppress dissection completelyUlf Lamping1-1/+2
2004-02-20comment changedUlf Lamping1-2/+2
2004-01-25There's no need to keep a "FILE *" for the file being printed to in aGuy Harris1-3/+3
2004-01-24As with "file_write_error_message()", so withGuy Harris1-4/+4
2004-01-09use the same packet range things for "Print" dialog, as already implementedUlf Lamping1-4/+2
2003-12-09print system enhanced, more print ranges and expanded statesUlf Lamping1-3/+1
2003-12-09print system enhanced, more print ranges and expanded statesUlf Lamping1-7/+24
2003-12-06Add the ability to print packet dissections in PDML (an XML-based format)Gilbert Ramirez1-1/+2
2003-09-10When saving packets, we have a "Save only marked packets" option; labelGuy Harris1-6/+4
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-7/+7
2002-06-29Have "print_line()" take an indentation argument, and do blankGuy Harris1-2/+2
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris1-4/+4
2002-03-31From Joerg Mayer: get rid of unused arguments, and mark those that can'tGuy Harris1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez1-2/+2
2001-07-17Added a "Suppress Unmarked" option to the print dialog toEd Warnicke1-1/+6
2001-06-08When printing the contents of a raw-data field, don't use the raw dataGuy Harris1-4/+3
2001-03-23Added named data sources printing support, written by Guy HarrisJeff Foster1-3/+2
2000-08-11Miscellaneous code cleaningLaurent Deniel1-3/+1
2000-08-03Add a "Save As" feature to the TCP Follow dialogue, to save the streamGilbert Ramirez1-1/+5
2000-01-22Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris1-2/+2
2000-01-07"print_file()" is no longer used; nuke it.Guy Harris1-2/+1
2000-01-06Printing multiple pages of PostScript wasn't as tricky as I thought; addGuy Harris1-5/+10
1999-11-22A "character encoding" variable is now set per packet. The existenceGilbert Ramirez1-2/+2
1999-10-30Warren Young's patch to add a "Print" button to the "Follow TCP Stream"Guy Harris1-1/+2
1999-09-29Add an item to the "File/Print" dialog box to ask that the full hex dataGuy Harris1-2/+16
1999-09-12Add a "Expand all levels"/"Print as displayed" pair of radio buttons toGuy Harris1-3/+3
1999-09-12Add summary-vs-detail radio buttons to the print dialog box; detailGuy Harris1-2/+2
1999-09-01Moved GTK-dependent routines for file dialogues, print dialogues, printGilbert Ramirez1-5/+1
1999-07-23Printing multiple frames in PostScript is a bit tricky, I think - IGuy Harris1-3/+5
1999-07-23Add a "File/Print" menu item, which prints *all* the packets in theGuy Harris1-2/+5
1999-07-13When printing a packet, do it from the protocol tree, not from the GTK+Guy Harris1-4/+2
1998-10-28* Added preference file saves and reads.Gerald Combs1-12/+2
1998-10-10* OSPF alignment fixes (Gerald)Gerald Combs1-4/+4