aboutsummaryrefslogtreecommitdiff
path: root/extensions/libxt_mac.c
AgeCommit message (Expand)Author
2021-08-31extensions: libxt_mac: Fix for missing space in listingPhil Sutter
2020-12-03libxtables: Extend MAC address printing/parsing supportPhil Sutter
2016-07-25src: introduce struct xt_xlate_{mt,tg}_paramsPablo Neira Ayuso
2016-07-09xtables-translate: fix multiple spaces issuePablo M. Bermudo Garay
2016-03-09iptables-translate: pass ipt_entry and ip6t_entry to ->xlate()Pablo Neira Ayuso
2016-02-16extensions: rename xt_buf to xt_xlatePablo Neira Ayuso
2016-02-16extensions: libxt_mac: Add translation to nftShivani Bhardwaj
2011-05-09libxt_mac: use guided option parserJan Engelhardt
2011-01-31iptables: do not print trailing whitespacesJan Engelhardt
2011-01-08extensions: remove no longer necessary default: casesJan Engelhardt
2010-07-23all: consistent syntax use in struct optionJan Engelhardt
2009-11-03iptables/extensions: make bundled options work againJan Engelhardt
2009-11-03libxtables: hand argv to xtables_check_inverseJan Engelhardt
2009-06-26extensions: collapse registration structuresJan Engelhardt
2009-02-21libxtables: prefix exit_error to xtables_errorJan Engelhardt
2009-01-30libxtables: prefix/order - move check_inverse to xtables.cJan Engelhardt
2008-11-18src: use NFPROTO_ constantsJan Engelhardt
2008-09-01src: Update commentsJan Engelhardt
2008-09-01libxt_mac: flatten casts in libxt_macJan Engelhardt
2008-08-13Synchronize invert flag order with manpagesJan Engelhardt
2008-04-15Remove old functions, constantsJan Engelhardt
2008-01-29fix gcc warningsMax Kellermann
2007-10-04Unique symbols 1/6Jan Engelhardt
2007-09-08Fix sparse warnings: non-ANSI function declarations, 0 used as pointerPatrick McHardy
2007-09-02Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>)Peter Riley
2007-07-30Make the option structures const.Jan Engelhardt
2007-07-30Remove the .next=NULL field. This is automatically initialized to zero.Jan Engelhardt
2007-07-24Unifies libip[6]t_mac.c into libxt_mac.cYasuyuki KOZAKAI