-
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
doc: minor fixup + mention nss removal - v1 #6374
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Was mistakenly put in 6.0 changes.
Codecov Report
@@ Coverage Diff @@
## master #6374 +/- ##
=======================================
Coverage 76.96% 76.97%
=======================================
Files 612 612
Lines 186410 186409 -1
=======================================
+ Hits 143477 143489 +12
+ Misses 42933 42920 -13
Flags with carried forward coverage won't be shown. Click here to find out more. |
Merged
Merged as part of #6383, thanks! |
glongo
added a commit
to glongo/suricata
that referenced
this pull request
Apr 14, 2024
A stub file has been added to implement the sticky buffers for SIP headers. Ticket OISF#6374
glongo
added a commit
to glongo/suricata
that referenced
this pull request
Apr 14, 2024
To match on response SIP headers, those headers must be stored. Ticket OISF#6374
glongo
added a commit
to glongo/suricata
that referenced
this pull request
Apr 14, 2024
glongo
added a commit
to glongo/suricata
that referenced
this pull request
Apr 14, 2024
glongo
added a commit
to glongo/suricata
that referenced
this pull request
Apr 14, 2024
glongo
added a commit
to glongo/suricata
that referenced
this pull request
Apr 14, 2024
glongo
added a commit
to glongo/suricata
that referenced
this pull request
Apr 14, 2024
glongo
added a commit
to glongo/suricata
that referenced
this pull request
Apr 14, 2024
glongo
added a commit
to glongo/suricata
that referenced
this pull request
Apr 14, 2024
glongo
added a commit
to glongo/suricata
that referenced
this pull request
Apr 14, 2024
glongo
added a commit
to glongo/suricata
that referenced
this pull request
Apr 18, 2024
A stub file has been added to implement the sticky buffers for SIP headers. Ticket OISF#6374
glongo
added a commit
to glongo/suricata
that referenced
this pull request
Apr 18, 2024
To match on response SIP headers, those headers must be stored. Ticket OISF#6374
glongo
added a commit
to glongo/suricata
that referenced
this pull request
Apr 18, 2024
glongo
added a commit
to glongo/suricata
that referenced
this pull request
Apr 18, 2024
glongo
added a commit
to glongo/suricata
that referenced
this pull request
Apr 18, 2024
glongo
added a commit
to glongo/suricata
that referenced
this pull request
Apr 18, 2024
glongo
added a commit
to glongo/suricata
that referenced
this pull request
Apr 18, 2024
glongo
added a commit
to glongo/suricata
that referenced
this pull request
Apr 18, 2024
glongo
added a commit
to glongo/suricata
that referenced
this pull request
Apr 18, 2024
glongo
added a commit
to glongo/suricata
that referenced
this pull request
Apr 18, 2024
glongo
added a commit
to glongo/suricata
that referenced
this pull request
Apr 30, 2024
A stub file has been added to implement the sticky buffers for SIP headers. Ticket OISF#6374
glongo
added a commit
to glongo/suricata
that referenced
this pull request
Apr 30, 2024
To match on response SIP headers, those headers must be stored. Ticket OISF#6374
glongo
added a commit
to glongo/suricata
that referenced
this pull request
Aug 10, 2024
This adds a sticky (multi) buffer to match the 'To' header field in both requests and responses. Ticket OISF#6374
glongo
added a commit
to glongo/suricata
that referenced
this pull request
Aug 10, 2024
This adds a sticky (multi) buffer to match the "Via" header field in both requests and responses. Ticket OISF#6374
glongo
added a commit
to glongo/suricata
that referenced
this pull request
Aug 10, 2024
This adds a sticky (multi) buffer to match the "User-Agent" header field in both requests and responses. Ticket OISF#6374
glongo
added a commit
to glongo/suricata
that referenced
this pull request
Aug 10, 2024
This adds a sticky (multi) buffer to match the "Content-Type" header field in both requests and responses. Ticket OISF#6374
glongo
added a commit
to glongo/suricata
that referenced
this pull request
Aug 10, 2024
This adds a sticky (multi) buffer to match the "Content-Length" header field in both requests and responses. Ticket OISF#6374
glongo
added a commit
to glongo/suricata
that referenced
this pull request
Aug 28, 2024
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
glongo
added a commit
to glongo/suricata
that referenced
this pull request
Aug 28, 2024
To match on response SIP headers, those headers must be stored. Ticket OISF#6374
glongo
added a commit
to glongo/suricata
that referenced
this pull request
Aug 28, 2024
This adds a sticky (multi) buffer to match the "From" header field in both requests and responses. Ticket OISF#6374
glongo
added a commit
to glongo/suricata
that referenced
this pull request
Aug 28, 2024
This adds a sticky (multi) buffer to match the 'To' header field in both requests and responses. Ticket OISF#6374
glongo
added a commit
to glongo/suricata
that referenced
this pull request
Aug 28, 2024
This adds a sticky (multi) buffer to match the "Via" header field in both requests and responses. Ticket OISF#6374
glongo
added a commit
to glongo/suricata
that referenced
this pull request
Aug 28, 2024
This adds a sticky (multi) buffer to match the "User-Agent" header field in both requests and responses. Ticket OISF#6374
glongo
added a commit
to glongo/suricata
that referenced
this pull request
Aug 28, 2024
This adds a sticky (multi) buffer to match the "Content-Type" header field in both requests and responses. Ticket OISF#6374
glongo
added a commit
to glongo/suricata
that referenced
this pull request
Aug 28, 2024
This adds a sticky (multi) buffer to match the "Content-Length" header field in both requests and responses. Ticket OISF#6374
4 tasks
victorjulien
pushed a commit
to victorjulien/suricata
that referenced
this pull request
Sep 22, 2024
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
victorjulien
pushed a commit
to victorjulien/suricata
that referenced
this pull request
Sep 22, 2024
To match on response SIP headers, those headers must be stored. Ticket OISF#6374
victorjulien
pushed a commit
to victorjulien/suricata
that referenced
this pull request
Sep 22, 2024
This adds a sticky (multi) buffer to match the "From" header field in both requests and responses. Ticket OISF#6374
victorjulien
pushed a commit
to victorjulien/suricata
that referenced
this pull request
Sep 22, 2024
This adds a sticky (multi) buffer to match the 'To' header field in both requests and responses. Ticket OISF#6374
victorjulien
pushed a commit
to victorjulien/suricata
that referenced
this pull request
Sep 22, 2024
This adds a sticky (multi) buffer to match the "Via" header field in both requests and responses. Ticket OISF#6374
victorjulien
pushed a commit
to victorjulien/suricata
that referenced
this pull request
Sep 22, 2024
This adds a sticky (multi) buffer to match the "User-Agent" header field in both requests and responses. Ticket OISF#6374
victorjulien
pushed a commit
to victorjulien/suricata
that referenced
this pull request
Sep 22, 2024
This adds a sticky (multi) buffer to match the "Content-Type" header field in both requests and responses. Ticket OISF#6374
victorjulien
pushed a commit
to victorjulien/suricata
that referenced
this pull request
Sep 22, 2024
This adds a sticky (multi) buffer to match the "Content-Length" header field in both requests and responses. Ticket OISF#6374
glongo
added a commit
to glongo/suricata
that referenced
this pull request
Sep 22, 2024
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
glongo
added a commit
to glongo/suricata
that referenced
this pull request
Sep 22, 2024
To match on response SIP headers, those headers must be stored. Ticket OISF#6374
glongo
added a commit
to glongo/suricata
that referenced
this pull request
Sep 22, 2024
This adds a sticky (multi) buffer to match the "From" header field in both requests and responses. Ticket OISF#6374
glongo
added a commit
to glongo/suricata
that referenced
this pull request
Sep 22, 2024
This adds a sticky (multi) buffer to match the 'To' header field in both requests and responses. Ticket OISF#6374
glongo
added a commit
to glongo/suricata
that referenced
this pull request
Sep 22, 2024
This adds a sticky (multi) buffer to match the "Via" header field in both requests and responses. Ticket OISF#6374
glongo
added a commit
to glongo/suricata
that referenced
this pull request
Sep 22, 2024
This adds a sticky (multi) buffer to match the "User-Agent" header field in both requests and responses. Ticket OISF#6374
glongo
added a commit
to glongo/suricata
that referenced
this pull request
Sep 22, 2024
This adds a sticky (multi) buffer to match the "Content-Type" header field in both requests and responses. Ticket OISF#6374
glongo
added a commit
to glongo/suricata
that referenced
this pull request
Sep 22, 2024
This adds a sticky (multi) buffer to match the "Content-Length" header field in both requests and responses. Ticket OISF#6374
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.