Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tls appear as padding #4372

Open
xqy19985211 opened this issue Apr 30, 2024 · 1 comment
Open

tls appear as padding #4372

xqy19985211 opened this issue Apr 30, 2024 · 1 comment

Comments

@xqy19985211
Copy link

Brief description

image

should be clienthello not padding

Scapy version

2.6.0rc1

Python version

3.10

Operating system

windows11

Additional environment information

No response

How to reproduce

conf.tls_session_enable = True


def sniff_callback(packet_):
    packet_.show()


sniff_ = AsyncSniffer(
    prn=sniff_callback,
    offline="tls1_3.pcapng")
sniff_.start()
sniff_.join()

The fourth packet should be clienthello not padding
The following packet has many similar errors as well

tls1_2.zip

Actual result

No response

Expected result

No response

Related resources

No response

@xqy19985211
Copy link
Author

image
same code when use scapy-2.5.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant