aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/follow_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-13Add a "window_new()" routine that creates a window of a given type, setsGuy Harris1-10/+8
2004-02-11Add "write_failure_alert_box()" to put up an alert box for a failedGuy Harris1-15/+10
2004-02-11Add an "open_failure_alert_box()" routine to pop up an alert box for aGuy Harris1-7/+6
2004-02-06replaced every appearance of gtk_scrolled_window_new() withUlf Lamping1-4/+5
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris1-16/+16
2004-01-31renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR toUlf Lamping1-9/+9
2004-01-26Newlines in filter strings are a Bad Idea, as they don't display well inGuy Harris1-2/+2
2004-01-25apply automatically generated filters strings to the recent dropdown list,Ulf Lamping1-3/+3
2004-01-25Don't have "follow_print_text()" display the error message, leave thatGuy Harris1-211/+222
2004-01-25There's no need to keep a "FILE *" for the file being printed to in aGuy Harris1-3/+5
2004-01-24As with "file_write_error_message()", so withGuy Harris1-24/+87
2004-01-24As with "cf_open_error_message()"/"file_open_error_message()", so withGuy Harris1-2/+2
2004-01-10using button compatibility macrosUlf Lamping1-16/+4
2003-12-24Do the "isprint()" hack for GTK+ 2.x or 1.3[.x], whether on UNIX orGuy Harris1-14/+3
2003-04-06From emre: add a "Filter out this stream" button to the "Follow TCPGuy Harris1-2/+59
2003-03-06From Devin Heitmueller: follow TCP Stream support for showing streamGuy Harris1-2/+61
2002-11-10Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad1-114/+30
2002-11-03Merge gtk and gtk2 directories.Olivier Abad1-17/+140
2002-09-09From Graeme Hewson:Guy Harris1-5/+24
2002-09-07Add back stdio.hJörg Mayer1-1/+2
2002-09-05Include cleanups in gtk and gtk2:Jörg Mayer1-9/+1
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-7/+7
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-05-03Clean up the handling of filter strings:Guy Harris1-1/+4
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris1-13/+13
2002-02-28In follow.c, initialize data_out_file to NULL, as it used toGilbert Ramirez1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2002-01-18Squelch a valid compiler warning (passing a "char" to the "is..." macrosGuy Harris1-2/+4
2002-01-18Support for hex dump mode in "Follow TCP Stream" window showing hex andGuy Harris1-2/+26
2002-01-11Have a routine to create a scrolled window, set its vertical scrollbarGuy Harris1-7/+3
2001-12-18Provide for per-protocol-tree data in the proto_tree code.Gilbert Ramirez1-1/+2
2001-12-12Go nuts with the 3D logo.Gerald Combs1-1/+3
2001-11-21Remove the global packet_info called "pi". Dissectors now onlyGilbert Ramirez1-3/+3
2001-04-10Check in isprint() hack for Win32 so that Ethereal is usably whileGilbert Ramirez1-1/+19
2001-04-02Use GLib types rather than "u_int" and "u_char" in "resolv.h"; "u_int"Guy Harris1-2/+2
2000-11-21Add a "color.h" file that declares a nominally-toolkit-independentGuy Harris1-7/+12
2000-09-12Include <unistd.h> to declare "close()" and "unlink()".Guy Harris1-1/+5
2000-09-08Redraw:Guy Harris1-1/+34
2000-08-21Put an indentation in hexdump display of a TCP streamLaurent Deniel1-2/+3
2000-08-17It was silly of me to require that "forget_scrolled_window()" be calledGuy Harris1-10/+2
2000-08-16Fix a long standing bug in the scrolled window handling in follow TCP streamLaurent Deniel1-2/+10
2000-08-11- add ipv6.addr for the source and destination addresses (like ipv4)Laurent Deniel1-8/+27
2000-08-11Miscellaneous code cleaningLaurent Deniel1-6/+7
2000-08-09Small fix for initialization of new follow_info struct.Gilbert Ramirez1-1/+2
2000-08-09In TCP Follow window, allow the optional showing of:Gilbert Ramirez1-415/+561
2000-08-03Add a "Save As" feature to the TCP Follow dialogue, to save the streamGilbert Ramirez1-0/+551