Expand description
SRv6 Segment Routing Header (SRH) dissector.
§References
- RFC 8754: https://www.rfc-editor.org/rfc/rfc8754
- RFC 8986 (SRv6 Network Programming): https://www.rfc-editor.org/rfc/rfc8986
- RFC 9259 (SRv6 OAM, O-flag): https://www.rfc-editor.org/rfc/rfc9259
- RFC 9800 (updates RFC 8754, CSID/REPLACE-CSID): https://www.rfc-editor.org/rfc/rfc9800
- RFC 9433 (SRv6 Mobile User Plane): https://www.rfc-editor.org/rfc/rfc9433
Structs§
- SidStructure
- SRv6 SID structure configuration (RFC 8986, Section 3.1).
- Srv6
Dissector - SRv6 Segment Routing Header dissector.
Enums§
- Csid
Flavor - CSID flavor selection (RFC 9800).
- Mobile
SidEncoding - 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
Noneif the value is not recognized.