Andreas Kellerer

Results 3 issues of Andreas Kellerer

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...

Hi, I'm having some trouble sending DTLS messages. I created some very basic DTLSClientHello like so: `p = DTLSRecord(version=version)/DTLSHandshake()/DTLSClientHello(cipher_suites=cipher)` and send it via a UDP socket to the DTLS server:...

Great tool! I would love to see something similiar to denisidoro/navi's tmux plugin. You can open a new split in any tmux session, choose the command you want and on...

enhancement