aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-03When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki1-0/+1
2013-12-02Specify SI units for the max filesize autostop condition. For now, keep the ...Chris Maynard1-2/+2
2013-11-26Add a comment explaining what settingGuy Harris1-1/+1
2013-10-23Bugfix "Restart the running live capture" when using multiple files makes a l...Michael Mann1-0/+1
2013-08-29Handle the 2GiB boundary case of the max filesize autostop condition properly...Chris Maynard1-2/+2
2013-07-27only one --capture-comment option may be given to dumpcapMartin Kaiser1-0/+4
2013-07-27command line option --capture-comment for dumpcapMartin Kaiser1-0/+3
2013-07-27add capture_comment to the capture_options structureMartin Kaiser1-0/+1
2013-06-27forgot from the las commit...Luis Ontanon1-2/+2
2013-06-04From Mike Garratt:Anders Broman1-0/+6
2013-05-22Pull the capture-session state information out of capture_opts and putGuy Harris1-19/+1
2013-05-22Rename capture_opts_trim_iface() toGuy Harris1-2/+5
2013-05-13Don't fill in err_str if we're not going to use it.Guy Harris1-1/+1
2013-05-13Eliminate some includes of ui/simple_dialog.h by files that don't useGuy Harris1-1/+0
2013-04-25Send the output of the -D and -L options to the standard output ratherGuy Harris1-12/+11
2013-03-13Add interface options preferences.Irene Rüngeler1-0/+1
2013-02-28Add a #define for the default capture buffer size and use it.Jeff Morriss1-1/+1
2013-02-27Increase the default buffer size to 2MB.Anders Broman1-1/+1
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-12-12Make the "-g" argument to tshark actually work (by passing it to dumpcap).Jeff Morriss1-7/+11
2012-11-22On UN*X, if an interface has a description, use it as the "friendlyGuy Harris1-5/+5
2012-11-21In capture_opts_add_iface_opt(), only *require* us to get the interfaceGuy Harris1-75/+88
2012-11-21If we don't find the specified interface name in the list, use itGuy Harris1-3/+11
2012-11-21On error, have capture_opts_trim_iface() return the exit status thatGuy Harris1-15/+11
2012-11-20We don't use get_windows_interface_friendlyname() in capture_opts.c, soGuy Harris1-32/+36
2012-11-19Failure to find the interface should cause *shark to exit with a status of 1,...Jeff Morriss1-1/+1
2012-11-19As suggested by Evan: just make the variable a size_t instead of casting away...Jeff Morriss1-2/+2
2012-11-19I'm pretty confident the string length will fit in 32 bits; cast away the "po...Jeff Morriss1-11/+11
2012-11-19From Mike Garratt:Anders Broman1-96/+124
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-15Fix for bug #7634. Print 'unspecified' in case a string is NULL.Irene Rüngeler1-12/+12
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-04-23Remove lines that are not needed.ruengeler1-13/+11
2012-04-23Fix bug #7178 reported by aparanruengeler1-2/+2
2012-03-13Closing a capture file has nothing to do with the list of interfaces onGuy Harris1-0/+19
2012-03-12capture_opts_add_iface_opt() is not used outside capture_opts.c; make itGuy Harris1-1/+1
2012-03-11Add a comment to indicate what collect_ifaces() does.Guy Harris1-0/+4
2012-01-25Actually, you only have monitor mode support if you have pcap_create() -Guy Harris1-0/+2
2012-01-25monitor_mode_enabled is only available on WIN32 or if we HAVE_PCAP_CREATE.Jeff Morriss1-2/+2
2012-01-25Third try. This time pipes and stdin are supported and theMichael Tüxen1-2/+53
2012-01-24We need a 3rd try. (After learning how to run the testuite on Windows locally).Michael Tüxen1-214/+1
2012-01-24Second try. This time pipes and stdin are supported.Michael Tüxen1-1/+214
2011-12-29Add an additional DONT_HAVE_PCAP return value from get_interface_list()Guy Harris1-0/+2
2011-10-20Back out infrastructure change. We missed supportingMichael Tüxen1-127/+1
2011-10-20Use a global list containing all interfaces and only changeMichael Tüxen1-1/+127
2011-08-29Replace "-Q" with "WIRESHARK_QUIT_AFTER_CAPTURE" as discussed in bug 6256.Gerald Combs1-5/+1
2011-07-21Undo the checking of command line interfaces. It might the a pipe...Michael Tüxen1-56/+37
2011-07-21Make sure that the interfaces listed in ifaces really exist.Michael Tüxen1-37/+56
2011-07-11Having a non-NULL capture_opts->save_file might make us crash less.Gerald Combs1-0/+1
2011-07-11In version_info.c, assume we always have the "matches" operator. InGerald Combs1-6/+0