aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.c
Commit message (Expand)AuthorAgeFilesLines
* Copy over revisions from the trunk:Gerald Combs2013-12-131-2/+2
* Copy over revisions from the trunk:Gerald Combs2013-09-091-2/+2
* Copy over:Anders Broman2013-06-041-0/+6
* Copy over (part of):Anders Broman2013-06-041-19/+1
* Copy over:Anders Broman2013-06-041-4/+6
* Copy over r49025 from trunk:Guy Harris2013-04-291-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
* Use a global list containing all interfaces and only changeMichael Tüxen2011-10-201-1/+127
* Replace "-Q" with "WIRESHARK_QUIT_AFTER_CAPTURE" as discussed in bug 6256.Gerald Combs2011-08-291-5/+1
* Undo the checking of command line interfaces. It might the a pipe...Michael Tüxen2011-07-211-56/+37
* Make sure that the interfaces listed in ifaces really exist.Michael Tüxen2011-07-211-37/+56
* Having a non-NULL capture_opts->save_file might make us crash less.Gerald Combs2011-07-111-0/+1
* In version_info.c, assume we always have the "matches" operator. InGerald Combs2011-07-111-6/+0
* Oops, indented one of the "Promiscuous" ones.Guy Harris2011-06-301-1/+1
* Line up the colons.Guy Harris2011-06-301-59/+59
* It's not made from semolina. :-)Guy Harris2011-06-301-2/+2
* Cleanup.Michael Tüxen2011-06-301-5/+1
* Code cleanup.Michael Tüxen2011-06-281-20/+4
* Get rid of old non-interface specific settings which are now interfaceMichael Tüxen2011-06-271-131/+45
* Make pcap-ng the default. Add a compile-time option to prefer pcap-ng orGerald Combs2011-06-171-1/+8
* Really print the rpcap username when logging, notMichael Tüxen2011-06-161-3/+3
* Get rid of has_cfilter to simplify the handling of multiple interfaces.Michael Tüxen2011-05-311-3/+2