diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-02-28 07:30:30 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-02-28 07:30:30 +0000 |
commit | 03f60edcd8aceb478b1114a0410c77f7b68c8f07 (patch) | |
tree | 49514972371cc2e273653e210c8118e6418c2307 /package/sipp/ipkg | |
parent | 55b8725796fb8308bf72aa052ff48c2a64b730ec (diff) | |
download | upstream-03f60edcd8aceb478b1114a0410c77f7b68c8f07.tar.gz upstream-03f60edcd8aceb478b1114a0410c77f7b68c8f07.tar.bz2 upstream-03f60edcd8aceb478b1114a0410c77f7b68c8f07.zip |
Added sipp, useful SIP protocol tester
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3283 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/sipp/ipkg')
-rw-r--r-- | package/sipp/ipkg/sipp.control | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/sipp/ipkg/sipp.control b/package/sipp/ipkg/sipp.control new file mode 100644 index 0000000000..3e1b257906 --- /dev/null +++ b/package/sipp/ipkg/sipp.control @@ -0,0 +1,5 @@ +Package: sipp +Section: net +Priority: optional +Description: traffic generator for the SIP protocol +Depends: uclibc++, libpthread, libncurses |