diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 2012-07-23 17:10:13 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 2012-07-23 17:10:13 +0000 |
commit | 1cb4b7e06abc0667d4c161d65a3f984f2f9ec9f6 (patch) | |
tree | 05cf53841582342abe11860a96c54389d4e0392a /dftest.c | |
parent | 0a97a9c7d506c1e73a983a1e984f2f1a97124c31 (diff) | |
download | wireshark-1cb4b7e06abc0667d4c161d65a3f984f2f9ec9f6.tar.gz wireshark-1cb4b7e06abc0667d4c161d65a3f984f2f9ec9f6.tar.bz2 wireshark-1cb4b7e06abc0667d4c161d65a3f984f2f9ec9f6.zip |
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.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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"); |