aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2002-01-14Get the current value of Boolean preferences before adding widgets forGuy Harris1-1/+2
2002-01-13Add a preferences page for the name resolution flags.Guy Harris14-344/+530
2002-01-12Put the labels of check boxes to the left of the checkboxes,Guy Harris1-6/+8
2002-01-12Get rid of unused variables.Guy Harris1-10/+12
2002-01-12While you're at it, use the key for the auto scroll option checkbox forGuy Harris1-2/+2
2002-01-12Make the key for the capture preference window's pointer to the autoGuy Harris1-2/+2
2002-01-11Label the window popped up by "Capture->Start" "Capture Options", notGuy Harris1-7/+7
2002-01-11From Jirka Novak:Guy Harris4-34/+469
2002-01-11Have a routine to create a scrolled window, set its vertical scrollbarGuy Harris20-155/+118
2002-01-11Have routines to create GtkCTrees, set their line and expander styleGuy Harris10-154/+188
2002-01-10Separate the promiscuous mode, "Update list of packets in real time",Guy Harris3-26/+48
2002-01-10Fix some problems with building Ethereal/Tethereal without libpcap.Guy Harris2-8/+35
2002-01-10Add a preferences page for capture preferences, so that the user canGuy Harris7-15/+261
2002-01-08Don't process a color filter if there's no filter associated with it.Guy Harris1-107/+111
2002-01-08Add a routine to kill a capture child if it exists, so that if we exitGuy Harris1-29/+48
2002-01-03From Albert Chin: eliminate a GCCism.Guy Harris1-3/+3
2001-12-31Fix a pointer error in find_stat_node.Gerald Combs1-2/+5
2001-12-31Add preferences to save the main window size and position. If enabled,Gerald Combs4-28/+158
2001-12-21Print out messages if any of the ring buffer checks fail.Guy Harris1-16/+22
2001-12-21There is no such thing as an optional parameter to a command-line flagGuy Harris1-8/+2
2001-12-18Provide for per-protocol-tree data in the proto_tree code.Gilbert Ramirez9-12/+42
2001-12-16Add an extra argument to "epan_dissect_new()" that indicates whether theGuy Harris1-4/+2
2001-12-13Fix up the comment on "set_main_window_name()" (I'm not sure why I putGuy Harris1-15/+51
2001-12-12Go nuts with the 3D logo.Gerald Combs10-15/+77
2001-12-12From Motonori Shindo:Guy Harris1-3/+3
2001-12-12From Motonori Shindo: add a cast of "ip" to "guint8 *" so pointerGuy Harris1-2/+2
2001-12-10Put in a comment indicating that even loading a one-byte field from anGuy Harris1-1/+12
2001-12-10Test the link-layer type of the frame being looked at, not theGuy Harris1-7/+6
2001-12-10Use the encapsulation type of the current frame to decide whatGuy Harris1-11/+27
2001-12-10Get rid of the stuff to use bitfields to dissect IP and TCP headers -Guy Harris1-62/+12
2001-12-10Change a printf() error message to a simple_dialog() error message.Gilbert Ramirez1-2/+4
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-2/+2
2001-12-09Check for invalid maximum packet count values.Guy Harris1-2/+6
2001-12-09From Gordon McKinney: make IP-over-PPP work with the TCP graph code.Guy Harris1-3/+15
2001-12-09On Win32, a GUI application apparently can't use "popen()" (itGuy Harris1-1/+42
2001-12-08Give the help window a title.Guy Harris1-1/+2
2001-12-08TCP time-sequence, round-trip time, and throughput graphs, from PavelGuy Harris5-2/+3806
2001-12-08Attach a descriptive name field type and base to dissector tables; thatGuy Harris1-6/+42
2001-12-06Handle the case of the initial, or current, dissector handle for aGuy Harris1-3/+9
2001-12-06Remove proto_tree from capture_file and PacketWinData, since theyGilbert Ramirez3-16/+13
2001-12-06Don't update the "Save As..." dialog box if it doesn't exist.Guy Harris1-7/+22
2001-12-06Make the "Save only marked frames" button in the "Save As..." dialog boxGuy Harris3-14/+56
2001-12-04When making the "number of ring buffer files" spin button sensitive orGuy Harris1-40/+67
2001-12-04Make the bytes-written information from Wiretap a long, as we allowGuy Harris2-9/+145
2001-12-04Support for stopping capture at specified capture file size or captureGuy Harris2-21/+176
2001-12-04From Thomas Wittwer: remove unnecessary calls toGuy Harris1-3/+1
2001-12-03"ptype" is always set, even if only to PT_NONE; it will be set to PT_TCPGuy Harris1-21/+22
2001-12-03To check whether the current frame contains TCP or UDP traffic, checkGuy Harris1-168/+25
2001-12-03When the dissector tables are reset to the default settings, the list ofGuy Harris1-1/+10
2001-12-03Get rid of the lists of conversation dissectors; instead, have aGuy Harris1-231/+168