Skip to main content

Crate packet_dissector_srv6

Crate packet_dissector_srv6 

Source
Expand description

SRv6 Segment Routing Header (SRH) dissector.

§References

Structs§

SidStructure
SRv6 SID structure configuration (RFC 8986, Section 3.1).
Srv6Dissector
SRv6 Segment Routing Header dissector.

Enums§

CsidFlavor
CSID flavor selection (RFC 9800).
MobileSidEncoding
Mobile SID encoding configuration (RFC 9433).

Constants§

BEHAVIOR_END_LIMIT
End.Limit endpoint behavior value (0x0029).
BEHAVIOR_END_MAP
End.MAP endpoint behavior value (0x0028).
BEHAVIOR_END_M_GTP4_E
End.M.GTP4.E endpoint behavior value (0x0048).
BEHAVIOR_END_M_GTP6_D
End.M.GTP6.D endpoint behavior value (0x0045).
BEHAVIOR_END_M_GTP6_DI
End.M.GTP6.Di endpoint behavior value (0x0046).
BEHAVIOR_END_M_GTP6_E
End.M.GTP6.E endpoint behavior value (0x0047).

Functions§

endpoint_behavior_name
Return a human-readable name for an IANA SRv6 endpoint behavior value defined in RFC 9433, or None if the value is not recognized.