aboutsummaryrefslogtreecommitdiffstats
path: root/extcap.c
Commit message (Expand)AuthorAgeFilesLines
* extcap: fix a crash introduced in g622603bPascal Quantin2015-11-171-1/+1
* extcap: fix a bug in cfilterDario Lombardo2015-11-171-1/+1
* extcap: Provide capture filter to extcap binaryStig Bjørlykke2015-11-051-0/+4
* extcap: fix a bug in create_tempfile() return check (CID 1323930)Dario Lombardo2015-10-121-1/+1
* The official #define for 32-bit and 64-bit Windows is _WIN32.Guy Harris2015-09-021-11/+11
* extcap: Implement QT extcap optionsRoland Knall2015-05-051-0/+26
* Extcap: fix logically dead code (CID 1232344)Alexis La Goutte2015-04-161-3/+0
* Set the extcap working directory on Windows.Gerald Combs2015-04-151-1/+23
* dumpcap: fix opening of pipes on Windows broken since gbed29afPascal Quantin2015-04-131-3/+0
* Extcap: fix USBPcap capture broken by g8204578Pascal Quantin2015-03-291-10/+1
* Extcap: display a USB icon when adding a USBPcap interfacePascal Quantin2015-03-271-1/+10
* extcap: remove use of g_list_free_fullEvan Huus2014-10-131-1/+7
* Fix double free.Tomasz Moń2014-10-121-2/+2
* Fix handling of extcap boolflags which defaults to true.Tomasz Moń2014-10-121-1/+63
* Remove redundant and erroneous debug log message.Tomasz Moń2014-10-081-2/+0
* Convert "4 space tabs" to spaces; Adjust editor modelines.Bill Meier2014-10-061-521/+521
* Update capture_opts in extcap_cleanup().Tomasz Moń2014-10-041-21/+11
* Wait for extcap to connect to pipe on Windows.Tomasz Moń2014-10-041-2/+128
* Fix memory leak and heap corruption on Windows.Tomasz Moń2014-10-031-6/+6
* Extcap: restore compatibility with GLib 2.16.0Pascal Quantin2014-08-261-11/+13
* Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice2014-08-241-2/+2
* Extcap Capture InterfaceRoland Knall2014-08-211-0/+654