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