-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
detect/sip: add sticky buffers to match headers v4 #11330
Closed
Closed
Commits on Jun 19, 2024
-
detect/sip: add stub file for headers keywords
A stub file has been added to implement the sticky buffers for SIP headers. Ticket OISF#6374
Configuration menu - View commit details
-
Copy full SHA for f73c43d - Browse repository at this point
Copy the full SHA f73c43dView commit details -
rust/sip: store multiple header values
According to RFC 3261, a single header can be repeated one or more times, and its name can also be specified using the 'compact form.' This patch updates the hashmap used for storing headers to accommodate multiple values instead of just one. Additionally, if a header name is defined in the compact form, it is expanded into its long form (i.e., the standard name). This conversion simplifies the logic for matching a given header and ensures 1:1 parity with keywords. Ticket OISF#6374
Configuration menu - View commit details
-
Copy full SHA for ab8e054 - Browse repository at this point
Copy the full SHA ab8e054View commit details -
rust/sip: store response headers
To match on response SIP headers, those headers must be stored. Ticket OISF#6374
Configuration menu - View commit details
-
Copy full SHA for 8a0fa35 - Browse repository at this point
Copy the full SHA 8a0fa35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65236a2 - Browse repository at this point
Copy the full SHA 65236a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b56eec5 - Browse repository at this point
Copy the full SHA b56eec5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00ef079 - Browse repository at this point
Copy the full SHA 00ef079View commit details -
Configuration menu - View commit details
-
Copy full SHA for a16ec14 - Browse repository at this point
Copy the full SHA a16ec14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d96d0c - Browse repository at this point
Copy the full SHA 4d96d0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 025dcaa - Browse repository at this point
Copy the full SHA 025dcaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7923d9 - Browse repository at this point
Copy the full SHA a7923d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9368204 - Browse repository at this point
Copy the full SHA 9368204View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5334c3f - Browse repository at this point
Copy the full SHA 5334c3fView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.