MCPcopy Create free account
hub / github.com/secdev/scapy / BGPPAExtCommTrafficMarking

Class BGPPAExtCommTrafficMarking

scapy/contrib/bgp.py:1691–1700  ·  view source on GitHub ↗

Packet handling the (FlowSpec) "traffic-marking" extended community. References: RFC 5575

Source from the content-addressed store, hash-verified

1689
1690
1691class BGPPAExtCommTrafficMarking(Packet):
1692 """
1693 Packet handling the (FlowSpec) "traffic-marking" extended community.
1694 References: RFC 5575
1695 """
1696
1697 name = "FlowSpec traffic-marking extended community"
1698 fields_desc = [
1699 BitEnumField("dscp", 48, 48, _ext_comm_traffic_action_fields)
1700 ]
1701
1702
1703_ext_high_low_dict = {

Callers 1

m2iMethod · 0.85

Calls 1

BitEnumFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…