RECORD - Online Linux Manual PageSection : 3
Updated : 14 February 2017
Source : NFStest 2.1.5
Note : record 2.1
NAMEpacket.record - Record module
DESCRIPTIONProvides the object for a record and the string representation of the record in a tcpdump trace file.
CLASSES
class Record(baseobj.BaseObj)Record object
Usage:
from packet.record import Record
x = Record(pktt, data)
Object definition:
Record(
frame = int, # Frame number
index = int, # Packet number
seconds = int, # Seconds
usecs = int, # Microseconds
length_inc = int, # Number of bytes included in trace
length_orig = int, # Number of bytes in packet
secs = float, # Absolute seconds including microseconds
rsecs = float, # Seconds relative to first packet
)
Methods defined here:
---------------------
__init__(self, pktt, data)
Constructor
Initialize object's private data.
pktt:
Packet trace object (packet.pktt.Pktt) so this layer has
access to the parent layers.
data:
Raw packet data for this layer.
__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
either or both the frame or packet numbers and the timestamp:
'57 2014-03-16 13:42:56.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:
'frame 57 @ 2014-03-16 13:42:56.530957, 42 bytes on wire, 42 packet bytes'
SEE ALSObaseobj(3)
BUGSNo known bugs.
AUTHORJorge Mora (mora@netapp.com) 0
Johanes Gumabo
Data Size : 6,188 byte
man-packet.record.3Build : 2024-12-05, 20:55 :
Visitor Screen : x
Visitor Counter ( page / site ) : 3 / 183,664
Visitor ID : :
Visitor IP : 3.17.183.187 :
Visitor Provider : AMAZON-02 :
Provider Position ( lat x lon ) : 39.962500 x -83.006100 : x
Provider Accuracy Radius ( km ) : 1000 :
Provider City : Columbus :
Provider Province : Ohio , : ,
Provider Country : United States :
Provider Continent : North America :
Visitor Recorder : Version :
Visitor Recorder : Library :
Online Linux Manual Page : Version : Online Linux Manual Page - Fedora.40 - march=x86-64 - mtune=generic - 24.12.05
Online Linux Manual Page : Library : lib_c - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Online Linux Manual Page : Library : lib_m - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Data Base : Version : Online Linux Manual Page Database - 24.04.13 - march=x86-64 - mtune=generic - fedora-38
Data Base : Library : lib_c - 23.02.07 - march=x86-64 - mtune=generic - fedora.36
Very long time ago, I have the best tutor, Wenzel Svojanovsky . If someone knows the email address of Wenzel Svojanovsky , please send an email to johanes_gumabo@yahoo.co.id .
If error, please print screen and send to johanes_gumabo@yahoo.co.id
Under development. Support me via PayPal.
ERROR : Need New Coding : (parse_manual_page_|249|packet.record.3|68|frame|'frame 57 @ 2014-03-16 13:42:56.530957, 42 bytes on wire, 42 packet bytes'
)