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

Documentation for scapy-ssl_tls #125

Open ghost opened 6 years ago

ghost commented 6 years ago

I finally just successfully installed scapy-ssl_tls in ubuntu. I find it useful for my application need. I just need to learn more about it. Is there a documentaiton? for example, description for the functions? I see the examples but I need more explanation to make sure I do the right thing. I am a bit lost.

megriegs commented 6 years ago

To add to this, could you please add documentation (even just to the README) on getting this to work with Python 3? I am currently using the Python 3 branch, and it works like a charm so far! I just want to make sure that others can set it up easily without having to find the closed issue thread discussing it.

Thanks!

tintinweb commented 6 years ago

@confshared fair point - unfortunately we do not have an extensive documentation for it right now. If you need any assistance please check the examples first otherwise open an issue and we'll be happy to help if possible.

@meghanriegel - thanks for the hint, added a note about py3 to the readme. Please feel free to post any issues/feedback regarding py3 to #39

cheers tin