aboutsummaryrefslogtreecommitdiffstats
path: root/extcap.c
AgeCommit message (Expand)AuthorFilesLines
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