summaryrefslogtreecommitdiffstats
path: root/extensions/ebt_ip.c
Commit message (Collapse)AuthorAgeFilesLines
* ebt_ip: add support for matching IGMP typeMatthias Schiffer2018-04-111-1/+43
| | | | | | | | | | | | We already have ICMPv6 type/code matches (which can be used to distinguish different types of MLD packets). Add support for IPv4 IGMP matches in the same way. To reuse as much code as possible, the ICMP type/code handling functions are extended to allow passing a NULL code range. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* ebt_ip: add support for matching ICMP type and codeMatthias Schiffer2018-04-111-2/+94
| | | | | | | | We already have ICMPv6 type/code matches. This adds support for IPv4 ICMP matches in the same way. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* ebtables: extensions: Constify option structGargi Sharma2017-03-281-1/+1
| | | | | | | | | The struct of the type option is only used to initialise a field inside the ebt_u_watcher or ebt_u_target or ebt_u_match struct and is not modified anywhere. Signed-off-by: Gargi Sharma <gs051095@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* Jan Engelhardt: remove unneedd macroBart De Schuymer2008-02-031-1/+1
|
* allow SCTP/DCCP (Patrick McHardy)Bart De Schuymer2006-01-231-5/+8
|
* general cleanup + add -C and -cBart De Schuymer2005-02-081-62/+33
|
* add ebtablesu scheme, along with general cleanupBart De Schuymer2005-01-191-1/+1
|
* add shared librariesBart De Schuymer2004-01-211-14/+13
|
* Make ebtables library functionsBart De Schuymer2004-01-141-120/+16
|
* C99 initializersBart De Schuymer2003-08-301-9/+9
|
* undo last changeBart De Schuymer2003-06-041-1/+0
|
* module versioningBart De Schuymer2003-06-031-0/+1
|
* fix compare bugBart De Schuymer2003-04-011-2/+4
|
* trivial changeBart De Schuymer2003-03-011-7/+7
|
* cosmetic changesBart De Schuymer2003-01-111-14/+16
|
* Added getprotobyname() for --ip-proto parameterfnm32002-12-111-5/+19
|
* Rolled back after invalid previous commit. Sorry.fnm32002-11-251-10/+3
|
* Removed useless char ethertype_name[21];fnm32002-11-251-3/+10
|
* [<fnm_at_ukrsat.com>] fix IP port output when listing the rulesBart De Schuymer2002-10-111-2/+2
|
* mhopf@innominate.com add tcp/udp portsBart De Schuymer2002-09-191-8/+150
|
* *** empty log message ***Bart De Schuymer2002-08-291-2/+1
|
* trivial changeBart De Schuymer2002-08-241-1/+1
|
* *** empty log message ***Bart De Schuymer2002-08-171-2/+2
|
* cosmetic improvements and some bugfixes (global description)Bart De Schuymer2002-08-131-24/+22
|
* *** empty log message ***Bart De Schuymer2002-08-091-1/+1
|
* minor bugfixBart De Schuymer2002-06-251-2/+2
|
* *** empty log message ***Bart De Schuymer2002-06-231-1/+2
|
* *** empty log message ***Bart De Schuymer2002-06-231-10/+9
|
* Initial revisionBart De Schuymer2002-06-011-0/+318