summaryrefslogtreecommitdiffstats
path: root/libarptc/libarptc_incl.c
Commit message (Collapse)AuthorAgeFilesLines
* libarptc: Simplify alloc_handle by using calloc()Phil Sutter2019-11-211-8/+3
| | | | | | | No need to explicitly set fields to zero when using calloc(). Acked-by: Phil Sutter <phil@nwl.cc> Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
* src: Use stdint typesFelix Janda2015-05-201-1/+1
| | | | | Signed-off-by: Felix Janda <felix.janda@posteo.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* arptables: Add revision field for arptables userspaceZhang Chunyu2015-04-161-1/+1
| | | | | | Signed-off-by: Gao feng <gaofeng@cn.fujitsu.com> Signed-off-by: Zhang Chunyu <zhangcy@cn.fujitsu.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* src: cache in tree and use x_tables.hPablo Neira Ayuso2015-04-021-12/+5
| | | | Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* arptables: remove dead dynamic hooks codeGustavo Zacarias2014-11-121-15/+0
| | | | | | | | The code is unused and #if'ed away, it also breaks pure-static builds because of the dlfcn.h include. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* fix potential buffer overflows reported by static analysisJaromír Končický2013-10-151-6/+10
|
* fix compile warningBart De Schuymer2013-01-101-3/+0
|
* - use zuBart De Schuymer2010-03-181-3/+5
| | | | | - remove warning caused by strict-aliasing rules (Jan Engelhardt)
* fix compile warningBart De Schuymer2007-01-071-3/+2
|
* Riccardo Murri <murri_at_dmmm.uniroma1.it>: introduce ↵Bart De Schuymer2003-12-301-11/+11
| | | | RUNTIME_NF_ARP_NUMHOOKS so arptables can be compiled straight from CVS + add DESTDIR option
* auto-detect 2.4 or 2.6Bart De Schuymer2003-10-251-11/+36
|
* KERNEL_2_4Bart De Schuymer2003-09-141-1/+3
|
* arp FORWARD chain: see bridged arp packetsBart De Schuymer2003-06-191-4/+6
|
* *** empty log message ***Bart De Schuymer2003-06-091-0/+1772