aboutsummaryrefslogtreecommitdiffstats
path: root/extcap
AgeCommit message (Expand)AuthorFilesLines
2016-03-12androiddump 1.0.2: Fix a lot of usage of recv()Michal Labedzki1-73/+171
2016-03-07sshdump: minor changesDario Lombardo1-12/+10
2016-03-04Clean up modelines and indentation.Jeff Morriss1-151/+151
2016-03-04androiddump: change first error message into verbose_print()Dario Lombardo1-1/+1
2016-03-04extcap: move ssh common functions to ssh-base.Dario Lombardo5-129/+226
2016-03-04extcap: add local_interfaces_to_list() to wsutil.Dario Lombardo2-74/+30
2016-03-02nmake: add extcap-base to sshdump.Dario Lombardo1-2/+2
2016-02-29Fix randpktdump build in Windows.Michael Mann1-4/+4
2016-02-29extcap: Move extcap handling to baseRoland Knall5-319/+374
2016-02-26Fix nmake build for extcap apps.Michael Mann1-4/+4
2016-02-26extcap: Fix noinst headerRoland Knall1-1/+1
2016-02-26extcap: move windows functions into extcap-baseDario Lombardo6-137/+99
2016-02-26extcap: Fix make distcheckJoão Valverde1-0/+4
2016-02-25Clean up modelines and indentation.Guy Harris3-16/+16
2016-02-25Put extcap-base.h into the release tarball.Guy Harris1-0/+3
2016-02-25extcap: move includes into extcap-base.Dario Lombardo4-106/+37
2016-02-25extcap: move common code into extcap-base filesDario Lombardo4-335/+253
2016-02-23Have "make maintainer-clean" remove extcap/Makefile.in.Guy Harris1-0/+3
2016-02-21autotools: Use pkg-config autoconf macros for GLib/GTKJoão Valverde1-0/+2
2016-02-18Don't add the wiretap directory to the list of include directories.Guy Harris2-3/+1
2016-02-18Fix compilation of extcap programs with NMakePascal Quantin1-5/+7
2016-02-15Build the extcap programs in the extcap directory.Guy Harris4-1/+252
2016-02-13androiddump: fix logical ‘or’ of equal expressions [-Werror=logical-op] f...Alexis La Goutte1-9/+9
2016-02-11randpktdump: change error messages.Dario Lombardo1-13/+13
2016-02-08sshdump: fix default value for capture filter.Dario Lombardo1-1/+4
2016-02-05Fix some Coverity issueMichal Labedzki1-0/+4
2016-02-01androiddump: fix printf format warning.Dario Lombardo1-3/+6
2016-01-27sshdump: fix error in extcap sentence.Dario Lombardo1-2/+2
2016-01-22sshdump: fix leak in ssh_open_remote_connection() (CID 1349731)Dario Lombardo1-10/+12
2016-01-19sshdump: fix typo in extcap-config.Dario Lombardo1-1/+1
2016-01-18androiddump: There is no need to make full copy optargMichal Labedzki1-4/+4
2016-01-18extcap: add masked to options.Dario Lombardo1-1/+1
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