Skip to content
Snippets Groups Projects
Commit f0ec46ac authored by zer0@platinum's avatar zer0@platinum
Browse files

remove SCTPTest() class

parent 707e9d0c
No related branches found
No related tags found
No related merge requests found
......@@ -429,11 +429,5 @@ class SCTPChunkShutdownComplete(_SCTPChunkGuessPayload, Packet):
ShortField("len", 4),
]
class SCTPTest(Packet):
fields_desc = [ FieldLenField("len", None, length_of="params", adjust = lambda pkt,x:x+2),
PacketListField("params", None, SCTPChunkParamIPv4Addr, length_from=lambda pkt:pkt.len-2),
]
bind_layers( IP, SCTP, proto=IPPROTO_SCTP)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment