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

doc: minor fixup + mention nss removal - v1 #6374

Closed
wants to merge 2 commits into from

Conversation

jasonish
Copy link
Member

No description provided.

@jasonish jasonish requested a review from norg as a code owner September 13, 2021 20:33
@codecov
Copy link

codecov bot commented Sep 13, 2021

Codecov Report

Merging #6374 (cb2a440) into master (ca760e3) will increase coverage by 0.00%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #6374   +/-   ##
=======================================
  Coverage   76.96%   76.97%           
=======================================
  Files         612      612           
  Lines      186410   186409    -1     
=======================================
+ Hits       143477   143489   +12     
+ Misses      42933    42920   -13     
Flag Coverage Δ
fuzzcorpus 52.67% <ø> (-0.08%) ⬇️
suricata-verify 51.57% <ø> (+0.05%) ⬆️
unittests 63.03% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@victorjulien victorjulien mentioned this pull request Sep 17, 2021
@victorjulien
Copy link
Member

Merged as part of #6383, thanks!

@jasonish jasonish deleted the doc-upgrade-fixup/v1 branch September 17, 2021 14:40
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
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
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants