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

Module tftp

source code

Trivial File Transfer Protocol.

Classes [hide private]
  TFTP
Trivial File Transfer Protocol.
Functions [hide private]
 
test_op_rrq() source code
 
test_op_data() source code
 
test_op_err() source code
Variables [hide private]
  OP_RRQ = 1
  OP_WRQ = 2
  OP_DATA = 3
  OP_ACK = 4
  OP_ERR = 5
  EUNDEF = 0
  ENOTFOUND = 1
  EACCESS = 2
  ENOSPACE = 3
  EBADOP = 4
  EBADID = 5
  EEXISTS = 6
  ENOUSER = 7
  __package__ = 'dpkt'