aboutsummaryrefslogtreecommitdiffstats
path: root/extcap
AgeCommit message (Expand)AuthorFilesLines
2016-01-16fix spelling-error-in-binary found by lintianAlexis La Goutte1-4/+4
2016-01-15sshdump: change message to error.Dario Lombardo1-1/+1
2016-01-15androiddump: Return extcap version informationRoland Knall1-1/+7
2016-01-14ssh/randpktdump: Add version to extcap utilityRoland Knall2-0/+2
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-2/+2
2016-01-06sshdump: print error message to stderr instead of stdout.Dario Lombardo1-47/+47
2016-01-02Moved variable declaration top, to be C89 compliantThomas Wiens1-2/+4
2015-12-30extcap: Add Required and cleanupRoland Knall1-1/+1
2015-12-22extcap: add randpktdump, a random packet generator.Dario Lombardo1-0/+505
2015-12-17anddroiddump: fix compilation errors with Win64 and OSX 10.5 x86Pascal Quantin1-2/+2
2015-12-17Try to fix some PVS Studio warningsMichal Labedzki1-43/+70
2015-12-17androiddump: Remove all mallocsMichal Labedzki1-184/+29
2015-12-17androiddump: Some Coverity fixesMichal Labedzki1-8/+22
2015-12-08androiddump: fix crash on Windows when running in verbose modePascal Quantin1-133/+133
2015-11-24sshdump: add default filter even when interfaces are not listed.Dario Lombardo1-8/+7
2015-11-23sshdump: fix int issueDario Lombardo1-1/+1
2015-11-21sshdump: add define for default capture binDario Lombardo1-4/+6
2015-11-20sshdump: add packets countDario Lombardo1-6/+23
2015-11-20androiddump: Add Bluetooth support for Android MMichal Labedzki1-3/+5
2015-11-19extcap: add sshdump.Dario Lombardo1-0/+850
2015-11-09androiddump: make nanoseconds intStig Bjørlykke1-1/+1
2015-11-05extcap: Provide capture filter to extcap binaryStig Bjørlykke1-0/+5
2015-09-23androiddump: add memset in adb_connect() (CID 1293396)Dario Lombardo1-0/+2
2015-09-13androiddump: fix memory leaks reported by CoverityPascal Quantin1-0/+3
2015-09-11androiddump: fix compilation on Windows and OSXPascal Quantin1-4/+4
2015-09-11Support for Wifi packet capture for android devices.Aditya Jain1-6/+265
2015-08-07androiddump: Try to make MVS14.0 happyMichal Labedzki1-186/+188
2015-07-02Try to fix warning C6340: Mismatch on sign: 'short' passed as _Param_(2) when...AndersBroman1-1/+1
2015-07-01Try to fix some warnings from Visual Studio Code Analysis.AndersBroman1-5/+5
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