packet.record(1) centos man page | unix.com

Man Page: packet.record

Operating Environment: centos

Section: 1

PACKET.RECORD(1)						packet.record 1.0.1						  PACKET.RECORD(1)

NAME
packet.record - Record module
DESCRIPTION
Provides the object for a record and the string representation of the record in a tcpdump trace file. Record object attributes: Record( index = Frame number length_inc = Number of bytes included in trace length_orig = 1 msecs = 905320, seconds = 1349747491, secs = 4.165262937545776, )
CLASSES
class Record(baseobj.BaseObj) Record object Usage: from packet.record import Record x = Record() Methods defined here: --------------------- __str__(self) String representation of object The representation depends on the verbose level set by debug_repr(). If set to 0 the generic object representation is returned. If set to 1 the representation of the object is condensed to display the frame number and the timestamp: '57 0.530957 ' If set to 2 the representation of the object also includes the number of bytes on the wire, number of bytes captured and a little bit more verbose:
SEE ALSO
baseobj(1)
BUGS
No known bugs.
AUTHOR
Jorge Mora (mora@netapp.com) NFStest 1.0.2 10 April 2013 PACKET.RECORD(1)
Related Man Pages
packet.pkt(1) - centos
byzanz-record(1) - debian
svn::dump::record(3) - osx
jifty::action::record::execute(3pm) - debian
jifty::dbi::record::cachable(3pm) - debian
Similar Topics in the Unix Linux Community
Help: deletion of record
Seach for Record
Split a record
Testing Next Record before processing is done on that Record
Use string as Record separator in awk