Ver código fonte

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 anos atrás
pai
commit
5373020767
3 arquivos alterados com 19 adições e 0 exclusões
  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