aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.h
Commit message (Expand)AuthorAgeFilesLines
* The official #define for 32-bit and 64-bit Windows is _WIN32.Guy Harris2015-09-021-1/+1
* Add new long options to GUIs to allow arbitrary protocols and heuristics to b...Jim Young2015-07-171-2/+8
* Have a #define for whether the capture buffer size can be set.Guy Harris2015-03-251-3/+3
* Make the snapshot-length member of interface_t an int.Guy Harris2015-03-191-1/+1
* Always put editor-modelines at the end of the file ...Bill Meier2014-10-141-2/+2
* Add editor modelines; Adjust whitespace as needed.Bill Meier2014-10-121-118/+131
* Update capture_opts in extcap_cleanup().Tomasz Moń2014-10-041-1/+7
* Wait for extcap to connect to pipe on Windows.Tomasz Moń2014-10-041-0/+1
* Extcap Capture InterfaceRoland Knall2014-08-211-0/+10
* Handle empty interface lists when the list changes.Guy Harris2014-07-251-4/+8
* Rename parameter if_index to stop clang warning:Graham Bloice2014-07-141-4/+4
* fix scan_local_interfaces()Martin Kaiser2014-07-121-0/+3
* GTK Remote CapturingIrene Ruengeler2014-07-111-0/+8
* better description of ifaces and all_ifacesMartin Kaiser2014-07-081-3/+4
* Move utility routines for capturing into a libcaputils static library.Guy Harris2014-07-041-1/+1
* Move the routines to talk to dumpcap into a static libcapchild.Guy Harris2014-06-231-1/+1
* Move the "capture-comment" long option to LONGOPT_CAPTURE_COMMON.Guy Harris2014-06-201-0/+1
* Fix builds without pcap.Guy Harris2014-06-201-1/+1
* Add long names for -a, -b, and -p.Guy Harris2014-06-201-0/+3
* Also define LONGOPT_CAPTURE_COMMON as nothing if we don't have pcap.Guy Harris2014-06-201-23/+11
* "-d" isn't common to all capturing programs, it's dumpcap-specific.Guy Harris2014-06-201-6/+0
* Add some long options for capture short options.Guy Harris2014-06-201-0/+56
* Add --help and --version long options.Guy Harris2014-06-201-8/+23
* Capture Interfaces Dialog:Irene Ruengeler2014-06-121-0/+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/+1
* Add a comment about the "default options".Guy Harris2013-11-261-0/+19
* 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
* add --capture-comment to tsharkMartin Kaiser2013-08-011-1/+9
* Clean up indentation.Guy Harris2013-07-271-1/+1
* command line option --capture-comment for dumpcapMartin Kaiser2013-07-271-0/+2
* add capture_comment to the capture_options structureMartin Kaiser2013-07-271-0/+3
* From Mike Garratt:Anders Broman2013-06-041-0/+1
* Pull the capture-session state information out of capture_opts and putGuy Harris2013-05-221-20/+1
* Rename capture_opts_trim_iface() toGuy Harris2013-05-221-2/+3
* On OS X, get the interface type from the System Configuration framework.Guy Harris2013-05-221-12/+0
* Add interface options preferences.Irene Rüngeler2013-03-131-1/+1
* Add buffersize and snap length to the preferences.Irene Rüngeler2013-03-071-0/+1
* Add a #define for the default capture buffer size and use it.Jeff Morriss2013-02-281-0/+3
* On error, have capture_opts_trim_iface() return the exit status thatGuy Harris2012-11-211-1/+1
* From Mike Garratt:Anders Broman2012-11-191-1/+3
* It looks like we haven't inserted anything into the cap_settings_historyGerald Combs2012-08-011-12/+0
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* scan_local_interfaces() isn't in capture_opts.c; don't declare it inGuy Harris2012-03-211-3/+0
* capture_opts_add_iface_opt() is not used outside capture_opts.c; make itGuy Harris2012-03-121-3/+0
* Actually, you only have monitor mode support if you have pcap_create() -Guy Harris2012-01-251-0/+2
* Fix error when building QtShark:Bill Meier2012-01-251-2/+2
* Third try. This time pipes and stdin are supported and theMichael Tüxen2012-01-251-0/+90
* We need a 3rd try. (After learning how to run the testuite on Windows locally).Michael Tüxen2012-01-241-90/+0