| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
pcap_dumper
pcap_dumper object is a wrapper for the type `pcap_dumper_t' defined in PCAP library. Its methods are all PCAP library functions with prototype `type pcap_func(pcap_dumper_t *,...)'. Method names are functions names without `pcap_' prefix.
Note: pcap_dumper object cannot be created directly. The only way to create such object is to use the `dump_open()' method of a pcap object instance.
|
|||
| a new object with type S, a subtype of T |
|
||
| file object |
|
||
| None |
|
||
| long |
|
||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
dump_file() return the file object associated to standard I/O stream for a savefile being written. It is a wrapper for pcap_dump_file() Packet Capture library routine.
|
dump_flush() flush to a savefile packets dumped. It is a wrapper for pcap_dump_flush() Packet Capture library routine.
|
dump_ftell() get the current file offset for a savefile being written. It is a wrapper for pcap_dump_ftell() Packet Capture library routine.
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 22 15:53:08 2012 | http://epydoc.sourceforge.net |