aboutsummaryrefslogtreecommitdiffstats
path: root/extcap.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-05extcap: Remove g_spawn_helper supportRoland Knall1-131/+58
2016-06-01Allow create_tempfile to support a suffix.Michael Mann1-1/+1
2016-04-25Compile sshdump and ciscodump for WindowsPascal Quantin1-1/+1
2016-04-19extcap: fix const compiler warnings.Dario Lombardo1-3/+3
2016-03-21Fix building without extcap enabledJoão Valverde1-3/+0
2016-02-27Replace extcap_interface_list() with append_extcap_interface_list().Guy Harris1-35/+40
2016-02-27Put the extcap interfaces at the *end* of the interface list.Guy Harris1-12/+27
2016-02-26Clean up setting *err_str to NULL.Guy Harris1-5/+1
2016-02-26Fix indentation.Guy Harris1-1/+1
2016-02-11extcap: Fix call to child watchRoland Knall1-6/+2
2016-02-11extcap: Convert settings to preference friendly key namesMikael Kanstrup1-26/+46
2016-02-01Fix leaks when spawning extcap processesMikael Kanstrup1-2/+1
2016-02-01extcap: Correct save for file argumentsRoland Knall1-0/+5
2016-02-01extcap: Add Save functionality to options dialogRoland Knall1-25/+121
2016-01-31Fix memleaks on interface refresh when extcap configs existsMikael Kanstrup1-1/+7
2016-01-18extcap: add masked to options.Dario Lombardo1-0/+3
2016-01-16extcap: Code cleanupStig Bjørlykke1-49/+26
2016-01-15extcap: Add list of extcaps to about dialogRoland Knall1-21/+79
2016-01-12Don't use g_list_free_full().Guy Harris1-3/+7
2016-01-12extcap: Sort extcap interfaces alphabeticallyRoland Knall1-17/+18
2016-01-05extcap: Add regular expression validation supportRoland Knall1-3/+7
2015-12-19extcap: plug some memleaksPeter Wu1-22/+33
2015-11-17extcap: fix a crash introduced in g622603bPascal Quantin1-1/+1
2015-11-17extcap: fix a bug in cfilterDario Lombardo1-1/+1
2015-11-05extcap: Provide capture filter to extcap binaryStig Bjørlykke1-0/+4
2015-10-12extcap: fix a bug in create_tempfile() return check (CID 1323930)Dario Lombardo1-1/+1
2015-09-02The official #define for 32-bit and 64-bit Windows is _WIN32.Guy Harris1-11/+11
2015-05-05extcap: Implement QT extcap optionsRoland Knall1-0/+26
2015-04-16Extcap: fix logically dead code (CID 1232344)Alexis La Goutte1-3/+0
2015-04-15Set the extcap working directory on Windows.Gerald Combs1-1/+23
2015-04-13dumpcap: fix opening of pipes on Windows broken since gbed29afPascal Quantin1-3/+0
2015-03-29Extcap: fix USBPcap capture broken by g8204578Pascal Quantin1-10/+1
2015-03-27Extcap: display a USB icon when adding a USBPcap interfacePascal Quantin1-1/+10
2014-10-13extcap: remove use of g_list_free_fullEvan Huus1-1/+7
2014-10-12Fix double free.Tomasz Moń1-2/+2
2014-10-12Fix handling of extcap boolflags which defaults to true.Tomasz Moń1-1/+63
2014-10-08Remove redundant and erroneous debug log message.Tomasz Moń1-2/+0
2014-10-06Convert "4 space tabs" to spaces; Adjust editor modelines.Bill Meier1-521/+521
2014-10-04Update capture_opts in extcap_cleanup().Tomasz Moń1-21/+11
2014-10-04Wait for extcap to connect to pipe on Windows.Tomasz Moń1-2/+128
2014-10-03Fix memory leak and heap corruption on Windows.Tomasz Moń1-6/+6
2014-08-26Extcap: restore compatibility with GLib 2.16.0Pascal Quantin1-11/+13
2014-08-24Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice1-2/+2
2014-08-21Extcap Capture InterfaceRoland Knall1-0/+654