dragonlinux / connectbot

Automatically exported from code.google.com/p/connectbot
Apache License 2.0
1 stars 0 forks source link

NVT Screen Size problem. #698

Open isgdre opened 1 year ago

isgdre commented 1 year ago

ConnectBot is sending the approprate NVT Screen size message but it's stating that it's screen size is 0 rows and 0 columns. here is the Raw Log of the communications right from the starting connection.

[ rUS]="[2023-07-06.15:12:04]",12,,10 [ rUR]="[2023-07-06.15:12:04]",255,251,24,255,252,1,255,252,6,255,254,6,255,250,31,0,0,0,0,255,240,255,251,31 [ rUS]="[2023-07-06.15:12:04]",255,250,24,1,255,240 [ rUR]="[2023-07-06.15:12:04]",255,250,24,0,"vt100",255,240

[rUS] means Raw User Send i.e. Us sending data to ConnectBot [rUR] means Raw User Receive i.e. What we received from ConnectBot. I left the time stamps just so you can see it all happens withing the second of the connect. Then it's the comma seperated decimal equivilent of the byte with meaning 13 and "vt100" being the ascii text values.

I've tried changing the font size and "Force Size" from the menu. Niether seems to change the NVT.
Also, It seems a bit odd that your sending the IAC,WILL,NAWS (255,251,31) after you have already send the screen size (255,250,31,0,0,0,0,255,240).