sipcapture / heplify

Portable and Lightweight HEP Capture Agent for HOMER
https://sipcapture.org
GNU Affero General Public License v3.0
185 stars 66 forks source link

Fix missed capture mode "SIPRTP" in README #208

Closed dev-deeper closed 1 year ago

dev-deeper commented 3 years ago

Based on source code: setFromConfig method of SnifferSetup in "sniffer/sniffer.go" (source code)

switch sniffer.mode {
case "SIP":
    sniffer.bpf = "..."
case "SIPDNS":
    sniffer.bpf = "..."
case "SIPLOG":
    sniffer.bpf = "..."
case "SIPRTP":
    sniffer.bpf = "..."
default:
    sniffer.mode = "SIPRTCP"
    sniffer.bpf = "..."
}
CLAassistant commented 3 years ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

lmangani commented 1 year ago

Closing this ancient one and apologies to the submitter. SIPRTP is not officially supported.