1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 20:12:48 -05:00

Mark Baker's raw-TCP back end (untested and experimental as yet)

[originally from svn r266]
This commit is contained in:
Simon Tatham
1999-11-01 16:40:40 +00:00
parent 2ec48b843b
commit 6693daa636
7 changed files with 266 additions and 22 deletions

View File

@ -32,15 +32,16 @@
#define IDC0_PORTSTATIC 1003
#define IDC0_PORT 1004
#define IDC0_PROTSTATIC 1005
#define IDC0_PROTTELNET 1006
#define IDC0_PROTSSH 1007
#define IDC0_SESSSTATIC 1008
#define IDC0_SESSEDIT 1009
#define IDC0_SESSLIST 1010
#define IDC0_SESSLOAD 1011
#define IDC0_SESSSAVE 1012
#define IDC0_SESSDEL 1013
#define IDC0_CLOSEEXIT 1014
#define IDC0_PROTRAW 1006
#define IDC0_PROTTELNET 1007
#define IDC0_PROTSSH 1008
#define IDC0_SESSSTATIC 1009
#define IDC0_SESSEDIT 1010
#define IDC0_SESSLIST 1011
#define IDC0_SESSLOAD 1012
#define IDC0_SESSSAVE 1013
#define IDC0_SESSDEL 1014
#define IDC0_CLOSEEXIT 1015
#define IDC1_DELSTATIC 1001
#define IDC1_DEL008 1002