aboutsummaryrefslogtreecommitdiffstats
path: root/extcap/androiddump.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-26extcap: improve interface print in help.Dario Lombardo1-1/+15
2016-08-25extcap: add binary name and version to help message.Dario Lombardo1-1/+2
2016-08-24extcap: make extcaps use the version registered in config.Dario Lombardo1-1/+1
2016-08-11androiddump: use socklen_t (32bit) instead of gssize (64bit) (CID 1293384).Dario Lombardo1-3/+4
2016-08-09androiddump: fix bug in socket retry (CID 1293391).Dario Lombardo1-4/+4
2016-08-04extcap: restyle the help function.Dario Lombardo1-26/+27
2016-08-04extcap: restyle the output subsystem.Dario Lombardo1-208/+178
2016-07-16androiddump.c - Address VS Code Analysis warnings.Michael Mann1-3/+3
2016-07-16Have extcap executables mirror the GTK's WinMain signature.Michael Mann1-2/+6
2016-07-14androiddump.c: Use preprocessor directive to distinguish E_AGAIN and E_WOULDB...Michael Mann1-9/+60
2016-07-04androiddump: fix leak (CID 1293387).Dario Lombardo1-0/+1
2016-06-15androiddump: fix leak on --extcap-interfacesPeter Wu1-0/+2
2016-05-18androiddump: Add model name to user-friendly interface nameMichal Labedzki1-21/+40
2016-04-19androiddump 1.0.3: Return more specific error codesMichal Labedzki1-149/+199
2016-04-06androiddump: Change insecure sprint into g_snprintfMichal Labedzki1-20/+140
2016-04-04androiddump: Fix crash on start capturingMichal Labedzki1-0/+6
2016-04-02androiddump: Register interfaces when list interfacesMichal Labedzki1-3/+3
2016-03-12androiddump 1.0.2: Fix a lot of usage of recv()Michal Labedzki1-73/+171
2016-03-04androiddump: change first error message into verbose_print()Dario Lombardo1-1/+1
2016-02-29extcap: Move extcap handling to baseRoland Knall1-120/+81
2016-02-26extcap: move windows functions into extcap-baseDario Lombardo1-46/+0
2016-02-25extcap: move includes into extcap-base.Dario Lombardo1-32/+0
2016-02-25extcap: move common code into extcap-base filesDario Lombardo1-255/+140
2016-02-13androiddump: fix logical ‘or’ of equal expressions [-Werror=logical-op] f...Alexis La Goutte1-9/+9
2016-02-05Fix some Coverity issueMichal Labedzki1-0/+4
2016-02-01androiddump: fix printf format warning.Dario Lombardo1-3/+6
2016-01-18androiddump: There is no need to make full copy optargMichal Labedzki1-4/+4
2016-01-15androiddump: Return extcap version informationRoland Knall1-1/+7
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-2/+2
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-20androiddump: Add Bluetooth support for Android MMichal Labedzki1-3/+5
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