diff options
author | kris <kris@FreeBSD.org> | 2001-08-23 19:33:55 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-08-23 19:33:55 +0800 |
commit | d577a94527824e16a4aef583af868cb589b4af79 (patch) | |
tree | dd89835ed70234a626fe543cd69336677c3eef2c /net/Makefile | |
parent | aa7fbfc4007ea963c07a80ab417d61222dfcaff7 (diff) | |
download | freebsd-ports-gnome-d577a94527824e16a4aef583af868cb589b4af79.tar.gz freebsd-ports-gnome-d577a94527824e16a4aef583af868cb589b4af79.tar.zst freebsd-ports-gnome-d577a94527824e16a4aef583af868cb589b4af79.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
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 |