aboutsummaryrefslogtreecommitdiffstats
path: root/print.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-25There's no need to keep a "FILE *" for the file being printed to in aGuy Harris1-11/+7
2004-01-24As with "file_write_error_message()", so withGuy Harris1-10/+14
2004-01-09There seems to be a missing #include ... there are still errors, though.Richard Sharpe1-1/+2
2003-12-30In "get_field_data()", check to make sure the field doesn't run past theGuy Harris1-3/+16
2003-12-10Analyzer's PDML will be changed to start the packet offset (the "pos" field)Gilbert Ramirez1-6/+6
2003-12-09print system enhanced, more print ranges and expanded statesUlf Lamping1-13/+14
2003-12-08"proto_construct_dfilter_string()" can return a null pointer, e.g. forGuy Harris1-18/+20
2003-12-06Add the ability to print packet dissections in PDML (an XML-based format)Gilbert Ramirez1-8/+311
2003-12-04Don't use GNodes for the protocol tree, put the sibling pointer, andGuy Harris1-7/+6
2003-12-03The "ptr_u" unions no longer have a "next" pointer - they now just haveGuy Harris1-2/+2
2003-11-27"representation", in an "item_label_t", is now an array, not a pointer,Guy Harris1-2/+2
2003-11-27bugfix: removed access violation when using "File/Print Packet".Ulf Lamping1-2/+2
2003-11-25remove another slow GMemChunk from ethereal making ethereal a little bit fasterRonnie Sahlberg1-3/+3
2003-11-24Make the recent epan/proto.{c,h} change compile.Guy Harris1-2/+2
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-5/+5
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-13/+9
2002-06-29Have "print_line()" take an indentation argument, and do blankGuy Harris1-44/+35
2002-06-23Fix up a comment.Guy Harris1-5/+4
2002-06-22Display as many digits of the offset, in the hex dump, as would beGuy Harris1-9/+56
2002-06-22Use a common routine to print protocol tree nodes as text or PostScript,Guy Harris1-77/+33
2002-06-22Get rid of separate "print_hex_data_text()" and "print_hex_data_ps()"Guy Harris1-71/+42
2002-06-22In the hex dump, generate the offset at the beginning of each line inGuy Harris1-25/+19
2002-06-21Use common code to print the hex dump as text and PostScript.Guy Harris1-63/+72
2002-06-21Make the hex dump when printing PostScript look the same way it doesGuy Harris1-6/+6
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris1-15/+22
2002-05-10From Joerg Mayer: make a pile of stuff not used outside one source fileGuy Harris1-4/+2
2002-04-02In the tree-printing code, we may be handed a leaf node, so don'tGuy Harris1-5/+7
2002-04-01Start assigning ett_ values at 0, rather than 1; get rid of the reservedGuy Harris1-1/+2
2002-03-31From Joerg Mayer: get rid of unused arguments, and mark those that can'tGuy Harris1-2/+2
2002-03-14Boost the maximum amount of indentation put into text output.Guy Harris1-5/+7
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aGuy Harris1-11/+15
2002-02-15From Joerg Mayer: remove trailing blanks from hex dump inGuy Harris1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2001-12-18Use new, correct method for retrieving field_info* from a proto_item*Gilbert Ramirez1-3/+3
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez1-2/+2
2001-06-18Various signed vs. unsigned fixes, from Joerg Mayer.Guy Harris1-3/+3
2001-06-08We only need to print the data corresponding to the field, so fetch onlyGuy Harris1-14/+11
2001-06-08When printing the contents of a raw-data field, don't use the raw dataGuy Harris1-9/+44
2001-05-16Added 'text2pcap', a utility to convert text hexdumps into pcapAshok Narayanan1-6/+6
2001-03-24Always hand "print_line()" a string that ends with "\n".Guy Harris1-3/+2
2001-03-24Put a blank line before the line identifying the data source for theGuy Harris1-1/+2
2001-03-23Added named data sources printing support, written by Guy HarrisJeff Foster1-7/+36
2000-04-13Consolidate flags in struct frame_data, and add "visited" flag. UseGilbert Ramirez1-2/+2
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-48/+11
2000-01-06Printing multiple pages of PostScript wasn't as tricky as I thought; addGuy Harris1-23/+40
1999-12-10Move GTK code out of summary.c and into gtk/summary_dlg.cGilbert Ramirez1-2/+1
1999-11-22Include "util.h" to get the declaration of "EBCDIC_to_ASCII1()".Guy Harris1-1/+2
1999-11-22A "character encoding" variable is now set per packet. The existenceGilbert Ramirez1-7/+20
1999-10-30Warren Young's patch to add a "Print" button to the "Follow TCP Stream"Guy Harris1-1/+39