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

rust/sip: register parser for tcp v6 #9387

Closed
wants to merge 7 commits into from
Closed

Commits on Aug 14, 2023

  1. rust/sip: rustfmt sip module

    glongo committed Aug 14, 2023
    Copy the full SHA
    cac6cad View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. sip/parser: accept valid chars

    Accepts valid characters as defined in RFC3261.
    glongo committed Aug 15, 2023
    Copy the full SHA
    45102bc View commit details
    Browse the repository at this point in the history
  2. rust/sip: register parser for sip

    This patch lets the parser to work over tcp protocol, taking care of handling
    data before calling the request/response parsers.
    glongo committed Aug 15, 2023
    Copy the full SHA
    5e16228 View commit details
    Browse the repository at this point in the history
  3. rust/sip: add direction to transaction

    This patch permits to set a direction when a new transaction is created in order
    to avoid 'signature shadowing' as reported by Eric Leblond in commit
    5aaf507
    glongo committed Aug 15, 2023
    Copy the full SHA
    3a35f35 View commit details
    Browse the repository at this point in the history
  4. eve/schema: add sip_tcp

    glongo committed Aug 15, 2023
    Copy the full SHA
    50b5d79 View commit details
    Browse the repository at this point in the history
  5. output-json/sip: register logger for tcp

    This permits to log sip messages over tcp.
    glongo committed Aug 15, 2023
    Copy the full SHA
    4338d1f View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    4f814f6 View commit details
    Browse the repository at this point in the history