summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_dccp.c
Commit message (Collapse)AuthorAgeFilesLines
* reduce parse_*_port duplication (Phil Oester <kernel@linuxace.com>)Phil Oester2006-07-201-17/+3
| | | | | The below patch (dependent upon my 'reduce service_to_port duplication' patch) centralizes the parse_*_port functions into parse_port.
* reduce service_to_port duplication (Phil Oester <kernel@linuxace.com>)Phil Oester2006-07-201-12/+1
| | | | | The service_to_port function is used in a number of places, and could benefit from some centralization instead of being duplicated everywhere.
* add support for new 'dccp' protocol matchHarald Welte2005-08-061-0/+399