.\" DO NOT MODIFY THIS FILE! It was generated by setup.py 1.2. .TH SLLV2 3 "21 March 2023" "NFStest 3.2" "sllv2 1.0" .SH NAME packet.link.sllv2 - ERF module .SH DESCRIPTION Decode Linux "cooked" v2 capture encapsulation layer .SH CLASSES .SS class SLLv2(baseobj.BaseObj) .nf Extensible record format object Usage: from packet.link.sllv2 import SLLv2 x = SLLv2(pktt) Object definition: SLLv2( etype = int, # Protocol type index = int, # Interface index dtype = int, # Device type ptype = int, # Packet type alen = int, # Address length saddr = int, # Source Address 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: "SLLv2 etype: 0x86dd, index: 3, dtype: 65534, ptype: 4, alen: 0, saddr: b'', psize: 116" .fi .SH SEE ALSO .BR baseobj(3), .BR packet.internet.ipv4(3), .BR packet.internet.ipv6(3), .BR packet.link.macaddr(3) .SH BUGS No known bugs. .SH AUTHOR Jorge Mora (mora@netapp.com)