]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - putty.h
New logging mode, which records the exact bytes sent over the wire
[PuTTY.git] / putty.h
diff --git a/putty.h b/putty.h
index c648921bc30037511c45ecb28c81bf673a970d3d..f5396e4b2bfb6defda5c7708d6bd715708b51064 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -163,6 +163,7 @@ struct unicode_data {
 #define LGTYP_ASCII 1                 /* logmode: pure ascii */
 #define LGTYP_DEBUG 2                 /* logmode: all chars of traffic */
 #define LGTYP_PACKETS 3                       /* logmode: SSH data packets */
+#define LGTYP_SSHRAW 4                /* logmode: SSH raw data */
 
 typedef enum {
     /* Actual special commands. Originally Telnet, but some codes have