From 6ad2058da66affc105d325e45ff82fd5b5cac41e Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Tue, 2 Nov 2021 14:07:04 +0100 Subject: datatype: add xinteger_type alias to print in hexadecimal Add an alias of the integer type to print raw payload expressions in hexadecimal. Update tests/py. Signed-off-by: Pablo Neira Ayuso --- include/datatype.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/datatype.h') diff --git a/include/datatype.h b/include/datatype.h index 7ddd3566..f5bb9dc4 100644 --- a/include/datatype.h +++ b/include/datatype.h @@ -254,6 +254,7 @@ extern const struct datatype verdict_type; extern const struct datatype nfproto_type; extern const struct datatype bitmask_type; extern const struct datatype integer_type; +extern const struct datatype xinteger_type; extern const struct datatype string_type; extern const struct datatype lladdr_type; extern const struct datatype ipaddr_type; -- cgit v1.2.3