aboutsummaryrefslogtreecommitdiffstats
path: root/extcap
Commit message (Expand)AuthorAgeFilesLines
...
* sshdump: fix int issueDario Lombardo2015-11-231-1/+1
* sshdump: add define for default capture binDario Lombardo2015-11-211-4/+6
* sshdump: add packets countDario Lombardo2015-11-201-6/+23
* androiddump: Add Bluetooth support for Android MMichal Labedzki2015-11-201-3/+5
* extcap: add sshdump.Dario Lombardo2015-11-191-0/+850
* androiddump: make nanoseconds intStig Bjørlykke2015-11-091-1/+1
* extcap: Provide capture filter to extcap binaryStig Bjørlykke2015-11-051-0/+5
* androiddump: add memset in adb_connect() (CID 1293396)Dario Lombardo2015-09-231-0/+2
* androiddump: fix memory leaks reported by CoverityPascal Quantin2015-09-131-0/+3
* androiddump: fix compilation on Windows and OSXPascal Quantin2015-09-111-4/+4
* Support for Wifi packet capture for android devices.Aditya Jain2015-09-111-6/+265
* androiddump: Try to make MVS14.0 happyMichal Labedzki2015-08-071-186/+188
* Try to fix warning C6340: Mismatch on sign: 'short' passed as _Param_(2) when...AndersBroman2015-07-021-1/+1
* Try to fix some warnings from Visual Studio Code Analysis.AndersBroman2015-07-011-5/+5
* Bluetooth: Coverity fixesMichal Labedzki2015-06-191-1/+11
* androiddump: Fix socket resource leakMichal Labedzki2015-06-121-2/+67
* androiddump: Fix Bluetooth External ParserMichal Labedzki2015-06-121-1/+12
* Androiddump: fix Null pointer passed as an argument to a 'nonnull' parameterAlexis La Goutte2015-05-281-0/+12
* androiddump: Case-insensitive for option and add verbose modeMichal Labedzki2015-05-181-104/+204
* androiddump: fix compilation under FreeBSDEdwin Groothuis2015-05-151-0/+4
* androiddump: Change expected boolean resultRoland Knall2015-05-041-2/+2
* androiddump: Fix warning about unneeded valueMichal Labedzki2015-04-231-6/+26
* Androiddump: Fix Memory - corruptions (OVERRUN) (CID 1293632)Alexis La Goutte2015-04-151-1/+1
* androiddump: Disable automatic starting adbMichal Labedzki2015-04-121-0/+13
* androiddump: add more compatibility with MSVC connect APIPascal Quantin2015-04-121-4/+5
* Add missing androiddump stuffMichal Labedzki2015-04-121-41/+104
* Use HAVE_ARPA_INET_H to control whether to include <arpa/inet.h>.Guy Harris2015-04-111-2/+4
* More type cleanup to squelch warnings.Guy Harris2015-04-111-3/+3
* androiddump: fix a typoPascal Quantin2015-04-111-1/+1
* Use G_GUINT64_CONSTANT() to make a guint64_t (or uint64_t) constant.Guy Harris2015-04-111-2/+2
* Squelch 64-bit-to-32-bit shortening errors.Guy Harris2015-04-111-7/+7
* It's not "Windows vs. (Linux or OS X or Cygwin)", it's "Windows vs. UN*X".Guy Harris2015-04-111-3/+5
* A temporary variable squelches some warnings.Guy Harris2015-04-111-1/+4
* Androiddump: fix Null pointer passed as an argument to a 'nonnull' parameterAlexis La Goutte2015-04-091-13/+0
* Androiddump: fix Potential leak of memory pointed to by 'serial_number'Alexis La Goutte2015-04-091-3/+6
* Androiddump: Fix Result of 'malloc' is converted to a pointer of type 'unsign...Alexis La Goutte2015-04-091-3/+6
* Androiddump: Fix Dead Store (Dead assignement/Dead increment) warning found b...Alexis La Goutte2015-04-091-8/+6
* androiddump: Fix missing headers for Mac OSXRoland Knall2015-04-081-1/+5
* extcap: Add support for Android - androiddumpMichal Labedzki2015-04-081-0/+2131