.\" DO NOT MODIFY THIS FILE! It was generated by setup.py 1.2. .TH ERF 3 "21 March 2023" "NFStest 3.2" "erf 1.0" .SH NAME packet.link.erf - ERF module .SH DESCRIPTION Decode Extensible Record Format layer Reference: ERF Types Reference Guide, EDM11-01 - Version 21 .SH CLASSES .SS class ERF(baseobj.BaseObj) .nf Extensible record format object Usage: from packet.link.erf import ERF x = ERF(pktt) Object definition: ERF( timestamp = int64, # The time of arrival, an ERF 64-bit timestamp rtype = int, # ERF type flags = int, # ERF flags rlen = int, # Record length lctr = int, # Loss counter/color field wlen = int, # Wire length psize = int, # Payload data size ) .P .B Methods defined here: --------------------- .P .B __init__(self, pktt) Constructor Initialize object's private data. .RS .TP .B pktt: Packet trace object (packet.pktt.Pktt) so this layer has access to the parent layers. .RE .P .B __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: 'rtype=21 rlen=312 wlen=290 ' If set to 2 the representation of the object also includes the type of payload: 'rtype: 21(InfiniBand), rlen: 312, wlen: 290 ' .fi .SS class ERF_TS(builtins.int) .nf ERF Time Stamp .P .B Methods defined here: --------------------- .P .B __str__(self) Return str(self). .fi .SH SEE ALSO .BR baseobj(3), .BR packet.transport.ib(3) .SH BUGS No known bugs. .SH AUTHOR Jorge Mora (mora@netapp.com)