aboutsummaryrefslogtreecommitdiffstats
path: root/extcap
AgeCommit message (Expand)AuthorFilesLines
2015-06-19Bluetooth: Coverity fixesMichal Labedzki1-1/+11
2015-06-12androiddump: Fix socket resource leakMichal Labedzki1-2/+67
2015-06-12androiddump: Fix Bluetooth External ParserMichal Labedzki1-1/+12
2015-05-28Androiddump: fix Null pointer passed as an argument to a 'nonnull' parameterAlexis La Goutte1-0/+12
2015-05-18androiddump: Case-insensitive for option and add verbose modeMichal Labedzki1-104/+204
2015-05-15androiddump: fix compilation under FreeBSDEdwin Groothuis1-0/+4
2015-05-04androiddump: Change expected boolean resultRoland Knall1-2/+2
2015-04-23androiddump: Fix warning about unneeded valueMichal Labedzki1-6/+26
2015-04-15Androiddump: Fix Memory - corruptions (OVERRUN) (CID 1293632)Alexis La Goutte1-1/+1
2015-04-12androiddump: Disable automatic starting adbMichal Labedzki1-0/+13
2015-04-12androiddump: add more compatibility with MSVC connect APIPascal Quantin1-4/+5
2015-04-12Add missing androiddump stuffMichal Labedzki1-41/+104
2015-04-11Use HAVE_ARPA_INET_H to control whether to include <arpa/inet.h>.Guy Harris1-2/+4
2015-04-11More type cleanup to squelch warnings.Guy Harris1-3/+3
2015-04-11androiddump: fix a typoPascal Quantin1-1/+1
2015-04-11Use G_GUINT64_CONSTANT() to make a guint64_t (or uint64_t) constant.Guy Harris1-2/+2
2015-04-11Squelch 64-bit-to-32-bit shortening errors.Guy Harris1-7/+7
2015-04-11It's not "Windows vs. (Linux or OS X or Cygwin)", it's "Windows vs. UN*X".Guy Harris1-3/+5
2015-04-11A temporary variable squelches some warnings.Guy Harris1-1/+4
2015-04-09Androiddump: fix Null pointer passed as an argument to a 'nonnull' parameterAlexis La Goutte1-13/+0
2015-04-09Androiddump: fix Potential leak of memory pointed to by 'serial_number'Alexis La Goutte1-3/+6
2015-04-09Androiddump: Fix Result of 'malloc' is converted to a pointer of type 'unsign...Alexis La Goutte1-3/+6
2015-04-09Androiddump: Fix Dead Store (Dead assignement/Dead increment) warning found b...Alexis La Goutte1-8/+6
2015-04-08androiddump: Fix missing headers for Mac OSXRoland Knall1-1/+5
2015-04-08extcap: Add support for Android - androiddumpMichal Labedzki1-0/+2131