we have to make the manual change for *gtk2* now
[metze/wireshark/wip.git] / dftest.c
index d67fc249985fb6fd28e0bc6b1c48f19d9e35acd4..366e6dabd899f8620f8ba636076fedf2b32ba1ad 100644 (file)
--- a/dftest.c
+++ b/dftest.c
@@ -22,9 +22,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
+#include "config.h"
 
 #include <stdlib.h>
 #include <stdio.h>
@@ -138,9 +136,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");