Skip to content

feat(dpi): add SIP protocol detection and metadata extraction#261

Open
luojiyin1987 wants to merge 14 commits into
domcyrus:mainfrom
luojiyin1987:feat/sip-dpi
Open

feat(dpi): add SIP protocol detection and metadata extraction#261
luojiyin1987 wants to merge 14 commits into
domcyrus:mainfrom
luojiyin1987:feat/sip-dpi

Conversation

@luojiyin1987
Copy link
Copy Markdown

Summary

  • add DPI detection and parsing for plaintext SIP over TCP/UDP
  • extract SIP metadata including From, To, Call-ID, User-Agent, Server, CSeq, and Content-Type
  • derive has_sdp, surface SIP metadata in filtering/merge/UI, and document the new protocol support
  • tighten HTTP request parsing so SIP/2.0 traffic is not misclassified as HTTP

Verification

  • cargo fmt --all
  • full cargo test / clippy were not completed locally because the environment stalled on the configured cargo mirror index update

Closes #260

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(dpi): add SIP protocol detection and metadata extraction

1 participant