]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - putty.h
Handle packets with no type byte by returning SSH_MSG_UNIMPLEMENTED.
[PuTTY.git] / putty.h
diff --git a/putty.h b/putty.h
index c854d9449ebd194e93054564dd26c50c2944afc5..3ccd96cb868beb52d8286d617b3ae1a7ddef1ab8 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -291,7 +291,7 @@ enum {
      * Proxy types.
      */
     PROXY_NONE, PROXY_SOCKS4, PROXY_SOCKS5,
-    PROXY_HTTP, PROXY_TELNET, PROXY_CMD
+    PROXY_HTTP, PROXY_TELNET, PROXY_CMD, PROXY_FUZZ
 };
 
 enum {