aboutsummaryrefslogtreecommitdiffstats
path: root/print.c
AgeCommit message (Expand)AuthorFilesLines
2002-06-29Have "print_line()" take an indentation argument, and do blankguy1-44/+35
2002-06-23Fix up a comment.guy1-5/+4
2002-06-22Display as many digits of the offset, in the hex dump, as would beguy1-9/+56
2002-06-22Use a common routine to print protocol tree nodes as text or PostScript,guy1-77/+33
2002-06-22Get rid of separate "print_hex_data_text()" and "print_hex_data_ps()"guy1-71/+42
2002-06-22In the hex dump, generate the offset at the beginning of each line inguy1-25/+19
2002-06-21Use common code to print the hex dump as text and PostScript.guy1-63/+72
2002-06-21Make the hex dump when printing PostScript look the same way it doesguy1-6/+6
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itguy1-15/+22
2002-05-10From Joerg Mayer: make a pile of stuff not used outside one source fileguy1-4/+2
2002-04-02In the tree-printing code, we may be handed a leaf node, so don'tguy1-5/+7
2002-04-01Start assigning ett_ values at 0, rather than 1; get rid of the reservedguy1-1/+2
2002-03-31From Joerg Mayer: get rid of unused arguments, and mark those that can'tguy1-2/+2
2002-03-14Boost the maximum amount of indentation put into text output.guy1-5/+7
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aguy1-11/+15
2002-02-15From Joerg Mayer: remove trailing blanks from hex dump inguy1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-3/+3
2001-12-18Use new, correct method for retrieving field_info* from a proto_item*gram1-3/+3
2001-11-13Hopefully the last time I have to change my e-mail address.gram1-2/+2
2001-06-18Various signed vs. unsigned fixes, from Joerg Mayer.guy1-3/+3
2001-06-08We only need to print the data corresponding to the field, so fetch onlyguy1-14/+11
2001-06-08When printing the contents of a raw-data field, don't use the raw dataguy1-9/+44
2001-05-16Added 'text2pcap', a utility to convert text hexdumps into pcapashokn1-6/+6
2001-03-24Always hand "print_line()" a string that ends with "\n".guy1-3/+2
2001-03-24Put a blank line before the line identifying the data source for theguy1-1/+2
2001-03-23Added named data sources printing support, written by Guy Harrisjfoster1-7/+36
2000-04-13Consolidate flags in struct frame_data, and add "visited" flag. Usegram1-2/+2
2000-01-22Fix files that had Gilbert's old e-mail address or that didn't have myguy1-2/+2
2000-01-07"print_file()" is no longer used; nuke it.guy1-48/+11
2000-01-06Printing multiple pages of PostScript wasn't as tricky as I thought; addguy1-23/+40
1999-12-10Move GTK code out of summary.c and into gtk/summary_dlg.cgram1-2/+1
1999-11-22Include "util.h" to get the declaration of "EBCDIC_to_ASCII1()".guy1-1/+2
1999-11-22A "character encoding" variable is now set per packet. The existencegram1-7/+20
1999-10-30Warren Young's patch to add a "Print" button to the "Follow TCP Stream"guy1-1/+39
1999-09-29Add an item to the "File/Print" dialog box to ask that the full hex dataguy1-12/+15
1999-09-12Add a "Expand all levels"/"Print as displayed" pair of radio buttons toguy1-11/+17
1999-09-12Add summary-vs-detail radio buttons to the print dialog box; detailguy1-13/+3
1999-09-09More shuffling of GTK-related files to gtk subdirectory.gram1-2/+1
1999-09-01Moved GTK-dependent routines for file dialogues, print dialogues, printgram1-205/+3
1999-07-23Printing multiple frames in PostScript is a bit tricky, I think - Iguy1-6/+32
1999-07-23Fix "open_print_dest()" to do the right thing.guy1-4/+2
1999-07-23Add a "File/Print" menu item, which prints *all* the packets in theguy1-23/+22
1999-07-15Modified the proto_register_field_array usage again. Thanks to Guy'sgram1-7/+6
1999-07-13When printing a packet, do it from the protocol tree, not from the GTK+guy1-111/+123
1999-07-07Created a new protocol tree implementation and a new display filtergram1-2/+2
1999-06-21Found some erroneous usages of gtk_signal_connect_object. I always wonderedgram1-4/+4
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowgram1-1/+2
1998-10-28* Added preference file saves and reads.gerald1-97/+86
1998-10-22I added the byte count to the Data section. The print routines had togram1-3/+3
1998-10-12- Added match_strval function to packet.cgerald1-3/+9