aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.h
AgeCommit message (Expand)AuthorFilesLines
2018-11-09Dumpcap+Qt: Add support for `-a packets:NUM` and `-b packets:NUM`.Gerald Combs1-1/+4
2018-11-01Move condition logic to dumpcap.cGerald Combs1-3/+3
2018-08-13Put the interface descrptions into the IDB when capturing to pcapng.Guy Harris1-3/+3
2018-05-16Eliminate some unneeded header checks.Guy Harris1-3/+1
2018-05-16Not GTK+-only any more.Guy Harris1-1/+1
2018-03-02More spawned process handling updates.Gerald Combs1-1/+1
2018-03-02Generalize our process spawning code.Gerald Combs1-7/+1
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-08extcap: remove conditional compilation.Dario Lombardo1-4/+0
2017-11-09Start using SPDX license identifiers.Gerald Combs1-13/+1
2017-08-28iface_lists: Remove locked fieldMikael Kanstrup1-1/+0
2017-08-28extcap: Interface Toolbar support on WindowsHåkon Øye Amundsen1-0/+2
2017-08-23extcap: Create unique pipe names for each interfaceStig Bjørlykke1-0/+7
2017-08-22Fix requesting hardware timestamps without -kAhmad Fatoum1-0/+1
2017-08-22Add hardware timestamping supportAhmad Fatoum1-12/+25
2017-07-03Add option to use wall-clock intervalsSake Blok1-0/+2
2017-04-25Qt: Add interface toolbar supportStig Bjørlykke1-0/+2
2017-03-19Fix various compile warnings turning error on Linux with gcc6 whenJoerg Mayer1-13/+13
2017-02-02capture_opts: free memory on exit to avoid leak.Dario Lombardo1-0/+4
2016-10-30Have routines for parsing options that affect dissection.Guy Harris1-14/+2
2016-10-24Move --fullscreen out of LONGOPT_CAPTURE_COMMON.Guy Harris1-2/+3
2016-10-23Qt: add fullscreen feature.Dario Lombardo1-1/+3
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