aboutsummaryrefslogtreecommitdiffstats
path: root/print.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-09-29Add an item to the "File/Print" dialog box to ask that the full hex dataGuy Harris1-12/+15
1999-09-12Add a "Expand all levels"/"Print as displayed" pair of radio buttons toGuy Harris1-11/+17
1999-09-12Add summary-vs-detail radio buttons to the print dialog box; detailGuy Harris1-13/+3
1999-09-09More shuffling of GTK-related files to gtk subdirectory.Gilbert Ramirez1-2/+1
1999-09-01Moved GTK-dependent routines for file dialogues, print dialogues, printGilbert Ramirez1-205/+3
1999-07-23Printing multiple frames in PostScript is a bit tricky, I think - IGuy Harris1-6/+32
1999-07-23Fix "open_print_dest()" to do the right thing.Guy Harris1-4/+2
1999-07-23Add a "File/Print" menu item, which prints *all* the packets in theGuy Harris1-23/+22
1999-07-15Modified the proto_register_field_array usage again. Thanks to Guy'sGilbert Ramirez1-7/+6
1999-07-13When printing a packet, do it from the protocol tree, not from the GTK+Guy Harris1-111/+123
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-2/+2
1999-06-21Found some erroneous usages of gtk_signal_connect_object. I always wonderedGilbert Ramirez1-4/+4
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1-1/+2
1998-10-28* Added preference file saves and reads.Gerald Combs1-97/+86
1998-10-22I added the byte count to the Data section. The print routines had toGilbert Ramirez1-3/+3
1998-10-12- Added match_strval function to packet.cGerald Combs1-3/+9
1998-10-10* OSPF alignment fixes (Gerald)Gerald Combs1-30/+9
1998-09-27Merged in a _huge_ patch from Guy Harris. It adds a time stap column,Gerald Combs1-6/+9
1998-09-26Initial prefs support.Gerald Combs1-19/+19
1998-09-16Added ID tags to the beginning of each source file.Gerald Combs1-0/+2
1998-09-16Initial revisionGerald Combs1-0/+509