Package dpkt :: Module telnet
[hide private]
[frames] | no frames]

Module telnet

source code

Telnet.

Functions [hide private]
 
strip_options(buf)
Return a list of lines and dict of options from telnet data.
source code
 
test_telnet() source code
Variables [hide private]
  IAC = 255
  DONT = 254
  DO = 253
  WONT = 252
  WILL = 251
  SB = 250
  GA = 249
  EL = 248
  EC = 247
  AYT = 246
  AO = 245
  IP = 244
  BREAK = 243
  DM = 242
  NOP = 241
  SE = 240
  EOR = 239
  ABORT = 238
  SUSP = 237
  xEOF = 236
  SYNCH = 242
  __package__ = 'dpkt'