Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JackNewman12 authored Jun 16, 2019
1 parent 5015303 commit 7a8bd48
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,25 @@
# NetHex
A small rust utility for dumping data-layer network traffic

```
./net_hex --help
NetHex 0.1.0
Jack Newman
A small utility for reading / writing directly to a network interface
USAGE:
net_hex [FLAGS] [OPTIONS] <interface> [bytes]
FLAGS:
-h, --help Prints help information
-l, --list List network interfaces
-V, --version Prints version information
OPTIONS:
-c, --count <count> Number of packet to receive before exiting [default: -1]
-t, --timeout <timeout> Timeout before exiting the program. Default no timeout
ARGS:
<interface> The network interface to send/read from
<bytes> A hex string of raw bytes to send to the interface e.g. 11EE22FF
```

0 comments on commit 7a8bd48

Please sign in to comment.