summaryrefslogtreecommitdiffstats
path: root/src/datatype.c
Commit message (Expand)AuthorAgeFilesLines
* datatype: add stolen verdictFlorian Westphal2018-06-121-1/+5
* libnftables: Implement JSON output supportPhil Sutter2018-05-111-0/+8
* libnftables: Make some arrays globally accessiblePhil Sutter2018-05-111-1/+2
* src: support timeouts in millisecondsFlorian Westphal2018-05-091-14/+34
* src: datatype: prefer sscanf, avoid strncpyFlorian Westphal2018-03-031-11/+10
* meta: introduce datatype ifname_typeArturo Borrero Gonzalez2018-02-251-0/+1
* src: add nft_ prefix to everything exposed through include/nftables/nftables.hPablo Neira Ayuso2017-10-241-3/+3
* src: get rid of printfPhil Sutter2017-09-291-29/+31
* src: Remove __init and __exit macro definitions.Varsha Rao2017-07-171-2/+2
* include: Remove datatype_register().Varsha Rao2017-06-301-5/+20
* src: Pass stateless, numeric, ip2name and handle variables as structure members.Varsha Rao2017-06-181-25/+28
* src: fix build warning on i686Florian Westphal2017-04-081-1/+1
* src: fix crash when inputting an incomplete set add commandLiping Zhang2017-03-131-1/+1
* Introduce boolean datatype and boolean expressionPhil Sutter2017-03-101-0/+19
* src: rename set_keytype_alloc() to set_datatype_alloc()Pablo Neira Ayuso2017-02-281-3/+3
* datatype: add DTYPE_F_CLONE flagPablo Neira Ayuso2017-02-251-2/+3
* evaluate: store byteorder for set keysPablo Neira Ayuso2017-02-251-5/+43
* datatype: Replace getaddrinfo() by internal lookup tableElise Lennion2017-02-061-8/+10
* src: Always print range expressions numericallyElise Lennion2017-02-051-1/+7
* datatype: printf format warnings on 32-bit buildDuncan Roe2017-01-031-1/+1
* expression: Show the base which pre-defined constants are displayedElise Lennion2016-12-201-0/+4
* datatype: Display pre-defined inet_service values in decimal baseElise Lennion2016-12-111-2/+5
* datatype: Display pre-defined inet_service values in host byte orderElise Lennion2016-12-101-4/+22
* datatype: honor -nn option from inet_service_type_print()Pablo Neira Ayuso2016-11-301-0/+4
* datatype: Replace getnameinfo() by internal lookup tableElise Lennion2016-11-301-13/+2
* datatype: ll: use big endian byte orderingFlorian Westphal2016-09-091-3/+4
* src: quote user-defined strings when used from rule selectorsPablo Neira Ayuso2016-08-181-4/+8
* datatype: time_type should send milliseconds to userspacePablo Neira Ayuso2016-07-091-1/+2
* src: datatype: Modify symbol table for icmpv6 packet typesShivani Bhardwaj2016-01-311-5/+7
* src: add burst parameter to limitPablo Neira Ayuso2015-09-231-2/+2
* src: add per-bytes limitPablo Neira Ayuso2015-09-231-0/+55
* datatype: avoid crash in debug mode when printing integersFlorian Westphal2015-06-301-1/+2
* Merge remote-tracking branch 'origin/next-4.1'Patrick McHardy2015-06-131-2/+3
|\
| * netlink: handle concat expressions in set dataPatrick McHardy2015-06-021-1/+1
| * netlink: pad constant concat sub-expressionsPatrick McHardy2015-06-021-1/+2
* | datatype: default to display bitmask in hexadecimalPablo Neira Ayuso2015-06-051-2/+9
|/
* datatype: seperate time parsing/printing from time_typePatrick McHardy2015-04-121-25/+41
* datatype: less strict time parsingPatrick McHardy2015-04-121-12/+0
* datatype: fix parsing of time typePatrick McHardy2015-04-121-4/+0
* concat: add concat subtype lookup/id helpersPatrick McHardy2015-01-111-2/+2
* datatype: use mpz_set_str instead of gmp_sscanfSteven Barth2015-01-071-3/+1
* datatype: change concat_type_alloc() to construct type from idPatrick McHardy2014-12-161-9/+12
* datatype: add define for maximum number of bits and mask of datatype idPatrick McHardy2014-12-161-1/+2
* datatype: add new subtypes field to account number of concat data typesPatrick McHardy2014-12-161-3/+5
* datatype: generate name for concat typesPatrick McHardy2014-12-161-1/+7
* datatype: missing byteorder in string_typePablo Neira Ayuso2014-12-151-0/+1
* datatype: print datatype name in datatype_print() BUG messagePatrick McHardy2014-12-111-1/+2
* dtype: fix memory leak in concat_type_destroy()Patrick McHardy2014-12-111-1/+3
* dtype: remove unnecessary icmp* parse/print functionsPatrick McHardy2014-12-101-39/+3
* payload: fix endianess issue in payload_expr_pctx_update()Pablo Neira Ayuso2014-12-051-2/+2