aboutsummaryrefslogtreecommitdiffstats
path: root/extcap.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-21extcap: Fix memory leak in extcap_load_interface_list()Tomasz Moń1-0/+1
2019-05-20extcap: Fix memory leak in extcap_free_toolbar_control()Tomasz Moń1-31/+0
2019-05-20extcap: Do not free mutex and cond in thread_pool_wait()Tomasz Moń1-2/+3
2019-05-20extcap: Fix memory leak in extcap_get_descriptions()Tomasz Moń1-1/+3
2019-05-20extcap: Fix memory leak in extcap_has_toolbar()Tomasz Moń1-1/+3
2019-05-20extcap: Fix memory leak in extcap_get_if_configuration_values()Tomasz Moń1-3/+5
2019-03-26Print extcap plugins with "tshark -G plugins".Guy Harris1-5/+50
2019-02-10extcap: set G_REGEX_RAW to avoid potential crashesPeter Wu1-4/+4
2019-01-04extcap: fix --extcap-version argument to include the versionPeter Wu1-1/+1
2019-01-03extcap: remove redundant casts.Dario Lombardo1-3/+3
2018-11-25extcap: run --extcap-config in parallel to reduce startup timePeter Wu1-59/+257
2018-11-22extcap: discover interfaces in a parallelPeter Wu1-128/+106
2018-11-22extcap: simplify execution of single extcap programsPeter Wu1-30/+33
2018-11-22ws_pipe_spawn_sync: mark arguments as const where possiblePeter Wu1-2/+2
2018-11-13extcap: Allow ASCII '0' in preference nameStig Bjørlykke1-1/+1
2018-11-13extcap: Allow ASCII '0' in preference nameStig Bjørlykke1-1/+1
2018-11-02extcap: use the correct values for comparing.Dario Lombardo1-2/+2
2018-11-02extcap: small fix.Dario Lombardo1-1/+1
2018-11-02extcap: add check before using pipedata.Dario Lombardo1-14/+16
2018-11-01wsutil: introduce ws_pipe_close() helper and use it to terminate mmdbresolvePascal Quantin1-4/+1
2018-10-17extcap: Close stdout_fd and stderr_fd when doneStig Bjørlykke1-0/+10
2018-10-14extcap: Read stderr on extcap error without an infinite loopStig Bjørlykke1-1/+1
2018-07-26Revert "Pass all arguments to options as --option=argument."Guy Harris1-5/+2
2018-07-26Pass all arguments to options as --option=argument.Guy Harris1-2/+5
2018-06-06extcap: Fix a potential leak of memory pointed to by 'toolbar_entry'Stig Bjørlykke1-6/+6
2018-05-16Eliminate some unneeded header checks.Guy Harris1-2/+0
2018-05-02extcap.c: fix compilation with gcc 8Pascal Quantin1-7/+9
2018-04-16glib: Get rid of GLIB_CHECK_VERSION as we now require 2.32.0Anders1-1/+0
2018-04-11extcap: Fix crash in extcap_verify_capture_filterStig Bjørlykke1-2/+2
2018-04-11extcap: Fix whitespace issuesStig Bjørlykke1-13/+13
2018-04-07extcap: Always use byte mode in pipesStig Bjørlykke1-7/+6
2018-04-06extcap: Fix version requestRoland Knall1-29/+55
2018-04-06Fix handling of --extcap-version with an argument.Guy Harris1-3/+1
2018-04-05extcap: Reload values on requestRoland Knall1-0/+63
2018-04-05extcap: Tell utilities the wireshark versionRoland Knall1-1/+24
2018-04-04extcap: Move extcap_foreach to a GListRoland Knall1-33/+36
2018-03-02More spawned process handling updates.Gerald Combs1-6/+7
2018-03-02Generalize our process spawning code.Gerald Combs1-37/+34
2018-03-01Simplify the mode passed to CreateNamedPipe().Guy Harris1-4/+10
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-14extcap: check preference in extcap_ensure_interface().Dario Lombardo1-0/+3
2018-01-14extcap: check preference in extcap_loaded_interfaces().Dario Lombardo1-0/+3
2018-01-12extcap: add more checks for extcap disabled.Dario Lombardo1-0/+6
2018-01-09extcap: add preference to prevent interfaces loading.Dario Lombardo1-0/+3
2017-12-23Put special pipe-handling code into libwsutil.Guy Harris1-56/+4
2017-12-23extcap: null terminate the string that will be used in strlen (CID 1364684).Dario Lombardo1-1/+7
2017-12-21NULL check some g_log statements for extcap.Michael Mann1-4/+7
2017-11-09Start using SPDX license identifiers.Gerald Combs1-13/+1
2017-08-31extcap: fix parameters save in preferences filePascal Quantin1-10/+0
2017-08-29extcap: check that argument parameter is not null before adding it to command...Pascal Quantin1-1/+1