summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/expect_events.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/expect_events.c b/utils/expect_events.c
index 8adacb6..03161b9 100644
--- a/utils/expect_events.c
+++ b/utils/expect_events.c
@@ -12,7 +12,7 @@ static int event_cb(enum nf_conntrack_msg_type type,
static int n = 0;
char buf[1024];
- nfexp_snprintf(buf, 1024, exp, type, NFCT_O_DEFAULT, 0);
+ nfexp_snprintf(buf, 1024, exp, type, NFCT_O_XML, 0);
printf("%s\n", buf);
if (++n == 10)