diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-08-23 11:33:55 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-08-23 11:33:55 +0000 |
commit | e0d45fb8e37ae13ef5d88b69f99b39dd603b77b5 (patch) | |
tree | 42a0148e2ecaf8c452e8087a6a6f8633498eb233 /net/Makefile | |
parent | 0fc0414b93d4e73d4d6c68b54cb6ea1b9f601259 (diff) | |
download | ports-e0d45fb8e37ae13ef5d88b69f99b39dd603b77b5.tar.gz ports-e0d45fb8e37ae13ef5d88b69f99b39dd603b77b5.zip |
Add vomit 0.1
The vomit utility converts a Cisco IP phone conversation into a wave file
that can be played with ordinary sound players. The phone conversation can
either be played directly from the network or from a tcpdump output file.
Vomit is also capable of inserting wavefiles into ongoing telephone
conversations. Vomit can be used as a network debugging tool, a speaker
phone, etc ...
---
I haven't tested whether this works.
Obtained from: OpenBSD
Notes
Notes:
svn path=/head/; revision=46701
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 85585b66eaf6..7762b6cbedbb 100644 --- a/net/Makefile +++ b/net/Makefile @@ -404,6 +404,7 @@ SUBDIR += urlendec SUBDIR += vchat SUBDIR += vnc + SUBDIR += vomit SUBDIR += vrrp SUBDIR += vtun SUBDIR += wais |