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

Module dpkt.dpkt

Simple packet creation and parsing.

Classes
Packet Base packet class, with metaclass magic to generate members from self.__hdr__.
_MetaPacket  

Exceptions
Error  
NeedData  
PackError  
UnpackError  

Function Summary
  hexdump(buf, length)
Return a hexdump output string of the given buffer.
  in_cksum(buf)
Return computed Internet checksum.
  in_cksum_add(s, buf)
  in_cksum_done(s)

Variable Summary
str __vis_filter = '................................ !"#$%&\...

Function Details

hexdump(buf, length=16)

Return a hexdump output string of the given buffer.

in_cksum(buf)

Return computed Internet checksum.

Variable Details

__vis_filter

Type:
str
Value:
'................................ !"#$%&\'()*+,-./0123456789:;<=>?@ABC\
DEFGHIJKLMNOPQRSTUVWXYZ[.]^_`abcdefghijklmnopqrstuvwxyz{|}~...........\
......................................................................\
................................................'                      

Generated by Epydoc 2.1 on Sun Oct 1 11:24:15 2006 http://epydoc.sf.net