summaryrefslogtreecommitdiffstats
path: root/package/sipp/Config.in
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-02-28 07:30:30 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-02-28 07:30:30 +0000
commitee55d49535b60bf135c5e52d56aa91896cedac03 (patch)
tree49514972371cc2e273653e210c8118e6418c2307 /package/sipp/Config.in
parent134c31b057ac0698a8bf4736a76bf588d929fb5f (diff)
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/Config.in')
-rw-r--r--package/sipp/Config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/sipp/Config.in b/package/sipp/Config.in
new file mode 100644
index 000000000..1792b1d2b
--- /dev/null
+++ b/package/sipp/Config.in
@@ -0,0 +1,13 @@
+config BR2_PACKAGE_SIPP
+ prompt "sipp.............................. test tool / traffic generator for the SIP protocol"
+ tristate
+ default m if CONFIG_DEVEL
+ select BR2_PACKAGE_UCLIBCXX
+ select BR2_PACKAGE_LIBPTHREAD
+ select BR2_PACKAGE_LIBNCURSES
+ help
+ SIPp is a free Open Source test tool / traffic generator for the SIP protocol.
+ It includes a few basic SipStone user agent scenarios (UAC and UAS) and
+ establishes and releases multiple calls with the INVITE and BYE methods.
+
+ http://sipp.sourceforge.net