summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Collapse)AuthorAgeFilesLines
* make array of chainsBart De Schuymer2005-08-271-2/+1
|
* fix --ulogBart De Schuymer2005-07-241-1/+1
|
* use ebt_check_option2Bart De Schuymer2005-02-141-1/+1
|
* general cleanup + add -C and -cBart De Schuymer2005-02-0820-501/+435
|
* add ebtablesu scheme, along with general cleanupBart De Schuymer2005-01-193-16/+13
|
* make range specification like -pBart De Schuymer2004-12-211-52/+77
|
* prefer mark-set over set-markBart De Schuymer2004-12-051-2/+5
|
* add ulog watcherBart De Schuymer2004-11-202-1/+185
|
* fix -D --arp-mac-srcBart De Schuymer2004-09-041-4/+4
|
* add shared librariesBart De Schuymer2004-01-2119-152/+157
|
* Make ebtables library functionsBart De Schuymer2004-01-1418-219/+102
|
* *** empty log message ***Bart De Schuymer2003-11-021-1/+3
|
* *** empty log message ***Bart De Schuymer2003-10-121-2/+2
|
* *** empty log message ***Bart De Schuymer2003-10-121-1/+1
|
* *** empty log message ***Bart De Schuymer2003-09-271-1/+1
|
* *** empty log message ***Bart De Schuymer2003-09-271-1/+12
|
* Tom Marshall <tommy_at_home.tig-grr.com>Bart De Schuymer2003-09-181-0/+219
|
* changed the structure of the hash tablegborowiak2003-09-161-90/+164
| | | | | reedited to 80col/8tab and K-R indent 0.0.0.0 IP address is now illegal
* Changed to new fashion (print_mac, named fields...)gborowiak2003-09-071-10/+10
|
* '!' in --i[ds]nat-list changed to '_', because '!' is a special in bashgborowiak2003-09-071-25/+25
| | | | Also transformed to new fashion (print_mac, named field in structure)
* - variable size of the pool of addresses, no limit to 256gborowiak2003-09-071-78/+203
| | | | | | - IP/MAC correspondences matching available - negation mark '!' handled NOTE: incompatible with older version!
* Initial releasegborowiak2003-09-071-0/+379
|
* Grzegorz Borowiak <grzes_at_gnu.univ.gda.pl>Bart De Schuymer2003-09-021-0/+233
|
* C99 initializersBart De Schuymer2003-08-3016-138/+133
|
* from Grzegorz BorowiakBart De Schuymer2003-08-141-0/+132
|
* add arpreplyBart De Schuymer2003-08-141-1/+2
|
* use print_mac()Bart De Schuymer2003-08-101-3/+2
|
* *** empty log message ***Bart De Schuymer2003-07-251-1/+1
|
* *** empty log message ***Bart De Schuymer2003-07-231-2/+2
|
* *** empty log message ***Bart De Schuymer2003-07-171-2/+4
|
* *** empty log message ***Bart De Schuymer2003-07-171-0/+314
|
* add stp matchBart De Schuymer2003-07-171-1/+1
|
* undo last changeBart De Schuymer2003-06-0410-20/+37
|
* module versioningBart De Schuymer2003-06-0310-37/+20
|
* *** empty log message ***Bart De Schuymer2003-05-251-1/+3
|
* add pkttype and 802_3Bart De Schuymer2003-05-121-1/+1
|
* Chris Vitale <cvs_at_bluetail.com>Bart De Schuymer2003-05-121-0/+145
|
* use print_mac_and_mask()Bart De Schuymer2003-05-031-27/+2
|
* *** empty log message ***Bart De Schuymer2003-05-011-0/+136
|
* <blancher_at_cartel-securite.fr> Add arp mac address matchingBart De Schuymer2003-05-011-5/+94
|
* fix compare bugBart De Schuymer2003-04-011-2/+4
|
* trivial changeBart De Schuymer2003-03-011-7/+7
|
* cosmetic changesBart De Schuymer2003-01-114-29/+33
|
* Added getprotobyname() for --ip-proto parameterfnm32002-12-111-5/+19
|
* Removed useless bzero(ethertype_name, 21)fnm32002-11-251-1/+0
|
* Rolled back after invalid previous commit. Sorry.fnm32002-11-251-10/+3
|
* Removed useless char ethertype_name[21];fnm32002-11-252-4/+10
|
* Fixed ethertypes database path in the print_help() function:fnm32002-11-211-1/+1
| | | | " protocol type string: see "_PATH_ETHERTYPES"\n");
* Added $(PROGSPECS)fnm32002-11-211-2/+2
|
* Redesigned big part of the parse functionfnm32002-11-211-151/+120
| | | | Used strtoul() instead of strtol()