| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a "file_selection_new()" routine that does all the positioning (GTK+ | Guy Harris | 2003-09-24 | 1 | -2/+2 |
* | If there's no saved interface name, set the interface name in the | Guy Harris | 2003-09-10 | 1 | -6/+5 |
* | If we have no interfaces, don't set the popdown list for interface combo | Guy Harris | 2003-09-10 | 1 | -3/+5 |
* | Have "get_interface_list()" return a list of "if_info_t" structures | Guy Harris | 2003-09-10 | 1 | -166/+12 |
* | From Nathan Jennings: | Guy Harris | 2003-09-08 | 1 | -3/+162 |
* | Fix signed/unsigned comparison warnings. | Gilbert Ramirez | 2003-07-25 | 1 | -4/+6 |
* | Implement a ring buffer switch duration: | Laurent Deniel | 2003-05-15 | 1 | -3/+58 |
* | Add a new routine "filter_button_destroy_cb()", and make it the | Guy Harris | 2003-01-15 | 1 | -12/+3 |
* | Helper macros fro gtk1.2/gtk2 compatibility. | Olivier Abad | 2002-11-09 | 1 | -196/+88 |
* | Merge gtk and gtk2 directories. | Olivier Abad | 2002-11-03 | 1 | -27/+173 |
* | From Graeme Hewson: | Gerald Combs | 2002-09-22 | 1 | -6/+8 |
* | From Graeme Hewson: | Guy Harris | 2002-09-09 | 1 | -7/+42 |
* | Include cleanups in gtk and gtk2: | Jörg Mayer | 2002-09-05 | 1 | -9/+1 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -35/+35 |
* | From Joerg Mayer: | Guy Harris | 2002-07-17 | 1 | -5/+1 |
* | Update the URL for WinPcap. | Guy Harris | 2002-06-24 | 1 | -2/+2 |
* | In the Windows capture dialog, place the interface description before the | Gerald Combs | 2002-05-18 | 1 | -2/+8 |
* | Update wiretapped mirror links. | Gerald Combs | 2002-04-14 | 1 | -2/+2 |
* | Change "http://netgroup-mirror.ethereal.com/winpcap" URLs to | Gerald Combs | 2002-04-14 | 1 | -2/+2 |
* | From Joerg Mayer: remove unused variables. | Guy Harris | 2002-03-05 | 1 | -2/+1 |
* | From Joerg Mayer: use _U_ to flag unused arguments. | Guy Harris | 2002-03-05 | 1 | -10/+10 |
* | Cut down the vertical spacing in the "Capture Options" dialog box. | Guy Harris | 2002-03-05 | 1 | -7/+7 |
* | Put all the capture options into a structure. | Guy Harris | 2002-02-24 | 1 | -42/+59 |
* | Have "get_positive_int()" really check for positive integers, not just | Guy Harris | 2002-02-24 | 1 | -30/+1 |
* | "autostop_filesize" and "autostop_duration" don't need to be in the | Guy Harris | 2002-02-24 | 1 | -22/+19 |
* | Set "snaplen", not "has_snaplen", to the snapshot length specified in | Guy Harris | 2002-02-22 | 1 | -6/+6 |
* | Have Wiretap set the snapshot length to 0 if it can't be derived from | Guy Harris | 2002-02-08 | 1 | -180/+330 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -2/+2 |
* | Add a preferences page for the name resolution flags. | Guy Harris | 2002-01-13 | 1 | -8/+8 |
* | Label the window popped up by "Capture->Start" "Capture Options", not | Guy Harris | 2002-01-11 | 1 | -7/+7 |
* | Separate the promiscuous mode, "Update list of packets in real time", | Guy Harris | 2002-01-10 | 1 | -9/+9 |
* | Add a preferences page for capture preferences, so that the user can | Guy Harris | 2002-01-10 | 1 | -3/+9 |
* | Check for invalid maximum packet count values. | Guy Harris | 2001-12-09 | 1 | -2/+6 |
* | 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 | 1 | -5/+101 |
* | Support for stopping capture at specified capture file size or capture | Guy Harris | 2001-12-04 | 1 | -15/+109 |
* | Wrap calls to "pcap_datalink()" in a routine that attempts to compensate | Guy Harris | 2001-11-09 | 1 | -2/+2 |
* | Add the Ethereal Web site's mirror of WinPcap to the dialog popped up if | Guy Harris | 2001-10-31 | 1 | -2/+5 |
* | The Wiretapped.net mirror is OK again (it was a problem with the | Guy Harris | 2001-09-29 | 1 | -3/+6 |
* | Sigh. The wiretapped.net site appears to have an old version of | Guy Harris | 2001-09-28 | 1 | -3/+4 |
* | Make the message popped up if you try to do a capture on a Win32 machine | Guy Harris | 2001-09-26 | 1 | -6/+9 |
* | Support for "-N" flag enabling selected forms of name resolution, from | Guy Harris | 2001-05-31 | 1 | -12/+37 |
* | Free the string you "g_strdup()"ed, rather than handing "g_free()" the | Guy Harris | 2001-05-31 | 1 | -2/+2 |
* | There's no "enable name resolution in captures" preference in Ethereal, | Guy Harris | 2001-04-15 | 1 | -3/+3 |
* | Added the ethereal capture preferences to the preference file. | Jeff Foster | 2001-04-13 | 1 | -9/+10 |
* | Win32 build fix, show "0.5.2 (WinPcap 2.1)" as the libpcap version | Gilbert Ramirez | 2001-04-05 | 1 | -3/+3 |
* | Now that WinPcap is a DLL, I can load it at run-time rather than load-time. | Gilbert Ramirez | 2001-04-03 | 1 | -1/+17 |
* | There's no need for a member of a "capture_file" structure holding a | Guy Harris | 2001-01-28 | 1 | -1/+3 |
* | Add a dialog box for constructing expressions that test a field in the | Guy Harris | 2001-01-02 | 1 | -2/+2 |
* | Move the declaration of "g_resolving_actif" from the top-level | Guy Harris | 2000-10-19 | 1 | -1/+2 |