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

Added do_dissect() to TLSRecord #16

Closed alexmgr closed 9 years ago

alexmgr commented 9 years ago

Check this approach, it's simpler and should work in all cases: . For records such as TLSRecord()/TLSHandshake()/TLSClientHello()/TLSRecord() will have the same behavior as before. . Stacked records are handled correctly by SSL(), including payloads, and extensions *. Stacked records can be created through TLS.from_records([stacked_record1, stacked_record2])

tintinweb commented 9 years ago

will rebase this PR tomorrow. feel free to merge it if you're faster :) good work :+1:

buildhive commented 9 years ago

tintin » scapy-ssl_tls #6 SUCCESS This pull request looks good (what's this?)

alexmgr commented 9 years ago

My bad. Thanks for fixing, probably a rebase conflict resolution mistake.