Skip to content

Commit

Permalink
Fix readme conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
JackNewman12 committed Jun 16, 2019
2 parents e576e84 + 7a8bd48 commit d6bafa9
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +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 d6bafa9

Please sign in to comment.