Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions scapy/contrib/bgp.py
Original file line number Diff line number Diff line change
Expand Up @@ -1741,6 +1741,9 @@ def m2i(self, pkt, m):
elif type_low == 0x09:
ret = BGPPAExtCommTrafficMarking(m)

else:
ret = conf.raw_layer(m)

elif type_high == 0x81:
# FlowSpec
if type_low == 0x08:
Expand Down
Loading