diff options
author | miwi <miwi@FreeBSD.org> | 2008-02-16 18:52:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-02-16 18:52:50 +0800 |
commit | cb0ed1a250da27bcc3785dd8cc649c99849e6be5 (patch) | |
tree | bc37be80bfea09d7393b135e9c2ee14069f9c405 /net/Makefile | |
parent | e7c42a258747028e4fa2e04329c30cd5724c017a (diff) | |
download | freebsd-ports-gnome-cb0ed1a250da27bcc3785dd8cc649c99849e6be5.tar.gz freebsd-ports-gnome-cb0ed1a250da27bcc3785dd8cc649c99849e6be5.tar.zst freebsd-ports-gnome-cb0ed1a250da27bcc3785dd8cc649c99849e6be5.zip |
rtpbreak detects, reconstructs and analyzes any RTP [rfc1889] session through
heuristics over the UDP network traffic. It works well with SIP, H.323, SCCP
and any other signaling protocol. In particular, it doesn't require the presence
of RTCP packets (voipong needs them) that aren't always transmitted from the
recent VoIP clients.
WWW: http://xenion.antifork.org/rtpbreak/
PR: ports/120728
Submitted by: Prudhvi Krishna <prudhvikrishna at gmail.com>
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 6beee2cf2c3e..8e3f868422d7 100644 --- a/net/Makefile +++ b/net/Makefile @@ -768,6 +768,7 @@ SUBDIR += rshell SUBDIR += rsync SUBDIR += rtg + SUBDIR += rtpbreak SUBDIR += ruby-dict SUBDIR += ruby-icmp SUBDIR += ruby-ldap |