Skip to content

Commit c6ae515

Browse files
authored
Update README.md
1 parent 3383d95 commit c6ae515

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,20 @@ Next-Generation [HEP](https://github.com/sipcapture/hep) Capture Agent in Rust
2121
* Static _(work in progress)_
2222
`docker build -t sipcapture/hepagent-static -f docker/Dockerfile-static .`
2323

24+
---------
25+
#### Usage
26+
```
27+
# hepagent --help
28+
Usage: hepagent [options] (-i <intf> | -r <pcap>)
29+
hepagent --version
30+
hepagent --help
31+
32+
Options:
33+
-i <intf>, --interface <intf> Listen on interface. [default: any]
34+
-r <pcap>, --read-file <pcap> Read pcap file.
35+
--hep-server <server> HEP UDP server address. [default: 127.0.0.1:9060]
36+
```
37+
2438
---------
2539

2640
#### Developers

0 commit comments

Comments
 (0)