aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.h
AgeCommit message (Expand)AuthorFilesLines
2016-07-05extcap: Remove g_spawn_helper supportRoland Knall1-0/+1
2016-06-28Pull quit_after_cap out of the global capture options.Guy Harris1-1/+0
2015-12-13Start deprecating the capture info API.Gerald Combs1-1/+1
2015-12-12Remove -Wwrite-strings compiler flagJoão Valverde1-14/+14
2015-12-11Fix memory leaks in all_ifaces when interface list changesMikael Kanstrup1-0/+3
2015-09-02The official #define for 32-bit and 64-bit Windows is _WIN32.Guy Harris1-1/+1
2015-07-17Add new long options to GUIs to allow arbitrary protocols and heuristics to b...Jim Young1-2/+8
2015-03-25Have a #define for whether the capture buffer size can be set.Guy Harris1-3/+3
2015-03-19Make the snapshot-length member of interface_t an int.Guy Harris1-1/+1
2014-10-14Always put editor-modelines at the end of the file ...Bill Meier1-2/+2
2014-10-12Add editor modelines; Adjust whitespace as needed.Bill Meier1-118/+131
2014-10-04Update capture_opts in extcap_cleanup().Tomasz Moń1-1/+7
2014-10-04Wait for extcap to connect to pipe on Windows.Tomasz Moń1-0/+1
2014-08-21Extcap Capture InterfaceRoland Knall1-0/+10
2014-07-25Handle empty interface lists when the list changes.Guy Harris1-4/+8
2014-07-14Rename parameter if_index to stop clang warning:Graham Bloice1-4/+4
2014-07-12fix scan_local_interfaces()Martin Kaiser1-0/+3
2014-07-11GTK Remote CapturingIrene Ruengeler1-0/+8
2014-07-08better description of ifaces and all_ifacesMartin Kaiser1-3/+4
2014-07-04Move utility routines for capturing into a libcaputils static library.Guy Harris1-1/+1
2014-06-23Move the routines to talk to dumpcap into a static libcapchild.Guy Harris1-1/+1
2014-06-20Move the "capture-comment" long option to LONGOPT_CAPTURE_COMMON.Guy Harris1-0/+1
2014-06-20Fix builds without pcap.Guy Harris1-1/+1
2014-06-20Add long names for -a, -b, and -p.Guy Harris1-0/+3
2014-06-20Also define LONGOPT_CAPTURE_COMMON as nothing if we don't have pcap.Guy Harris1-23/+11
2014-06-20"-d" isn't common to all capturing programs, it's dumpcap-specific.Guy Harris1-6/+0
2014-06-20Add some long options for capture short options.Guy Harris1-0/+56
2014-06-20Add --help and --version long options.Guy Harris1-8/+23
2014-06-12Capture Interfaces Dialog:Irene Ruengeler1-0/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-03-02Fix ui/iface_lists.c - type attribute is not copiedRoland Knall1-0/+1
2013-11-26Add a comment about the "default options".Guy Harris1-0/+19
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-08-01add --capture-comment to tsharkMartin Kaiser1-1/+9
2013-07-27Clean up indentation.Guy Harris1-1/+1
2013-07-27command line option --capture-comment for dumpcapMartin Kaiser1-0/+2
2013-07-27add capture_comment to the capture_options structureMartin Kaiser1-0/+3
2013-06-04From Mike Garratt:Anders Broman1-0/+1
2013-05-22Pull the capture-session state information out of capture_opts and putGuy Harris1-20/+1
2013-05-22Rename capture_opts_trim_iface() toGuy Harris1-2/+3
2013-05-22On OS X, get the interface type from the System Configuration framework.Guy Harris1-12/+0
2013-03-13Add interface options preferences.Irene Rüngeler1-1/+1
2013-03-07Add buffersize and snap length to the preferences.Irene Rüngeler1-0/+1
2013-02-28Add a #define for the default capture buffer size and use it.Jeff Morriss1-0/+3
2012-11-21On error, have capture_opts_trim_iface() return the exit status thatGuy Harris1-1/+1
2012-11-19From Mike Garratt:Anders Broman1-1/+3
2012-08-01It looks like we haven't inserted anything into the cap_settings_historyGerald Combs1-12/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-03-21scan_local_interfaces() isn't in capture_opts.c; don't declare it inGuy Harris1-3/+0