aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2001-05-31Support for "-N" flag enabling selected forms of name resolution, fromguy1-12/+37
2001-05-31Free the string you "g_strdup()"ed, rather than handing "g_free()" theguy1-2/+2
2001-04-15There's no "enable name resolution in captures" preference in Ethereal,guy1-3/+3
2001-04-13Added the ethereal capture preferences to the preference file.jfoster1-9/+10
2001-04-05Win32 build fix, show "0.5.2 (WinPcap 2.1)" as the libpcap versiongram1-3/+3
2001-04-03Now that WinPcap is a DLL, I can load it at run-time rather than load-time.gram1-1/+17
2001-01-28There's no need for a member of a "capture_file" structure holding aguy1-1/+3
2001-01-02Add a dialog box for constructing expressions that test a field in theguy1-2/+2
2000-10-19Move the declaration of "g_resolving_actif" from the top-levelguy1-1/+2
2000-10-11Santeri Paavolainen's patch to add a "Capture->Stop" menu item to letguy1-1/+7
2000-09-15Add a "-p" command-line option, and a checkbox in the "Captureguy1-4/+15
2000-08-23Cosmetic changes.deniel1-26/+20
2000-08-23Bleah. What was I thinking? "dlg_window_new()" should take the titleguy1-3/+2
2000-08-11Miscellaneous code cleaningdeniel1-6/+1
2000-07-20Use ESD_TYPE_CRIT for most errors (the model used by various GUIs seemsguy1-2/+2
2000-07-05Add a "dlg_window_new()" routine, which creates a GTK_WINDOW_DIALOGguy1-2/+2
2000-06-27Patch from Ben Fowler to rename the global variable "cf" to "cfile", toguy1-20/+20
2000-06-15Changes from Graham Bloice to support "Update list of packets in realguy1-7/+1
2000-05-08Catch the ESC key in the file selection dialog boxes popped up forguy1-1/+6
2000-05-08Set up the buttons in the "Capture Preferences" dialog box to useguy1-4/+14
2000-05-08Connect the capture preferences dialog box and any file selection dialogguy1-1/+57
2000-05-03Make the "Capture Preferences" dialog box use the new utilities to makeguy1-1/+37
2000-04-07Disable "Update list of packets in real tiem" andgram1-1/+7
2000-04-01Split "filter_dialog_cb()" into "filter_dialog_cb()", which pops up aguy1-3/+41
2000-02-12Make the routines internal to the filter-editing dialog box static.guy1-2/+2
2000-01-18Put into the "Capture Preferences" dialog box a check box to controlguy1-10/+20
2000-01-16Move the routine to get a list of the network interfaces on the systemguy1-181/+10
2000-01-06Don't bother checking whether the filter string is empty - just use itguy1-6/+11
2000-01-05When initializing a capture filter, assign a pointer to an empty stringgerald1-2/+3
2000-01-03Take the "simple_dialog()" stuff out of "ui_util.h" and "gtk/ui_util.c",guy1-2/+2
1999-12-23I thought I'd seen a problem with the combo box in the "Capture:Start"guy1-14/+16
1999-12-10Jerry Talkington's patch to remove the filter stuff fromguy1-2/+2
1999-12-09Move the GTK+ implementations of various UI utilities out of "util.c"guy1-2/+2
1999-12-07It appears that the IRIX SIOCSNOOPLEN "ioctl", as used by "libpcap" toguy1-2/+5
1999-11-06Get rid of an unused #define.guy1-4/+1
1999-10-02Wrap stufff that's used only if we have "libpcap" in "#ifdefguy1-2/+4
1999-10-02Add a file name field to the "Capture/Start" dialog box; if it's blank,guy1-21/+92
1999-10-02Have "do_capture()" take, as an argument, a pointer to the name of theguy1-2/+2
1999-09-26Added name resolution in GUI part:deniel1-3/+12
1999-09-23If we forcibly turn off "fork_mode" if the user doesn't enable "Updateguy1-3/+1
1999-09-23Move the toolkit-independent code to create a temporary capture file,guy1-85/+28
1999-09-11"capture.c" doesn't do socket "ioctl"s any more - the code to do that isguy1-1/+14
1999-09-09More shuffling of GTK-related routines to gtk subdirectory.gram1-0/+494