| Home | Trees | Index | Help |
|
|---|
| Package dpkt :: Module 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 | |
|---|---|
Return a hexdump output string of the given buffer. | |
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. |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Sun Oct 1 11:24:15 2006 | http://epydoc.sf.net |