From 1cb4b7e06abc0667d4c161d65a3f984f2f9ec9f6 Mon Sep 17 00:00:00 2001 From: Gilbert Ramirez Date: Mon, 23 Jul 2012 17:10:13 +0000 Subject: Combine the two display filter README's into one, and add a lot of explanation about how the display filter engine works. Modify dftest.c to remove printing of the dfilter_t pointer, which has absolutely no value for the user. svn path=/trunk/; revision=43941 --- dftest.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dftest.c') diff --git a/dftest.c b/dftest.c index d67fc24998..ca790f8eee 100644 --- a/dftest.c +++ b/dftest.c @@ -138,9 +138,8 @@ main(int argc, char **argv) epan_cleanup(); exit(2); } - printf("dfilter ptr = 0x%08x\n", GPOINTER_TO_INT(df)); - printf("\n\n"); + printf("\n"); if (df == NULL) printf("Filter is empty\n"); -- cgit v1.2.1