diff options
author | David Timber <mieabby@gmail.com> | 2020-08-30 21:30:46 +0930 |
---|---|---|
committer | David Timber <mieabby@gmail.com> | 2020-08-30 21:30:46 +0930 |
commit | fbb4d5d648a8dc6dba9e33240bf66d82939e2880 (patch) | |
tree | a3ba1be81b7c5c5dcd2f64a5d50be1b969c1048d /src/data/proto-test/runcmd_detached | |
parent | f36333b2c915ac7d9cf82e09ab5cb2a2f8296177 (diff) |
* Impl run_cmd
* Add prne_htbt_hover_t
* Add run_cmd test data
Diffstat (limited to 'src/data/proto-test/runcmd_detached')
-rw-r--r-- | src/data/proto-test/runcmd_detached | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/data/proto-test/runcmd_detached b/src/data/proto-test/runcmd_detached new file mode 100644 index 0000000..be4741d --- /dev/null +++ b/src/data/proto-test/runcmd_detached @@ -0,0 +1,16 @@ +#################### +# run "sleep 5" detached +#################### + +# msg id 0xA01, init +8A01 +# PRNE_HTBT_OP_RUN_CMD +05 +# detached, args_len = 19 +04 13 + # "/bin/sh" + 2f 62 69 6e 2f 73 68 00 + # "-c" + 2d 63 00 + # "sleep 5" + 73 6c 65 65 70 20 35 00 |