aboutsummaryrefslogtreecommitdiffstats
path: root/extcap.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-28iface_lists: Access ifaces member by referenceMikael Kanstrup1-94/+84
2017-08-28extcap: Interface Toolbar support on WindowsHåkon Øye Amundsen1-10/+45
2017-08-23extcap: Create unique pipe names for each interfaceStig Bjørlykke1-22/+22
2017-08-22Add hardware timestamping supportAhmad Fatoum1-0/+1
2017-08-15extcap: use options as they are shown in the dialog.Dario Lombardo1-18/+8
2017-06-30extcap: another round of memory leak fixesPeter Wu1-4/+14
2017-05-30Qt: Add support to verify extcap capture filterMichael Mann1-0/+49
2017-05-03Extcap: use glib-compat for g_list_free_full()Martin Mathieson1-0/+1
2017-04-29extcap_free_interface_info: data param is usedMartin Kaiser1-1/+1
2017-04-25Qt: Add interface toolbar supportStig Bjørlykke1-2/+169
2017-04-19extcap: fix memory leakMax Dmitrichenko1-1/+1
2017-03-27Don't waste time trying to run non-plain file and non-executable files.Guy Harris1-11/+17
2017-03-04extcap: Minor improvementsRoland Knall1-14/+46
2017-03-01extcap: Create callback structureRoland Knall1-32/+56