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

wireshark ,cookie pair #134

Open
lyy06301 opened this issue Jul 3, 2024 · 1 comment
Open

wireshark ,cookie pair #134

lyy06301 opened this issue Jul 3, 2024 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@lyy06301
Copy link

lyy06301 commented Jul 3, 2024

If there are multiple '=' in the cookie pair, the value will be truncated by the second '='. Should the complete value be extracted? For example, key1=value_key=value_value; The cookie extracted in ja4h is key1=value_key. Should it be key1=value_key=value_value, where key1 participates in sorting

@john-althouse john-althouse self-assigned this Jul 18, 2024
@john-althouse john-althouse added the question Further information is requested label Jul 18, 2024
@john-althouse
Copy link
Collaborator

That is correct. JA4H code should treat "x=y=z" as field "x" value "y=z". Does that make sense?

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

No branches or pull requests

2 participants