Skip to content

Commit d2dcb3f

Browse files
authored
Merge pull request #2 from negbie/master
Readme
2 parents 0d61dea + feee4b5 commit d2dcb3f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# heplify
22
heplify is captagents little brother. While it offers a compareable performance the design goal was simplicity.
33
It's a single binary which you can place on your linux or windows machine. Just run it to capture packets and
4-
send them to Homer. Right now heplify is able to send SIP, DNS, LOG or TLS handshakes into homer.
4+
send them to Homer. Right now heplify is able to send SIP, DNS, LOG or TLS handshakes into homer. It's able to
5+
handle fragmented and duplicate packets out of the box.
56

67
### Requirements
78
* libpcap
8-
9+
<img align="right" width="300" src="https://user-images.githubusercontent.com/20154956/30700149-0278a246-9ee7-11e7-8aef-8d68baef554a.png">
910
On Debian/Ubuntu: sudo apt-get install libpcap-dev
1011
On CentOS/RHEL: yum install libpcap-devel
1112
On Windows: install WinPcap

0 commit comments

Comments
 (0)