aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.c
Commit message (Expand)AuthorAgeFilesLines
* Move utility routines for capturing into a libcaputils static library.Guy Harris2014-07-041-2/+3
* Move capture_ui_utils.[ch] to libui.Guy Harris2014-06-301-1/+0
* Move some more stuff into wsutil.Guy Harris2014-06-291-2/+2
* For capchild headers, include <capchild/XXX.h>.Guy Harris2014-06-241-1/+1
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Fix ui/iface_lists.c - type attribute is not copiedRoland Knall2014-03-021-0/+3
* When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki2013-12-031-0/+1
* Specify SI units for the max filesize autostop condition. For now, keep the ...Chris Maynard2013-12-021-2/+2
* Add a comment explaining what settingGuy Harris2013-11-261-1/+1
* Bugfix "Restart the running live capture" when using multiple files makes a l...Michael Mann2013-10-231-0/+1
* Handle the 2GiB boundary case of the max filesize autostop condition properly...Chris Maynard2013-08-291-2/+2
* only one --capture-comment option may be given to dumpcapMartin Kaiser2013-07-271-0/+4
* command line option --capture-comment for dumpcapMartin Kaiser2013-07-271-0/+3
* add capture_comment to the capture_options structureMartin Kaiser2013-07-271-0/+1
* forgot from the las commit...Luis Ontanon2013-06-271-2/+2
* From Mike Garratt:Anders Broman2013-06-041-0/+6
* Pull the capture-session state information out of capture_opts and putGuy Harris2013-05-221-19/+1
* Rename capture_opts_trim_iface() toGuy Harris2013-05-221-2/+5
* Don't fill in err_str if we're not going to use it.Guy Harris2013-05-131-1/+1
* Eliminate some includes of ui/simple_dialog.h by files that don't useGuy Harris2013-05-131-1/+0
* Send the output of the -D and -L options to the standard output ratherGuy Harris2013-04-251-12/+11
* Add interface options preferences.Irene Rüngeler2013-03-131-0/+1
* Add a #define for the default capture buffer size and use it.Jeff Morriss2013-02-281-1/+1
* Increase the default buffer size to 2MB.Anders Broman2013-02-271-1/+1
* Fix a bunch of warnings.Guy Harris2012-12-261-1/+1
* Make the "-g" argument to tshark actually work (by passing it to dumpcap).Jeff Morriss2012-12-121-7/+11
* On UN*X, if an interface has a description, use it as the "friendlyGuy Harris2012-11-221-5/+5
* In capture_opts_add_iface_opt(), only *require* us to get the interfaceGuy Harris2012-11-211-75/+88
* If we don't find the specified interface name in the list, use itGuy Harris2012-11-211-3/+11
* On error, have capture_opts_trim_iface() return the exit status thatGuy Harris2012-11-211-15/+11
* We don't use get_windows_interface_friendlyname() in capture_opts.c, soGuy Harris2012-11-201-32/+36
* Failure to find the interface should cause *shark to exit with a status of 1,...Jeff Morriss2012-11-191-1/+1
* As suggested by Evan: just make the variable a size_t instead of casting away...Jeff Morriss2012-11-191-2/+2
* I'm pretty confident the string length will fit in 32 bits; cast away the "po...Jeff Morriss2012-11-191-11/+11
* From Mike Garratt:Anders Broman2012-11-191-96/+124
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Fix for bug #7634. Print 'unspecified' in case a string is NULL.Irene Rüngeler2012-08-151-12/+12
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Remove lines that are not needed.ruengeler2012-04-231-13/+11
* Fix bug #7178 reported by aparanruengeler2012-04-231-2/+2
* Closing a capture file has nothing to do with the list of interfaces onGuy Harris2012-03-131-0/+19
* capture_opts_add_iface_opt() is not used outside capture_opts.c; make itGuy Harris2012-03-121-1/+1
* Add a comment to indicate what collect_ifaces() does.Guy Harris2012-03-111-0/+4
* Actually, you only have monitor mode support if you have pcap_create() -Guy Harris2012-01-251-0/+2
* monitor_mode_enabled is only available on WIN32 or if we HAVE_PCAP_CREATE.Jeff Morriss2012-01-251-2/+2
* Third try. This time pipes and stdin are supported and theMichael Tüxen2012-01-251-2/+53
* We need a 3rd try. (After learning how to run the testuite on Windows locally).Michael Tüxen2012-01-241-214/+1
* Second try. This time pipes and stdin are supported.Michael Tüxen2012-01-241-1/+214
* Add an additional DONT_HAVE_PCAP return value from get_interface_list()Guy Harris2011-12-291-0/+2
* Back out infrastructure change. We missed supportingMichael Tüxen2011-10-201-127/+1