| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a bug reported by Christopher McAvaney in | Gerald Combs | 2001-05-12 | 1 | -12/+31 |
* | "-l" command-line option to turn on automatic scrolling in "Update list | Guy Harris | 2001-05-01 | 1 | -3/+6 |
* | "prefs.capture_real_time", not "prefs.capture_auto_scroll", should | Guy Harris | 2001-05-01 | 1 | -2/+2 |
* | Undefine "isprint()" before re-defining it, to squelch a compiler | Guy Harris | 2001-04-25 | 1 | -1/+8 |
* | Signed vs. unsigned fixes from Joerg Mayer. | Guy Harris | 2001-04-24 | 3 | -10/+10 |
* | Move the declarations of IP protocol numbers to "ipproto.h" from | Guy Harris | 2001-04-23 | 1 | -2/+2 |
* | When displaying the numeric value for the value_string string that was | Guy Harris | 2001-04-20 | 1 | -1/+2 |
* | Patch from Ronnie Sahlberg to cause the field description section of the | Guy Harris | 2001-04-19 | 1 | -9/+28 |
* | Check the validity of numbers specified in command-line options. | Guy Harris | 2001-04-18 | 1 | -6/+31 |
* | Fix to a preferences dialog bug, from <inoue@ainet.or.jp>. | Guy Harris | 2001-04-17 | 1 | -2/+4 |
* | There's no "enable name resolution in captures" preference in Ethereal, | Guy Harris | 2001-04-15 | 5 | -16/+17 |
* | Added the ethereal capture preferences to the preference file. | Jeff Foster | 2001-04-13 | 4 | -23/+26 |
* | Check in isprint() hack for Win32 so that Ethereal is usably while | Gilbert Ramirez | 2001-04-10 | 4 | -8/+42 |
* | last_open_dir needs a trailing slash in order for the GTK+ | Gilbert Ramirez | 2001-04-09 | 3 | -28/+31 |
* | Win32 build fix, show "0.5.2 (WinPcap 2.1)" as the libpcap version | Gilbert Ramirez | 2001-04-05 | 3 | -8/+5 |
* | Now that WinPcap is a DLL, I can load it at run-time rather than load-time. | Gilbert Ramirez | 2001-04-03 | 2 | -2/+26 |
* | "get_home_dir()", in "epan/filesystem.c", uses | Guy Harris | 2001-04-02 | 2 | -3/+4 |
* | Use GLib types rather than "u_int" and "u_char" in "resolv.h"; "u_int" | Guy Harris | 2001-04-02 | 1 | -2/+2 |
* | Added two new arguments to epan_init() and proto_init() to | Ed Warnicke | 2001-04-02 | 1 | -2/+3 |
* | Change name of "Last-Protocol" columns to "End" so that there's | Gilbert Ramirez | 2001-03-29 | 1 | -4/+4 |
* | Make "comp_info_str" static in Ethereal - there's no need for it outside | Guy Harris | 2001-03-27 | 1 | -22/+37 |
* | There's no "-D" option to Ethereal - remove the "D" from the getopt flag | Guy Harris | 2001-03-27 | 1 | -2/+2 |
* | GUI code fixes from Eduardo P�rez Ureta. | Guy Harris | 2001-03-26 | 2 | -5/+4 |
* | Create dialogue box as top-level window, not transient window. | Gilbert Ramirez | 2001-03-26 | 1 | -4/+6 |
* | Get rid of extra definition of "byte_nb_ptr"; it's defined in | Guy Harris | 2001-03-24 | 1 | -8/+8 |
* | Fix typos in comments. | Guy Harris | 2001-03-24 | 1 | -3/+3 |
* | "reactivate_window()" is used only by stuff in the "gtk" directory, and | Guy Harris | 2001-03-24 | 3 | -3/+41 |
* | The declaration of "destroy_packet_wins()" belongs in | Guy Harris | 2001-03-24 | 2 | -3/+8 |
* | Give the code that computes protocol statistics a progress dialog box, | Guy Harris | 2001-03-24 | 2 | -9/+15 |
* | Put back some of Gilbert's changes lost by recent checkins. | Guy Harris | 2001-03-23 | 1 | -6/+5 |
* | Fix last minute edit mistake in add_byte_tab. | Jeff Foster | 2001-03-23 | 1 | -6/+2 |
* | Changes required to support multiple named data sources. | Jeff Foster | 2001-03-23 | 5 | -75/+342 |
* | The Win32 build builds wiretap as a DLL and requires WinPcap 2.1. | Gilbert Ramirez | 2001-03-23 | 1 | -2/+4 |
* | Add a new tool which summarizes packet counts by protocols, but | Gilbert Ramirez | 2001-03-22 | 5 | -2/+248 |
* | In the code that handles finding a field after a user clicks on | Gilbert Ramirez | 2001-03-07 | 1 | -7/+15 |
* | Use "proto_get_first_protocol()" and "proto_get_next_protocol()" to | Guy Harris | 2001-03-06 | 1 | -23/+22 |
* | Add a few more items to ".cvsignore". | Guy Harris | 2001-03-03 | 1 | -0/+3 |
* | Do a bunch of semantic checks when "Accept" is clicked, so that we catch | Guy Harris | 2001-03-03 | 1 | -2/+88 |
* | Calculate the height and width of m_r_font globally, since various | Gilbert Ramirez | 2001-03-02 | 6 | -45/+205 |
* | create_main_window() does not need to be called by the capture child | Gilbert Ramirez | 2001-03-02 | 1 | -3/+4 |
* | Add "Toggle All", "Enable All", and "Disable All" buttons to the | Gilbert Ramirez | 2001-03-01 | 1 | -2/+86 |
* | Don't let the color selection dialogue for TCP Streams | Gilbert Ramirez | 2001-03-01 | 1 | -2/+4 |
* | Boolean fields are just like other fields - if you use the field name | Guy Harris | 2001-02-23 | 1 | -73/+73 |
* | The text entry box that a filter construction dialog manipulates is | Guy Harris | 2001-02-23 | 2 | -7/+6 |
* | Make the "activate" signal on the text entry boxes in the filter editing | Guy Harris | 2001-02-20 | 1 | -1/+14 |
* | Catch the "destroy" signal on the filter-expression-construction dialog, | Guy Harris | 2001-02-20 | 1 | -1/+22 |
* | Catch the "destroy" signal on the text entry box to which a | Guy Harris | 2001-02-20 | 1 | -1/+9 |
* | The all-purpose answer to "this widget expands to fill the space | Guy Harris | 2001-02-20 | 1 | -4/+10 |
* | Make the "activate" signal on the text entry boxes in the filter | Guy Harris | 2001-02-20 | 1 | -13/+24 |
* | Call the test for a protocol "is present", just like the test for other | Guy Harris | 2001-02-20 | 1 | -35/+46 |