aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/follow_dlg.c
AgeCommit message (Expand)AuthorFilesLines
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