aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-14Add tshark ringbuffer option '-b nametimenum:value'Juha Takala1-0/+5
2021-07-15Clean up handling of --capture-comment.Guy Harris1-11/+0
2021-07-14Rename LONGOPT_NUM_CAP_COMMENT to LONGOPT_CAPTURE_COMMENT.Guy Harris1-1/+1
2021-07-14tshark: allow --capture-comment when reading a fileDavid Perry1-4/+7
2021-06-19Replace g_assert() with ws_assert()João Valverde1-1/+2
2021-06-14wslog: Add support for domain filteringJoão Valverde1-1/+1
2021-06-11Refactor our logging and extend the wslog APIJoão Valverde1-69/+69
2021-04-13Clean up printing of interface information.Guy Harris1-4/+20
2021-04-13Don't handle -k in capture_opts_add_opt().Guy Harris1-4/+1
2021-03-29Merge the caputils/ and capchild/ directoriesJoão Valverde1-2/+2
2021-03-26capture_opts: always initialize ifname to null.Guy Harris1-0/+2
2021-03-25Add dumpcap options to set the name and description for a capture source.Guy Harris1-0/+3
2021-01-19Squelch "Clarify calculation precedence" warning from cppcheck.Guy Harris1-1/+1
2020-10-30add support for compression of capture fileMasaru Tsuchiyama1-0/+16
2020-08-08Dumpcap: print closed ring-buffer file namesDavid Perry1-0/+6
2020-06-02Warn, in a comment, that an interface name could be a valid decimal number.Guy Harris1-1/+12
2020-04-06CMake: remove ENABLE_PCAP_NG_DEFAULT optionPeter Wu1-4/+0
2020-03-28Write the if_hardware option, if available, to pcapng files when capturing.Guy Harris1-0/+10
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-02-20Qt: Fix removal of "Capture to a permanent file" settingStig Bjørlykke1-0/+1
2019-01-01Move some command-line-oriented routines from wsutil to ui.Guy Harris1-2/+2
2018-11-09Dumpcap+Qt: Add support for `-a packets:NUM` and `-b packets:NUM`.Gerald Combs1-0/+10
2018-11-01Use ws_pipe_close() in one more placePascal Quantin1-1/+1
2018-11-01Move condition logic to dumpcap.cGerald Combs1-6/+6
2018-08-17tshark: free exp_pdu_filename and capture_opts->save_fileVasil Velichkov1-0/+1
2018-08-15Move common code into a routine.Guy Harris1-57/+38
2018-08-13Put the interface descrptions into the IDB when capturing to pcapng.Guy Harris1-110/+166
2018-04-17glib: Use g_slist_free_full() in a couple of places.Anders1-9/+1
2018-03-02More spawned process handling updates.Gerald Combs1-4/+4
2018-03-02Generalize our process spawning code.Gerald Combs1-5/+6
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-09Use pcapng as the name of the file format.Guy Harris1-1/+1
2018-01-08extcap: remove conditional compilation.Dario Lombardo1-28/+0
2017-12-11Revert "Move fill_in_local_interfaces to a thread."Gerald Combs1-12/+3
2017-12-11fix compilation without pcap.Dario Lombardo1-3/+12
2017-11-09Start using SPDX license identifiers.Gerald Combs1-13/+1
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-2/+1
2017-08-28Free interface_options elements on cleanupMikael Kanstrup1-0/+3
2017-08-28iface_lists: Access ifaces member by referenceMikael Kanstrup1-129/+103
2017-08-28Free interface elements on cleanupMikael Kanstrup1-0/+5
2017-08-28iface_lists: Access all_ifaces member by referenceMikael Kanstrup1-27/+27
2017-08-28extcap: Interface Toolbar support on WindowsHåkon Øye Amundsen1-0/+6
2017-08-23extcap: Create unique pipe names for each interfaceStig Bjørlykke1-0/+9
2017-08-22Fix requesting hardware timestamps without -kAhmad Fatoum1-0/+5
2017-08-22Add hardware timestamping supportAhmad Fatoum1-17/+47
2017-07-03Add option to use wall-clock intervalsSake Blok1-0/+6
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-4/+4
2017-04-25Qt: Add interface toolbar supportStig Bjørlykke1-0/+8
2017-04-09Move the filter file reading code to libui.Guy Harris1-1/+1
2017-02-14wiretap: add cleanup routine.Dario Lombardo1-2/+11