search for: data_reg

Displaying 6 results from an estimated 6 matches for "data_reg".

Did you mean: data_ref
2015 Jan 05
0
[Bug 979] expr json structure
...yload", > "dreg": 1, > "offset": 9, > "len": 1, > "base": "network" > }, > { > "type": "cmp", > "sreg": 1, > "op": "eq", > "data_reg": { > "type": "value", > "len": 1, > "data0": "0x00000006" > } > } > > Do this: > > { > "payload": { > "dreg": 1, > "offset": 9, >...
2014 Oct 26
3
[Bug 983] New: mnl_socket_recvfrom hangs in example code
...ot;:"filter","chain":"input","expr":[{"type":"payload","dreg":1,"offset":9,"len":1,"base":"network"},{"type":"cmp","sreg":1,"op":"eq","data_reg":{"type":"value","len":1,"data0":"0x00000006"}},{"type":"payload","dreg":1,"offset":1,"len":2,"base":"transport"},{"type":"cmp","sreg":1,"o...
2018 Jan 02
0
[ANNOUNCE] libnftnl 1.0.9 release
...filter.org/projects/libnftnl/downloads.html ftp://ftp.netfilter.org/pub/libnftnl/ Thanks! -------------- next part -------------- Armin K (1): src: Fix exporting symbols with clang Harsha Sharma (1): tests: change char * pointer to constant (const char *) Pablo Neira Ayuso (2): data_reg: calm down compilation warning in nftnl_data_reg_value_json_parse() build: libnftnl 1.0.9 release Phil Sutter (7): expr: Introduce nftnl_expr_fprintf() data_reg: Add a missing break in nftnl_data_reg_snprintf gen: Remove a pointless call to mnl_nlmsg_get_payload() obj...
2014 Dec 15
0
[ANNOUNCE] libnftnl 1.0.3 release
...cached copies of x_tables.h and xt_LOG.h src: add ruleset generation class src: fix compilation without xml/json support remove empty src/attr.c expr: nat: use 'nat_type' instead of 'type' in the parser src: consolidate XML/JSON exportation expr: data_reg: use 'reg' instead of 'data_reg' bump version to 1.0.3 include: add missing gen.h to Makefile.am ?lvaro Neira Ayuso (1): expr: log: define variable flags in xml parser
2016 Dec 19
0
[ANNOUNCE] libnftnl 1.0.7 release
...ions tests: masq: Fix wrong expression creation utils: Fix out of bound access in nftnl_family2str expr: cmp: Use cmp2str() instead of directly access to array src: Implement rule comparison rule: Fix comparison between rules if number of expressions differ expr: data_reg: Fix DATA_CHAIN comparison expr: immediate: Fix verdict comparison Florian Westphal (1): expr: add fib expression Josue Alvarez (1): examples: nft-rule-get: selective rule dumping Laura Garcia Liebana (5): expr: add hash expression expr: add number generation expres...
2014 Jun 25
0
[ANNOUNCE] libnftnl 1.0.2 release
...pr: match: Do not print unset values in json file Arturo Borrero (8): src: add flag to add event wrapping in output functions examples: nft-events: use new events wrappers common: fix unconditional output of event wrapping stuff ruleset: fix erroneous call to snprintf data_reg: fix bad buffer size bounds internal: fix SNPRINTF_BUFFER_SIZE macro utils: fix buffer reallocation of nft_fprinft() expr: nat: add helper function to translate nat types to string Gustavo Zacarias (1): configure: uclinux is also linux (nommu) Pablo Neira Ayuso (8):...