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

Modified project layout to conform to setuptools #15

Closed alexmgr closed 9 years ago

alexmgr commented 9 years ago

Cleaned up the project layout to conform to setuptools. Integrated unittests with setuptools.

alexmgr commented 9 years ago

We should merge this early. Should make our life way easier,

tintinweb commented 9 years ago

excellent, we should merge branch pypi_packaging into this branch (contains setup.py fixups for pypi) and do the big file/rename merge once the other PRs are in. what do you think? agree, this was long outstanding :)

alexmgr commented 9 years ago

Agreed, that was also my plan. Since the Pypi branch was small, I was planning on just porting the changes into this, and not bothering with a merge. Let's merge the certificate parsing stuff (after rebase), then this. I have actually got a scapy style solution to the dissection problem, where scapy indeed does most of the work. I'll rebase on top of this merge and then I'll create a PR for it.

tintinweb commented 9 years ago

sry, had do rebase and fix my conflicting merge to master 8e65b57805fe68ceaf08f2fc2ef0d1e4877d88ab also changed the package path in setup.py to reflect the new folder structure.