aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/selectors/traffic_selector.h
Commit message (Collapse)AuthorAgeFilesLines
* traffic-selector: Allow calling set_address() for any traffic selectorTobias Brunner2017-02-271-27/+37
| | | | | Users may check is_host(), is_dynamic() or includes() before calling this if restrictions are required (most actually already do).
* Use standard unsigned integer typesAndreas Steffen2016-03-241-18/+18
|
* traffic-selector: Add a hash() methodMartin Willi2015-02-201-0/+8
|
* traffic-selector: Add a compare function to sort traffic selectorsMartin Willi2015-02-201-0/+11
|
* traffic-selector: Store ICMP[v6] message type and code properlyTobias Brunner2013-10-171-6/+64
| | | | We now store them as defined in RFC 4301, section 4.4.1.1.
* traffic-selector: Move class to its own Doxygen groupTobias Brunner2013-10-171-1/+1
|
* Use a complete port range in traffic_selector_create_from_{subnet,cidr}Martin Willi2013-02-211-6/+9
|
* Moved host_t and host_resolver_t to a new networking subfolderTobias Brunner2012-10-241-1/+1
|
* Add a traffic selector constructor creating a TS directly from a CIDR stringMartin Willi2012-10-241-0/+13
|
* Pass opaque data to printf hooks and print_in_hook()Martin Willi2012-07-131-2/+2
|
* ts.get_subnet() returns TRUE if the selector actually is a subnetMartin Willi2012-03-201-1/+2
|
* Fixed some Doxygen warnings.Tobias Brunner2010-03-241-14/+14
|
* traffic_selector supports RFC 3779 address range formatAndreas Steffen2009-12-211-2/+13
|
* moved traffic_selectors from charon to libstrongswanAndreas Steffen2009-12-201-0/+304