aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_dlg.c
Commit message (Expand)AuthorAgeFilesLines
* Catch the ESC key in the file selection dialog boxes popped up forGuy Harris2000-05-081-1/+6
* Set up the buttons in the "Capture Preferences" dialog box to useGuy Harris2000-05-081-4/+14
* Connect the capture preferences dialog box and any file selection dialogGuy Harris2000-05-081-1/+57
* Make the "Capture Preferences" dialog box use the new utilities to makeGuy Harris2000-05-031-1/+37
* Disable "Update list of packets in real tiem" andGilbert Ramirez2000-04-071-1/+7
* Split "filter_dialog_cb()" into "filter_dialog_cb()", which pops up aGuy Harris2000-04-011-3/+41
* Make the routines internal to the filter-editing dialog box static.Guy Harris2000-02-121-2/+2
* Put into the "Capture Preferences" dialog box a check box to controlGuy Harris2000-01-181-10/+20
* Move the routine to get a list of the network interfaces on the systemGuy Harris2000-01-161-181/+10
* Don't bother checking whether the filter string is empty - just use itGuy Harris2000-01-061-6/+11
* When initializing a capture filter, assign a pointer to an empty stringGerald Combs2000-01-051-2/+3
* Take the "simple_dialog()" stuff out of "ui_util.h" and "gtk/ui_util.c",Guy Harris2000-01-031-2/+2
* I thought I'd seen a problem with the combo box in the "Capture:Start"Guy Harris1999-12-231-14/+16
* Jerry Talkington's patch to remove the filter stuff fromGuy Harris1999-12-101-2/+2
* Move the GTK+ implementations of various UI utilities out of "util.c"Guy Harris1999-12-091-2/+2
* It appears that the IRIX SIOCSNOOPLEN "ioctl", as used by "libpcap" toGuy Harris1999-12-071-2/+5
* Get rid of an unused #define.Guy Harris1999-11-061-4/+1
* Wrap stufff that's used only if we have "libpcap" in "#ifdefGuy Harris1999-10-021-2/+4
* Add a file name field to the "Capture/Start" dialog box; if it's blank,Guy Harris1999-10-021-21/+92
* Have "do_capture()" take, as an argument, a pointer to the name of theGuy Harris1999-10-021-2/+2
* Added name resolution in GUI part:Laurent Deniel1999-09-261-3/+12
* If we forcibly turn off "fork_mode" if the user doesn't enable "UpdateGuy Harris1999-09-231-3/+1
* Move the toolkit-independent code to create a temporary capture file,Guy Harris1999-09-231-85/+28
* "capture.c" doesn't do socket "ioctl"s any more - the code to do that isGuy Harris1999-09-111-1/+14
* More shuffling of GTK-related routines to gtk subdirectory.Gilbert Ramirez1999-09-091-0/+494