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__.

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)

Function Details

hexdump(buf, length=16)

Return a hexdump output string of the given buffer.

in_cksum(buf)

Return computed Internet checksum.

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