Skip to content

Commit

Permalink
Merge pull request #2 from negbie/master
Browse files Browse the repository at this point in the history
Readme
  • Loading branch information
negbie authored Sep 21, 2017
2 parents 0d61dea + feee4b5 commit d2dcb3f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# heplify
heplify is captagents little brother. While it offers a compareable performance the design goal was simplicity.
It's a single binary which you can place on your linux or windows machine. Just run it to capture packets and
send them to Homer. Right now heplify is able to send SIP, DNS, LOG or TLS handshakes into homer.
send them to Homer. Right now heplify is able to send SIP, DNS, LOG or TLS handshakes into homer. It's able to
handle fragmented and duplicate packets out of the box.

### Requirements
* libpcap

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

0 comments on commit d2dcb3f

Please sign in to comment.