scapy.contrib.ife
IFE - ForCES Inter-FE LFB type
- author:
Alexander Aring, aring@mojatatu.com
- description:
This module provides Scapy layers for the IFE protocol.
- normative references:
RFC 8013 Forwarding and Control Element Separation (ForCES) Inter-FE Logical Functional Block (LFB) https://tools.ietf.org/html/rfc8013
- class scapy.contrib.ife.IFE(_pkt, /, *, mdlen=None, tlvs=[])[source]
Bases:
PacketMain IFE Packet Class
- aliastypes = [<class 'scapy.contrib.ife.IFE'>, <class 'scapy.packet.Packet'>]
- class scapy.contrib.ife.IFETlv(_pkt, /, *, type=0, length=None, value=None)[source]
Bases:
PacketParent Class interhit by all ForCES TLV structures
- aliastypes = [<class 'scapy.contrib.ife.IFETlv'>, <class 'scapy.packet.Packet'>]