Add a "-p" command-line option, and a checkbox in the "Capture
[obnox/wireshark/wip.git] / gtk / capture_dlg.c
2000-09-15 guyAdd a "-p" command-line option, and a checkbox in the...
2000-08-23 denielCosmetic changes.
2000-08-23 guyBleah. What was I thinking? "dlg_window_new()" should...
2000-08-11 denielMiscellaneous code cleaning
2000-07-20 guyUse ESD_TYPE_CRIT for most errors (the model used by...
2000-07-05 guyAdd a "dlg_window_new()" routine, which creates a GTK_W...
2000-06-27 guyPatch from Ben Fowler to rename the global variable...
2000-06-15 guyChanges from Graham Bloice to support "Update list...
2000-05-08 guyCatch the ESC key in the file selection dialog boxes...
2000-05-08 guySet up the buttons in the "Capture Preferences" dialog...
2000-05-08 guyConnect the capture preferences dialog box and any...
2000-05-03 guyMake the "Capture Preferences" dialog box use the new...
2000-04-07 gramDisable "Update list of packets in real tiem" and
2000-04-01 guySplit "filter_dialog_cb()" into "filter_dialog_cb(...
2000-02-12 guyMake the routines internal to the filter-editing dialog...
2000-01-18 guyPut into the "Capture Preferences" dialog box a check...
2000-01-16 guyMove the routine to get a list of the network interface...
2000-01-06 guyDon't bother checking whether the filter string is...
2000-01-05 geraldWhen initializing a capture filter, assign a pointer...
2000-01-03 guyTake the "simple_dialog()" stuff out of "ui_util.h...
1999-12-23 guyI thought I'd seen a problem with the combo box in...
1999-12-10 guyJerry Talkington's patch to remove the filter stuff...
1999-12-09 guyMove the GTK+ implementations of various UI utilities...
1999-12-07 guyIt appears that the IRIX SIOCSNOOPLEN "ioctl", as used...
1999-11-06 guyGet rid of an unused #define.
1999-10-02 guyWrap stufff that's used only if we have "libpcap" in...
1999-10-02 guyAdd a file name field to the "Capture/Start" dialog...
1999-10-02 guyHave "do_capture()" take, as an argument, a pointer...
1999-09-26 denielAdded name resolution in GUI part:
1999-09-23 guyIf we forcibly turn off "fork_mode" if the user doesn...
1999-09-23 guyMove the toolkit-independent code to create a temporary...
1999-09-11 guy"capture.c" doesn't do socket "ioctl"s any more - the...
1999-09-09 gramMore shuffling of GTK-related routines to gtk subdirectory.