-
-
Notifications
You must be signed in to change notification settings - Fork 311
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
Implement TlsPacket #256
base: v1
Are you sure you want to change the base?
Implement TlsPacket #256
Conversation
It seems the build failed because Java 6 is required. Is this really necessary? Even the README.md says "Download and install JDK 9, 10, or 11" |
Hi serega6531, I really need to use TLS packet now in my work, could you take some time to fix it then success merged to maven? so much Thks!!! |
I guess I'll have to remove diamond brackets after all. |
Now it's up to @kaitoy |
|
I'll try to add some tests |
I have informed kaitoy in all ways, but he seems very busy recently |
Check for file size after dumping each packet, maybe? And if it's > 100 Mb, create a new dumper. |
|
Looking forward to it. |
I've implemented TlsPacket for my personal use. It includes support for all types of TLS records, most frequently used handshake types, and key_share extension. It is very easy to add support for new handshake types.
Unfortunately, I couldn't create a test for it because for some reason there were no PacketFactoryBinders during tests run, but I tested it manually.