Home | Trees | Indices | Help |
|
---|
|
object --+ | dpkt.Packet --+ | Message
Hypertext Transfer Protocol headers + body.
|
|||
__metaclass__ type(object) -> the object's type... |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
__hdr_defaults__ =
|
|||
headers = None
|
|||
body = None
|
|
|||
Inherited from |
|
Packet constructor with ([buf], [field=val,...]) prototype. Arguments: buf -- optional packet buffer to unpack Optional keyword arguments correspond to members to set (matching fields in self.__hdr__, or 'data').
|
Unpack packet header fields from buf, and set self.data.
|
Return packed header string.
|
|
str(x)
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Dec 4 22:36:02 2009 | http://epydoc.sourceforge.net |