浏览代码

test/udp_flood.c moved to utils.protoshoot

- tool for sending file content over network
- useful to re/send SIP messages stored in files
Daniel-Constantin Mierla 13 年之前
父节点
当前提交
5373020767
共有 3 个文件被更改,包括 19 次插入0 次删除
  1. 13 0
      utils/protoshoot/Makefile
  2. 6 0
      utils/protoshoot/README
  3. 0 0
      utils/protoshoot/protoshoot.c

+ 13 - 0
utils/protoshoot/Makefile

@@ -0,0 +1,13 @@
+#
+
+include ../../Makefile.defs
+
+auto_gen=
+NAME=protoshoot
+
+include ../../Makefile.sources
+
+include ../../Makefile.rules
+
+modules:
+

+ 6 - 0
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.

+ 0 - 0
test/udp_flood.c → utils/protoshoot/protoshoot.c