rtp_player_dialog: Route audio for a stream to left/right speaker in RTP player
[gd/wireshark/.git] / extcap.c
2019-12-20 Michael MannUse g_file_open_tmp within create_tempfile
2019-12-19 Dario Lombardoextcap: fix use-after-free bug.
2019-12-15 Dario Lombardoextcap: remove potential leak.
2019-12-10 Gerald CombsRevert "extcap: Pass --extcap-version if extcap support...
2019-12-10 Rafał Kuźniaextcap: Pass --extcap-version if extcap supports it
2019-11-06 Vasil Velichkovextcap: Fix memory leak in extcap_get_extcap_paths
2019-11-05 Roland Knallextcap: Allow loading of extcap files from personal...
2019-10-27 Tomasz Mońextcap: Do not append disabled boolflags
2019-09-23 Tomasz Mońextcap: Multiple extcap instance support on Windows
2019-09-21 Peter WuQt, docs, ieee1905: fix some spelling errors
2019-07-26 Guy HarrisHTTPS (almost) everywhere.
2019-06-10 Tomasz Mońextcap: Do not use global pipe handle on Windows
2019-05-21 Tomasz Mońextcap: Fix memory leak in extcap_load_interface_list()
2019-05-20 Tomasz Mońextcap: Fix memory leak in extcap_free_toolbar_control()
2019-05-20 Tomasz Mońextcap: Do not free mutex and cond in thread_pool_wait()
2019-05-20 Tomasz Mońextcap: Fix memory leak in extcap_get_descriptions()
2019-05-20 Tomasz Mońextcap: Fix memory leak in extcap_has_toolbar()
2019-05-20 Tomasz Mońextcap: Fix memory leak in extcap_get_if_configuration_...
2019-03-26 Guy HarrisPrint extcap plugins with "tshark -G plugins".
2019-02-10 Peter Wuextcap: set G_REGEX_RAW to avoid potential crashes
2019-01-04 Peter Wuextcap: fix --extcap-version argument to include the...
2019-01-03 Dario Lombardoextcap: remove redundant casts.
2018-11-25 Peter Wuextcap: run --extcap-config in parallel to reduce start...
2018-11-22 Peter Wuextcap: discover interfaces in a parallel
2018-11-22 Peter Wuextcap: simplify execution of single extcap programs
2018-11-22 Peter Wuws_pipe_spawn_sync: mark arguments as const where possible
2018-11-13 Stig Bjørlykkeextcap: Allow ASCII '0' in preference name
2018-11-13 Stig Bjørlykkeextcap: Allow ASCII '0' in preference name
2018-11-02 Dario Lombardoextcap: use the correct values for comparing.
2018-11-02 Dario Lombardoextcap: small fix.
2018-11-02 Dario Lombardoextcap: add check before using pipedata.
2018-11-01 Pascal Quantinwsutil: introduce ws_pipe_close() helper and use it...
2018-10-17 Stig Bjørlykkeextcap: Close stdout_fd and stderr_fd when done
2018-10-14 Stig Bjørlykkeextcap: Read stderr on extcap error without an infinite...
2018-07-26 Guy HarrisRevert "Pass all arguments to options as --option=argum...
2018-07-26 Guy HarrisPass all arguments to options as --option=argument.
2018-06-06 Stig Bjørlykkeextcap: Fix a potential leak of memory pointed to by...
2018-05-16 Guy HarrisEliminate some unneeded header checks.
2018-05-02 Pascal Quantinextcap.c: fix compilation with gcc 8
2018-04-16 Andersglib: Get rid of GLIB_CHECK_VERSION as we now require...
2018-04-11 Stig Bjørlykkeextcap: Fix crash in extcap_verify_capture_filter
2018-04-11 Stig Bjørlykkeextcap: Fix whitespace issues
2018-04-07 Stig Bjørlykkeextcap: Always use byte mode in pipes
2018-04-06 Roland Knallextcap: Fix version request
2018-04-06 Guy HarrisFix handling of --extcap-version with an argument.
2018-04-05 Roland Knallextcap: Reload values on request
2018-04-05 Roland Knallextcap: Tell utilities the wireshark version
2018-04-04 Roland Knallextcap: Move extcap_foreach to a GList
2018-03-02 Gerald CombsMore spawned process handling updates.
2018-03-02 Gerald CombsGeneralize our process spawning code.
2018-03-01 Guy HarrisSimplify the mode passed to CreateNamedPipe().
2018-02-08 Dario Lombardoreplace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
2018-01-14 Dario Lombardoextcap: check preference in extcap_ensure_interface().
2018-01-14 Dario Lombardoextcap: check preference in extcap_loaded_interfaces().
2018-01-12 Dario Lombardoextcap: add more checks for extcap disabled.
2018-01-09 Dario Lombardoextcap: add preference to prevent interfaces loading.
2017-12-23 Guy HarrisPut special pipe-handling code into libwsutil.
2017-12-23 Dario Lombardoextcap: null terminate the string that will be used...
2017-12-21 Michael MannNULL check some g_log statements for extcap.
2017-11-09 Gerald CombsStart using SPDX license identifiers.
2017-08-31 Pascal Quantinextcap: fix parameters save in preferences file
2017-08-29 Pascal Quantinextcap: check that argument parameter is not null befor...
2017-08-28 Mikael Kanstrupiface_lists: Access ifaces member by reference
2017-08-28 Håkon Øye Amundsenextcap: Interface Toolbar support on Windows
2017-08-23 Stig Bjørlykkeextcap: Create unique pipe names for each interface
2017-08-22 Ahmad FatoumAdd hardware timestamping support
2017-08-15 Dario Lombardoextcap: use options as they are shown in the dialog.
2017-06-30 Peter Wuextcap: another round of memory leak fixes
2017-05-30 Michael MannQt: Add support to verify extcap capture filter
2017-05-03 Martin MathiesonExtcap: use glib-compat for g_list_free_full()
2017-04-29 Martin Kaiserextcap_free_interface_info: data param is used
2017-04-25 Stig BjørlykkeQt: Add interface toolbar support
2017-04-19 Max Dmitrichenkoextcap: fix memory leak
2017-03-27 Guy HarrisDon't waste time trying to run non-plain file and non...
2017-03-04 Roland Knallextcap: Minor improvements
2017-03-01 Roland Knallextcap: Create callback structure
2017-02-27 Dario Lombardoextcap: remove leak in interface lists.
2017-02-22 Roland Knallextcap: Reduce number of scans and storage
2017-02-03 Dario Lombardoextcap: destroy hash tables on exit.
2017-01-22 Michael MannInternalize struct preference
2017-01-12 Michael MannExtcap: Restore previously created preference from...
2017-01-04 Guy HarrisInclude extcap binaries in the count of things to point...
2016-12-14 Stig Bjørlykkeextcap: Avoid double free of help.
2016-12-14 Dario Lombardoextcap: set help for interfaces.
2016-12-08 Stig Bjørlykkeextcap: Whitespace cleanup.
2016-12-07 Stig Bjørlykkeextcap: Separate dirname and file with G_DIR_SEPARATOR_S.
2016-10-22 Guy HarrisMore checks for localtime() and gmtime() returning...
2016-09-18 Pascal Quantinextcap: fix management of multicheck and saved non...
2016-09-17 Peter Wuextcap: fix heap-use-after free after saving prefs
2016-09-12 Guy HarrisFix file name in comment.
2016-09-12 Peter Wuextcap: plug more memory leaks
2016-09-12 Mikael Kanstrupextcap: Fix misc memory leaks triggered by network...
2016-09-11 Peter Wuextcap: fix use-after-free for preferences
2016-09-08 Guy Harrisextcap_child_watch_cb() always uses the status argument.
2016-09-07 Roland Knallextcap: Add tool-specified helppage
2016-09-06 Roland Knallextcap:Replace self-organized lists with glib ones
2016-08-15 Alexis La Goutteextcap: Fix Dereference of null pointer
2016-08-04 Pascal Quantinextcap: preference name must only contain lower case...
2016-08-02 Michael TuexenFix compilation on FreeBSD.
2016-08-02 Roland Knallextcap: Remove g_spawn_check_exit_status
next