scapy-ssl_tls
scapy-ssl_tls copied to clipboard
SSL.do_dissect() does not recognize DTLS
Hey there,
upon trying to receive DTLS messages I came across this line:
record = self.guessed_next_layer # FIXME: detect DTLS
in SSL.do_dissect()
I wonder if you could provide me with additional info about this?
So far I just observed that my DTLSRecord
get's interpreted as a TLSRecord
what leads to wrong dissection and ultimately an error.
I read #13 but can't tell if it's actually related.
any help appreciated
cheers skllrn