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