aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2001-10-31Add the Ethereal Web site's mirror of WinPcap to the dialog popped up ifGuy Harris1-2/+5
2001-09-29The Wiretapped.net mirror is OK again (it was a problem with theGuy Harris1-3/+6
2001-09-28Sigh. The wiretapped.net site appears to have an old version ofGuy Harris1-3/+4
2001-09-26Make the message popped up if you try to do a capture on a Win32 machineGuy Harris1-6/+9
2001-05-31Support for "-N" flag enabling selected forms of name resolution, fromGuy Harris1-12/+37
2001-05-31Free the string you "g_strdup()"ed, rather than handing "g_free()" theGuy Harris1-2/+2
2001-04-15There's no "enable name resolution in captures" preference in Ethereal,Guy Harris1-3/+3
2001-04-13Added the ethereal capture preferences to the preference file.Jeff Foster1-9/+10
2001-04-05Win32 build fix, show "0.5.2 (WinPcap 2.1)" as the libpcap versionGilbert Ramirez1-3/+3
2001-04-03Now that WinPcap is a DLL, I can load it at run-time rather than load-time.Gilbert Ramirez1-1/+17
2001-01-28There's no need for a member of a "capture_file" structure holding aGuy Harris1-1/+3
2001-01-02Add a dialog box for constructing expressions that test a field in theGuy Harris1-2/+2
2000-10-19Move the declaration of "g_resolving_actif" from the top-levelGuy Harris1-1/+2
2000-10-11Santeri Paavolainen's patch to add a "Capture->Stop" menu item to letGuy Harris1-1/+7
2000-09-15Add a "-p" command-line option, and a checkbox in the "CaptureGuy Harris1-4/+15
2000-08-23Cosmetic changes.Laurent Deniel1-26/+20
2000-08-23Bleah. What was I thinking? "dlg_window_new()" should take the titleGuy Harris1-3/+2
2000-08-11Miscellaneous code cleaningLaurent Deniel1-6/+1
2000-07-20Use ESD_TYPE_CRIT for most errors (the model used by various GUIs seemsGuy Harris1-2/+2
2000-07-05Add a "dlg_window_new()" routine, which creates a GTK_WINDOW_DIALOGGuy Harris1-2/+2
2000-06-27Patch from Ben Fowler to rename the global variable "cf" to "cfile", toGuy Harris1-20/+20
2000-06-15Changes from Graham Bloice to support "Update list of packets in realGuy Harris1-7/+1
2000-05-08Catch the ESC key in the file selection dialog boxes popped up forGuy Harris1-1/+6
2000-05-08Set up the buttons in the "Capture Preferences" dialog box to useGuy Harris1-4/+14
2000-05-08Connect the capture preferences dialog box and any file selection dialogGuy Harris1-1/+57
2000-05-03Make the "Capture Preferences" dialog box use the new utilities to makeGuy Harris1-1/+37
2000-04-07Disable "Update list of packets in real tiem" andGilbert Ramirez1-1/+7
2000-04-01Split "filter_dialog_cb()" into "filter_dialog_cb()", which pops up aGuy Harris1-3/+41
2000-02-12Make the routines internal to the filter-editing dialog box static.Guy Harris1-2/+2
2000-01-18Put into the "Capture Preferences" dialog box a check box to controlGuy Harris1-10/+20
2000-01-16Move the routine to get a list of the network interfaces on the systemGuy Harris1-181/+10
2000-01-06Don't bother checking whether the filter string is empty - just use itGuy Harris1-6/+11
2000-01-05When initializing a capture filter, assign a pointer to an empty stringGerald Combs1-2/+3
2000-01-03Take the "simple_dialog()" stuff out of "ui_util.h" and "gtk/ui_util.c",Guy Harris1-2/+2
1999-12-23I thought I'd seen a problem with the combo box in the "Capture:Start"Guy Harris1-14/+16
1999-12-10Jerry Talkington's patch to remove the filter stuff fromGuy Harris1-2/+2
1999-12-09Move the GTK+ implementations of various UI utilities out of "util.c"Guy Harris1-2/+2
1999-12-07It appears that the IRIX SIOCSNOOPLEN "ioctl", as used by "libpcap" toGuy Harris1-2/+5
1999-11-06Get rid of an unused #define.Guy Harris1-4/+1
1999-10-02Wrap stufff that's used only if we have "libpcap" in "#ifdefGuy Harris1-2/+4
1999-10-02Add a file name field to the "Capture/Start" dialog box; if it's blank,Guy Harris1-21/+92
1999-10-02Have "do_capture()" take, as an argument, a pointer to the name of theGuy Harris1-2/+2
1999-09-26Added name resolution in GUI part:Laurent Deniel1-3/+12
1999-09-23If we forcibly turn off "fork_mode" if the user doesn't enable "UpdateGuy Harris1-3/+1
1999-09-23Move the toolkit-independent code to create a temporary capture file,Guy Harris1-85/+28
1999-09-11"capture.c" doesn't do socket "ioctl"s any more - the code to do that isGuy Harris1-1/+14
1999-09-09More shuffling of GTK-related routines to gtk subdirectory.Gilbert Ramirez1-0/+494