aboutsummaryrefslogtreecommitdiffstats
path: root/extcap/sshdump.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-02sshdump: use g_shell_quote in the right way.Dario Lombardo1-1/+1
2016-10-31sshdump: remove default filter from capture mode.Dario Lombardo1-6/+1
2016-10-19extcap: put missed parameters into the helpMichal Labedzki1-1/+0
2016-10-04sshdump: add remote capture command.Dario Lombardo1-18/+37
2016-10-04sshdump: use tcpdump as default capture binary.Dario Lombardo1-28/+6
2016-09-26sshdump: restyle the output write routine.Dario Lombardo1-27/+55
2016-09-16extcap: make extcap use the ws_strtoi/u functions.Dario Lombardo1-10/+13
2016-09-13sshdump: remove -P.Dario Lombardo1-1/+1
2016-08-26extcap: improve interface print in help.Dario Lombardo1-4/+5
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-06extcap: move defines from sshdump & ciscodump to ssh-base.Dario Lombardo1-8/+0
2016-08-04extcap: restyle the help function.Dario Lombardo1-34/+25
2016-08-04extcap: restyle the output subsystem.Dario Lombardo1-30/+17
2016-07-22sshdump: Change ws_close to closesocketRoland Knall1-1/+1
2016-07-16Have extcap executables mirror the GTK's WinMain signature.Michael Mann1-2/+6
2016-04-25Compile sshdump and ciscodump for WindowsPascal Quantin1-6/+7
2016-04-12sshdump,ciscodump: fix local addresses discoveryPeter Wu1-2/+2
2016-03-29Another round of extcap memleak fixesPeter Wu1-29/+36
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