Module: sip-router Branch: master Commit: 537302076746d2818abaf704e271cc47d4135d5a URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=53730207...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Mon Jan 23 08:38:52 2012 +0100
test/udp_flood.c moved to utils.protoshoot
- tool for sending file content over network - useful to re/send SIP messages stored in files
---
utils/protoshoot/Makefile | 13 +++++++++++++ utils/protoshoot/README | 6 ++++++ test/udp_flood.c => utils/protoshoot/protoshoot.c | 0 3 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/utils/protoshoot/Makefile b/utils/protoshoot/Makefile new file mode 100644 index 0000000..1adba1f --- /dev/null +++ b/utils/protoshoot/Makefile @@ -0,0 +1,13 @@ +# + +include ../../Makefile.defs + +auto_gen= +NAME=protoshoot + +include ../../Makefile.sources + +include ../../Makefile.rules + +modules: + diff --git a/utils/protoshoot/README b/utils/protoshoot/README new file mode 100644 index 0000000..f02bc36 --- /dev/null +++ b/utils/protoshoot/README @@ -0,0 +1,6 @@ +PROTOSHOOT +========== + +Command line tool to send data on network. Data is loaded from a file. + +See 'protoshoot -h' for options. diff --git a/test/udp_flood.c b/utils/protoshoot/protoshoot.c similarity index 100% rename from test/udp_flood.c rename to utils/protoshoot/protoshoot.c