aboutsummaryrefslogtreecommitdiffstats
path: root/dftest.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2012-07-23 17:10:13 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2012-07-23 17:10:13 +0000
commit1cb4b7e06abc0667d4c161d65a3f984f2f9ec9f6 (patch)
tree05cf53841582342abe11860a96c54389d4e0392a /dftest.c
parent0a97a9c7d506c1e73a983a1e984f2f1a97124c31 (diff)
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
Diffstat (limited to 'dftest.c')
-rw-r--r--dftest.c3
1 files changed, 1 insertions, 2 deletions
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");