aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/asn1
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-10-29 10:54:17 +0000
committerGuy Harris <guy@alum.mit.edu>2003-10-29 10:54:17 +0000
commitca1f1c7f2a0a2e672e6246a7b94c2e3c94edcf1f (patch)
tree0005bf14d4e83baa8965b94995f162b74b1ae075 /plugins/asn1
parent4a7f74b7d1e93f076569ebbb06248983b7083912 (diff)
From Matthijs Melchior: #ifdef out the GUI code, for now.
svn path=/trunk/; revision=8812
Diffstat (limited to 'plugins/asn1')
-rw-r--r--plugins/asn1/packet-asn1.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/asn1/packet-asn1.c b/plugins/asn1/packet-asn1.c
index c1d3a7635a..f3b39f99ca 100644
--- a/plugins/asn1/packet-asn1.c
+++ b/plugins/asn1/packet-asn1.c
@@ -3,7 +3,7 @@
*
* Copyright (c) 2003 by Matthijs Melchior <matthijs.melchior@xs4all.nl>
*
- * $Id: packet-asn1.c,v 1.4 2003/10/28 21:47:32 guy Exp $
+ * $Id: packet-asn1.c,v 1.5 2003/10/29 10:54:17 guy Exp $
*
* A plugin for:
*
@@ -3329,9 +3329,12 @@ build_pdu_tree(char *pduname)
}
+#ifdef DISSECTOR_WITH_GUI
+/* This cannot work in tethereal.... don't include for now */
#if GTK_MAJOR_VERSION >= 2
#define SHOWPDU /* this needs GTK2, which is not yet on Win32 .............. */
#endif
+#endif /* DISSECTOR_WITH_GUI */
#ifdef SHOWPDU
static GtkWidget *window = NULL;