add option to sniffer to try to restart decoding after an ACK fault

This commit is contained in:
John Safranek
2015-10-02 11:26:45 -07:00
parent a53d05c8bd
commit 1237b35bb8
4 changed files with 181 additions and 10 deletions

View File

@@ -143,6 +143,7 @@ int main(int argc, char** argv)
ssl_InitSniffer(); /* dll load on Windows */
#endif
ssl_Trace("./tracefile.txt", err);
ssl_EnableRecovery(1, -1, err);
if (argc == 1) {
/* normal case, user chooses device and port */