aboutsummaryrefslogtreecommitdiffstats
path: root/extcap/sshdump.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-24sshdump: use arg define.Dario Lombardo1-9/+1
2016-03-07sshdump: minor changesDario Lombardo1-12/+10
2016-03-04extcap: move ssh common functions to ssh-base.Dario Lombardo1-125/+8
2016-03-04extcap: add local_interfaces_to_list() to wsutil.Dario Lombardo1-74/+24
2016-02-29extcap: Move extcap handling to baseRoland Knall1-93/+30
2016-02-26extcap: move windows functions into extcap-baseDario Lombardo1-44/+0
2016-02-25Clean up modelines and indentation.Guy Harris1-4/+4
2016-02-25extcap: move includes into extcap-base.Dario Lombardo1-36/+0
2016-02-25extcap: move common code into extcap-base filesDario Lombardo1-42/+28
2016-02-08sshdump: fix default value for capture filter.Dario Lombardo1-1/+4
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-18extcap: add masked to options.Dario Lombardo1-1/+1
2016-01-15sshdump: change message to error.Dario Lombardo1-1/+1
2016-01-14ssh/randpktdump: Add version to extcap utilityRoland Knall1-0/+1
2016-01-06sshdump: print error message to stderr instead of stdout.Dario Lombardo1-47/+47
2015-12-30extcap: Add Required and cleanupRoland Knall1-1/+1
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-19extcap: add sshdump.Dario Lombardo1-0/+850