| Commit message (Expand) | Author | Age | Files | Lines |
* | Support for "-N" flag enabling selected forms of name resolution, from | Guy Harris | 2001-05-31 | 1 | -15/+28 |
* | "-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 |
* | Signed vs. unsigned fixes from Joerg Mayer. | Guy Harris | 2001-04-24 | 1 | -2/+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 |
* | There's no "enable name resolution in captures" preference in Ethereal, | Guy Harris | 2001-04-15 | 1 | -5/+5 |
* | Added the ethereal capture preferences to the preference file. | Jeff Foster | 2001-04-13 | 1 | -7/+8 |
* | Check in isprint() hack for Win32 so that Ethereal is usably while | Gilbert Ramirez | 2001-04-10 | 1 | -3/+4 |
* | last_open_dir needs a trailing slash in order for the GTK+ | Gilbert Ramirez | 2001-04-09 | 1 | -3/+22 |
* | Win32 build fix, show "0.5.2 (WinPcap 2.1)" as the libpcap version | Gilbert Ramirez | 2001-04-05 | 1 | -2/+2 |
* | Now that WinPcap is a DLL, I can load it at run-time rather than load-time. | Gilbert Ramirez | 2001-04-03 | 1 | -1/+9 |
* | "get_home_dir()", in "epan/filesystem.c", uses | Guy Harris | 2001-04-02 | 1 | -1/+2 |
* | Added two new arguments to epan_init() and proto_init() to | Ed Warnicke | 2001-04-02 | 1 | -2/+3 |
* | 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 |
* | Changes required to support multiple named data sources. | Jeff Foster | 2001-03-23 | 1 | -9/+42 |
* | Calculate the height and width of m_r_font globally, since various | Gilbert Ramirez | 2001-03-02 | 1 | -4/+21 |
* | create_main_window() does not need to be called by the capture child | Gilbert Ramirez | 2001-03-02 | 1 | -3/+4 |
* | On Win32, if Ethereal started as a GUI rather than a console | Guy Harris | 2001-02-20 | 1 | -2/+115 |
* | In Ethereal, attempt to get the packet statistics from libpcap when | Guy Harris | 2001-02-11 | 1 | -2/+5 |
* | If we failed to open a capture file specified by the "-r" flag, don't | Guy Harris | 2001-02-08 | 1 | -2/+3 |
* | Create a more modular type system for the FT_* types. Put them | Gilbert Ramirez | 2001-02-01 | 1 | -182/+8 |
* | There's no need for a member of a "capture_file" structure holding a | Guy Harris | 2001-01-28 | 1 | -1/+5 |
* | Have separate capture and display filter lists; some filter dialog boxes | Guy Harris | 2001-01-28 | 1 | -5/+28 |
* | Call "get_filter_list()" when Ethereal starts up. | Guy Harris | 2001-01-28 | 1 | -1/+6 |
* | Give various filter constructing/editing dialog boxes titles to reflect | Guy Harris | 2001-01-21 | 1 | -2/+6 |
* | In the process of destroying a filter editing dialog box, we get a | Guy Harris | 2001-01-21 | 1 | -4/+6 |
* | Fix up Gerald's e-mail address to be his "ethereal.com" address. | Guy Harris | 2001-01-10 | 1 | -3/+3 |
* | Add a dialog box for constructing expressions that test a field in the | Guy Harris | 2001-01-02 | 1 | -3/+3 |
* | Enable FT_BYTES dfiltering, from Ed Warnicke. | Gilbert Ramirez | 2000-12-22 | 1 | -1/+10 |
* | Match Selected works better with FT_STRING variables. | Gilbert Ramirez | 2000-12-15 | 1 | -6/+11 |
* | Pull the code to set the fields in the "cfile.cinfo" structure into a | Guy Harris | 2000-12-03 | 1 | -8/+2 |
* | Change Ethereal homepage URL from etheral.zing.org to www.ethereal.com. | Gilbert Ramirez | 2000-11-22 | 1 | -2/+2 |
* | Add a "color.h" file that declares a nominally-toolkit-independent | Guy Harris | 2000-11-21 | 1 | -5/+14 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -9/+11 |
* | Add a fourth choice of time format in the packet list display, which | Guy Harris | 2000-11-01 | 1 | -2/+4 |
* | Move declaration of wsaData (for Win32) out of HAVE_LIBPCAP #ifdef block. | Gilbert Ramirez | 2000-10-27 | 1 | -2/+7 |
* | Remove #include "gtk/colors.h" from file.h, which keep the GTK+ header | Gilbert Ramirez | 2000-10-20 | 1 | -1/+2 |
* | Give libethereal its own configuration file, and have that configuration | Guy Harris | 2000-10-16 | 1 | -2/+2 |
* | First step in moving core Ethereal routines to libepan. | Gilbert Ramirez | 2000-09-27 | 1 | -3/+5 |
* | Add a "-p" command-line option, and a checkbox in the "Capture | Guy Harris | 2000-09-15 | 1 | -3/+11 |
* | Corrected startup // shutdown of windows sockets to allow name resolution to ... | Graham Bloice | 2000-09-14 | 1 | -1/+12 |
* | "redraw_hex_dump()" can't use "cfile.pd" or "cfile.current_frame", as it | Guy Harris | 2000-09-09 | 1 | -5/+5 |
* | Redraw: | Guy Harris | 2000-09-08 | 1 | -7/+4 |
* | Graham Bloice's patch to support inverse video rather than boldface | Guy Harris | 2000-09-08 | 1 | -3/+5 |
* | If the default build-in fonts are not found, use the "6x13" fonts | Laurent Deniel | 2000-08-23 | 1 | -1/+3 |
* | Remove the -D option. | Laurent Deniel | 2000-08-23 | 1 | -5/+2 |
* | Do not display "Text (text)" (i.e. FT_TEXT_ONLY) for unfilterable | Laurent Deniel | 2000-08-22 | 1 | -2/+2 |
* | Add a help context identifier for the status bar. | Laurent Deniel | 2000-08-22 | 1 | -2/+24 |