| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix AC_ETHEREAL_PCAP_CHECK so that, if a directory was specified with | Guy Harris | 2001-07-27 | 1 | -13/+10 |
* | MacOS support changes, from Michael Tuexen (with some modifications): | Guy Harris | 2001-07-26 | 1 | -1/+5 |
* | Check for valid column titles (non-zero-length) and valid column formats | Guy Harris | 2001-07-22 | 1 | -1/+2 |
* | Get rid of some unused variables. | Guy Harris | 2001-07-20 | 1 | -3/+1 |
* | Added a "Mark Frame" option to the packet_list_menu_items | Ed Warnicke | 2001-07-17 | 1 | -1/+3 |
* | Added a "Suppress Unmarked" option to the print dialog to | Ed Warnicke | 2001-07-17 | 1 | -2/+16 |
* | Support for {Enter,Return} keys toggling expansion of selected protocol | Guy Harris | 2001-07-09 | 1 | -7/+20 |
* | "open_cap_file()" in Ethereal and Tethereal don't use the FILE_T they | Guy Harris | 2001-07-05 | 1 | -1/+5 |
* | Don't offer the ability to edit capture filters if Ethereal wasn't | Guy Harris | 2001-06-27 | 2 | -2/+10 |
* | Fix a problem that shows up if you build without libpcap. | Guy Harris | 2001-06-27 | 1 | -3/+3 |
* | A better fix - we don't use "assigned" if the action was E_DECODE_NO, so | Guy Harris | 2001-06-25 | 1 | -14/+9 |
* | In "decode_network()", get the information about the currently selected | Guy Harris | 2001-06-25 | 1 | -6/+13 |
* | In a capture child process, *completely ignore* the preference setting | Guy Harris | 2001-06-19 | 1 | -2/+12 |
* | Get rid of an unnecessary declaration of "packet_list". | Guy Harris | 2001-06-18 | 1 | -4/+2 |
* | When printing the contents of a raw-data field, don't use the raw data | Guy Harris | 2001-06-08 | 1 | -4/+3 |
* | Enable "Match Selected" only if there's a field selected *and* we can do | Guy Harris | 2001-06-05 | 6 | -44/+113 |
* | Changes to structure initializations not to initialize some but not all | Guy Harris | 2001-06-02 | 1 | -5/+5 |
* | Support for "-N" flag enabling selected forms of name resolution, from | Guy Harris | 2001-05-31 | 4 | -60/+163 |
* | Free the string you "g_strdup()"ed, rather than handing "g_free()" the | Guy Harris | 2001-05-31 | 1 | -2/+2 |
* | No old-style dissectors call "old_dissector_try_port()", so get rid of | Guy Harris | 2001-05-30 | 1 | -2/+2 |
* | Give protocol tree windows a horizontal scrollbar - yes, sometimes | Guy Harris | 2001-05-27 | 1 | -2/+2 |
* | 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 |