summaryrefslogtreecommitdiffstats
path: root/libarptc
Commit message (Collapse)AuthorAgeFilesLines
* src: Use stdint typesFelix Janda2015-05-202-3/+3
| | | | | 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: fix compilation warningPablo Neira Ayuso2015-04-021-1/+1
| | | | | | | | libarptc/libarptc.c: In function ‘dump_entry’: libarptc/libarptc.c:137:9: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘__u64’ [-Wformat] libarptc/libarptc.c:137:9: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘__u64’ [-Wformat] 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)
* - llu -> PRIu64 conversionBart De Schuymer2010-03-181-2/+4
| | | | - 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-302-12/+12
| | | | 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-252-13/+37
|
* 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-092-0/+2294