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 v5 #9321

Closed
wants to merge 6 commits into from
Closed

Commits on Aug 1, 2023

  1. sip/parser: accept valid chars

    Accepts valid characters as defined in RFC3261.
    glongo committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    2ff6cbe 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 1, 2023
    Configuration menu
    Copy the full SHA
    34bdcfa 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 1, 2023
    Configuration menu
    Copy the full SHA
    f7acf73 View commit details
    Browse the repository at this point in the history
  4. eve/schema: add sip_tcp

    glongo committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    ae800db 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 1, 2023
    Configuration menu
    Copy the full SHA
    b624d2e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    af2fef8 View commit details
    Browse the repository at this point in the history