extcap_child_watch_cb() always uses the status argument.
[metze/wireshark/wip.git] / extcap.c
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
2016-08-02 Dario Lombardoextcap: add null check (CID 1364683).
2016-08-02 Dario Lombardoextcap: extend buffer (CID 1364684).
2016-07-30 Roland Knallextcap: Use stderr to print error message
2016-07-29 Roland Knallextcap: Restore functionality for options
2016-07-05 Roland Knallextcap: Remove g_spawn_helper support
2016-06-01 Michael MannAllow create_tempfile to support a suffix.
2016-04-25 Pascal QuantinCompile sshdump and ciscodump for Windows
2016-04-19 Dario Lombardoextcap: fix const compiler warnings.
2016-03-21 João ValverdeFix building without extcap enabled
2016-02-27 Guy HarrisReplace extcap_interface_list() with append_extcap_inte...
2016-02-27 Guy HarrisPut the extcap interfaces at the *end* of the interface...
2016-02-26 Guy HarrisClean up setting *err_str to NULL.
2016-02-26 Guy HarrisFix indentation.
2016-02-11 Roland Knallextcap: Fix call to child watch
2016-02-11 Mikael Kanstrupextcap: Convert settings to preference friendly key...
2016-02-01 Mikael KanstrupFix leaks when spawning extcap processes
2016-02-01 Roland Knallextcap: Correct save for file arguments
2016-02-01 Roland Knallextcap: Add Save functionality to options dialog
2016-01-31 Mikael KanstrupFix memleaks on interface refresh when extcap configs...
2016-01-18 Dario Lombardoextcap: add masked to options.
2016-01-16 Stig Bjørlykkeextcap: Code cleanup
2016-01-15 Roland Knallextcap: Add list of extcaps to about dialog
2016-01-12 Guy HarrisDon't use g_list_free_full().
2016-01-12 Roland Knallextcap: Sort extcap interfaces alphabetically
2016-01-05 Roland Knallextcap: Add regular expression validation support
2015-12-19 Peter Wuextcap: plug some memleaks
2015-11-17 Pascal Quantinextcap: fix a crash introduced in g622603b
2015-11-17 Dario Lombardoextcap: fix a bug in cfilter
2015-11-05 Stig Bjørlykkeextcap: Provide capture filter to extcap binary
2015-10-12 Dario Lombardoextcap: fix a bug in create_tempfile() return check...
2015-09-02 Guy HarrisThe official #define for 32-bit and 64-bit Windows...
2015-05-05 Roland Knallextcap: Implement QT extcap options
2015-04-16 Alexis La GoutteExtcap: fix logically dead code (CID 1232344)
2015-04-15 Gerald CombsSet the extcap working directory on Windows.
2015-04-13 Pascal Quantindumpcap: fix opening of pipes on Windows broken since...
2015-03-29 Pascal QuantinExtcap: fix USBPcap capture broken by g8204578
2015-03-27 Pascal QuantinExtcap: display a USB icon when adding a USBPcap interface
2014-10-13 Evan Huusextcap: remove use of g_list_free_full
2014-10-12 Tomasz MońFix double free.
2014-10-12 Tomasz MońFix handling of extcap boolflags which defaults to...
2014-10-08 Tomasz MońRemove redundant and erroneous debug log message.
2014-10-06 Bill MeierConvert "4 space tabs" to spaces; Adjust editor modelines.
2014-10-04 Tomasz MońUpdate capture_opts in extcap_cleanup().
2014-10-04 Tomasz MońWait for extcap to connect to pipe on Windows.
2014-10-03 Tomasz MońFix memory leak and heap corruption on Windows.
2014-08-26 Pascal QuantinExtcap: restore compatibility with GLib 2.16.0
2014-08-24 Graham BloiceModify includes of config.h so that out-of-tree builds...
2014-08-21 Roland KnallExtcap Capture Interface