tintinweb / scapy-ssl_tls

SSL/TLS layers for scapy the interactive packet manipulation tool
GNU General Public License v2.0
419 stars 156 forks source link

Add missing os import #165

Closed wasilukm closed 3 years ago

wasilukm commented 3 years ago

Up to now os module was used from scapy instead direct import. In recent versions of scapy os module was removed from their scope and this in a result exposed missing import in scapy_ssl_tls.

Fixes #153

wasilukm commented 3 years ago

@tintinweb could you please consider accepting this PR and releasing a new package version?

tintinweb commented 3 years ago

hey @wasilukm 🙌

might take a couple of days to release. the dependencies are all messed up on macos 🙄

cheers

wasilukm commented 3 years ago

@tintinweb thank you for your support. Do you need any help with the release?

tintinweb commented 3 years ago

ci-runtests is failing which is preventing me from publishing it 🤔. I may have time to look into this after next week. Happy if you want to take a look and fix it so I can publish it @wasilukm.