Eriks Dobelis

Results 93 comments of Eriks Dobelis

@big-o Please, post your code and your error message.

For all typical use cases you should use `from kamene.all import PcapReader`. Is there any reason why you want to import from util?

Basically, for any standard usage you import all from `kamene.all`. You need many modules to handle packet parsing and importing from `all` provides this automatically. To parse an IP packet...

@hmijail please, comment, if the commit changed anything for you.

The error seems to come from cryptography module. Try removing and/or reinstalling cryptography.io module.

Problems with sockets usually are platform specific. Are you Linux/Win/Mac? Is it Ethernet or WiFi interface?

By quickly looking at the code, I think it is mostly replacing some cases of str with bytes and some 'asdf' with b'asdf'. Most likely doable within a day of...

scapy3k in the future might also divert from internal API of scapy 2.x, and adding library like six seems quite an overhead for scapy-ssl_tls, which does not have too many...

If anybody is doing it, I will provide scapy3k support.

Good news, that this is moving. I have not checked out the code yet, but any specific help needed on scapy3k side?