-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
masterKey被多次写入pcapng文件中 #542
Labels
question
Further information is requested
Comments
给一些例子? |
以下是我自己抓的一个文件(持续的时间很短)中的DSB的截图 附件是pcap文件 可以看到这些DSB都是相同的, 在wireshark打开的时候, 这些DSB并没有什么影响, 但是这样会不断的增大文件的体积 |
看上去确实写了很多次。能否给出完整的重现步骤? |
cfc4n
added a commit
that referenced
this issue
May 18, 2024
Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
cfc4n
added a commit
that referenced
this issue
May 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
在pcap模式中, 我看到每次调用savePcapng方法, 都会把masterKeyBuffer写入到pcap文件中, 这样使pcap文件中有很多的DSB
请问这样是否合理?
是否可以写入以后, 把masterKeyBuffer清空呢?
还有一个问题: masterKey何时会过期?(我对tls的机制不是很了解) 能否在masterKey过期是时候, 把它从masterKeyBuffer中去掉?
The text was updated successfully, but these errors were encountered: