From 9064374e7758bc4fa167d1c30ccc751ea588f5db Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Sun, 22 Jan 2012 19:41:07 +0100 Subject: expect: add XML support for nfexp_snprintf() Example of the XML output: 192.168.0.2 192.168.1.2 255.255.255.255 255.255.255.255 192.168.0.2 192.168.1.2 0 41739 0 65535 36390 21 ftp 300 0 Signed-off-by: Pablo Neira Ayuso --- src/expect/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/expect/Makefile.am') diff --git a/src/expect/Makefile.am b/src/expect/Makefile.am index 977a359..e8a874a 100644 --- a/src/expect/Makefile.am +++ b/src/expect/Makefile.am @@ -7,4 +7,5 @@ libnfexpect_la_SOURCES = api.c \ getter.c setter.c \ parse.c build.c \ snprintf.c \ - snprintf_default.c + snprintf_default.c \ + snprintf_xml.c -- cgit v1.2.3