aboutsummaryrefslogtreecommitdiffstats
path: root/print.c
Commit message (Expand)AuthorAgeFilesLines
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Make the "human-readable text vs. PSML vs. PDML" choice separate fromGuy Harris2004-07-081-276/+299
* bugfix: don't try to print data, if tvb is too shortUlf Lamping2004-07-051-1/+7
* Add escaping of an apostrophe in XML output.Olivier Biot2004-05-011-1/+4
* add PROTO_ITEM_SET_HIDDEN() and PROTO_ITEM_SET_GENERATED(),Ulf Lamping2004-05-011-3/+3
* Look for out of bounds data after calling tvb_length_remaining().Gilbert Ramirez2004-04-261-8/+15
* some code cleanup of the printing systemUlf Lamping2004-04-241-9/+9
* added some options and enhancements to the print output:Ulf Lamping2004-04-221-3/+51
* changed postscript output:Ulf Lamping2004-04-201-2/+12
* added PSML output to the printing dialogUlf Lamping2004-04-171-6/+48
* PDML output: if a protocol field is invisible,Ulf Lamping2004-04-171-7/+21
* make print dialog "Packet Format" options somewhat similar to theUlf Lamping2004-04-161-7/+30
* added print output option, to suppress dissection completelyUlf Lamping2004-04-151-3/+4
* added print output of PDML formatUlf Lamping2004-04-151-9/+13
* There's no need to keep a "FILE *" for the file being printed to in aGuy Harris2004-01-251-11/+7
* As with "file_write_error_message()", so withGuy Harris2004-01-241-10/+14
* There seems to be a missing #include ... there are still errors, though.Richard Sharpe2004-01-091-1/+2
* In "get_field_data()", check to make sure the field doesn't run past theGuy Harris2003-12-301-3/+16
* Analyzer's PDML will be changed to start the packet offset (the "pos" field)Gilbert Ramirez2003-12-101-6/+6
* print system enhanced, more print ranges and expanded statesUlf Lamping2003-12-091-13/+14
* "proto_construct_dfilter_string()" can return a null pointer, e.g. forGuy Harris2003-12-081-18/+20
* Add the ability to print packet dissections in PDML (an XML-based format)Gilbert Ramirez2003-12-061-8/+311
* Don't use GNodes for the protocol tree, put the sibling pointer, andGuy Harris2003-12-041-7/+6
* The "ptr_u" unions no longer have a "next" pointer - they now just haveGuy Harris2003-12-031-2/+2
* "representation", in an "item_label_t", is now an array, not a pointer,Guy Harris2003-11-271-2/+2
* bugfix: removed access violation when using "File/Print Packet".Ulf Lamping2003-11-271-2/+2
* remove another slow GMemChunk from ethereal making ethereal a little bit fasterRonnie Sahlberg2003-11-251-3/+3
* Make the recent epan/proto.{c,h} change compile.Guy Harris2003-11-241-2/+2
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-5/+5
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-13/+9
* Have "print_line()" take an indentation argument, and do blankGuy Harris2002-06-291-44/+35
* Fix up a comment.Guy Harris2002-06-231-5/+4
* Display as many digits of the offset, in the hex dump, as would beGuy Harris2002-06-221-9/+56
* Use a common routine to print protocol tree nodes as text or PostScript,Guy Harris2002-06-221-77/+33
* Get rid of separate "print_hex_data_text()" and "print_hex_data_ps()"Guy Harris2002-06-221-71/+42
* In the hex dump, generate the offset at the beginning of each line inGuy Harris2002-06-221-25/+19
* Use common code to print the hex dump as text and PostScript.Guy Harris2002-06-211-63/+72
* Make the hex dump when printing PostScript look the same way it doesGuy Harris2002-06-211-6/+6
* Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris2002-06-041-15/+22
* From Joerg Mayer: make a pile of stuff not used outside one source fileGuy Harris2002-05-101-4/+2
* In the tree-printing code, we may be handed a leaf node, so don'tGuy Harris2002-04-021-5/+7
* Start assigning ett_ values at 0, rather than 1; get rid of the reservedGuy Harris2002-04-011-1/+2
* From Joerg Mayer: get rid of unused arguments, and mark those that can'tGuy Harris2002-03-311-2/+2
* Boost the maximum amount of indentation put into text output.Guy Harris2002-03-141-5/+7
* Don't give tvbuffs names; instead, give data sources names, where aGuy Harris2002-02-181-11/+15
* From Joerg Mayer: remove trailing blanks from hex dump inGuy Harris2002-02-151-2/+2
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-3/+3
* Use new, correct method for retrieving field_info* from a proto_item*Gilbert Ramirez2001-12-181-3/+3
* Hopefully the last time I have to change my e-mail address.Gilbert Ramirez2001-11-131-2/+2
* Various signed vs. unsigned fixes, from Joerg Mayer.Guy Harris2001-06-181-3/+3