File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# heplify
2
2
heplify is captagents little brother. While it offers a compareable performance the design goal was simplicity.
3
3
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.
5
6
6
7
### Requirements
7
8
* libpcap
8
-
9
+ < img align = " right " width = " 300 " src = " https://user-images.githubusercontent.com/20154956/30700149-0278a246-9ee7-11e7-8aef-8d68baef554a.png " >
9
10
On Debian/Ubuntu: sudo apt-get install libpcap-dev
10
11
On CentOS/RHEL: yum install libpcap-devel
11
12
On Windows: install WinPcap
You can’t perform that action at this time.
0 commit comments