aboutsummaryrefslogtreecommitdiffstats
path: root/extcap/sshdump.c
Commit message (Expand)AuthorAgeFilesLines
* sshdump: use g_shell_quote in the right way.Dario Lombardo2016-11-021-1/+1
* sshdump: remove default filter from capture mode.Dario Lombardo2016-10-311-6/+1
* extcap: put missed parameters into the helpMichal Labedzki2016-10-191-1/+0
* sshdump: add remote capture command.Dario Lombardo2016-10-041-18/+37
* sshdump: use tcpdump as default capture binary.Dario Lombardo2016-10-041-28/+6
* sshdump: restyle the output write routine.Dario Lombardo2016-09-261-27/+55
* extcap: make extcap use the ws_strtoi/u functions.Dario Lombardo2016-09-161-10/+13
* sshdump: remove -P.Dario Lombardo2016-09-131-1/+1
* extcap: improve interface print in help.Dario Lombardo2016-08-261-4/+5
* extcap: add binary name and version to help message.Dario Lombardo2016-08-251-1/+2
* extcap: make extcaps use the version registered in config.Dario Lombardo2016-08-241-1/+1
* extcap: move defines from sshdump & ciscodump to ssh-base.Dario Lombardo2016-08-061-8/+0
* extcap: restyle the help function.Dario Lombardo2016-08-041-34/+25
* extcap: restyle the output subsystem.Dario Lombardo2016-08-041-30/+17
* sshdump: Change ws_close to closesocketRoland Knall2016-07-221-1/+1
* Have extcap executables mirror the GTK's WinMain signature.Michael Mann2016-07-161-2/+6
* Compile sshdump and ciscodump for WindowsPascal Quantin2016-04-251-6/+7
* sshdump,ciscodump: fix local addresses discoveryPeter Wu2016-04-121-2/+2
* Another round of extcap memleak fixesPeter Wu2016-03-291-29/+36
* sshdump: use arg define.Dario Lombardo2016-03-241-9/+1
* sshdump: minor changesDario Lombardo2016-03-071-12/+10
* extcap: move ssh common functions to ssh-base.Dario Lombardo2016-03-041-125/+8
* extcap: add local_interfaces_to_list() to wsutil.Dario Lombardo2016-03-041-74/+24
* extcap: Move extcap handling to baseRoland Knall2016-02-291-93/+30
* extcap: move windows functions into extcap-baseDario Lombardo2016-02-261-44/+0
* Clean up modelines and indentation.Guy Harris2016-02-251-4/+4
* extcap: move includes into extcap-base.Dario Lombardo2016-02-251-36/+0
* extcap: move common code into extcap-base filesDario Lombardo2016-02-251-42/+28
* sshdump: fix default value for capture filter.Dario Lombardo2016-02-081-1/+4
* sshdump: fix error in extcap sentence.Dario Lombardo2016-01-271-2/+2
* sshdump: fix leak in ssh_open_remote_connection() (CID 1349731)Dario Lombardo2016-01-221-10/+12
* sshdump: fix typo in extcap-config.Dario Lombardo2016-01-191-1/+1
* extcap: add masked to options.Dario Lombardo2016-01-181-1/+1
* sshdump: change message to error.Dario Lombardo2016-01-151-1/+1
* ssh/randpktdump: Add version to extcap utilityRoland Knall2016-01-141-0/+1
* sshdump: print error message to stderr instead of stdout.Dario Lombardo2016-01-061-47/+47
* extcap: Add Required and cleanupRoland Knall2015-12-301-1/+1
* sshdump: add default filter even when interfaces are not listed.Dario Lombardo2015-11-241-8/+7
* sshdump: fix int issueDario Lombardo2015-11-231-1/+1
* sshdump: add define for default capture binDario Lombardo2015-11-211-4/+6
* sshdump: add packets countDario Lombardo2015-11-201-6/+23
* extcap: add sshdump.Dario Lombardo2015-11-191-0/+850