Skip to content

Tags: msantos/epcap

Tags

v1.1.3

Toggle v1.1.3's commit message
build: hex: add ex_doc configuration

v1.1.2

Toggle v1.1.2's commit message
1.1.2

v1.1.1

Toggle v1.1.1's commit message
rlimit: limit to max open fd

libpcap may open additional file descriptors such as for polling by
eventfd(2). If the rlimit process restrictions are used, find the largest
open file descriptor by testing all fd's from the max open file descriptor
limit (`ulimit -n`).

With this restriction, an epcap process still has the capability to
access files or the network by closing and reopening a fd. The
capability to access files is limited by the call to chroot().

Thanks @jephthai !

Fixes #33

0.7.9

Toggle 0.7.9's commit message
Set the default filter to match any packet

Imitiate tcpdump and match any packet by default.

v0.02

Toggle v0.02's commit message
style nit: simplify logic