aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wbxml.c
diff options
context:
space:
mode:
authorobiot <obiot@f5534014-38df-0310-8fa8-9805f1628bb7>2004-03-17 19:50:05 +0000
committerobiot <obiot@f5534014-38df-0310-8fa8-9805f1628bb7>2004-03-17 19:50:05 +0000
commitc33777c13d97da5f86a030df7649d87aecebae04 (patch)
treef1b91f25e3af2d407af8a439c726e67c2f9acf99 /packet-wbxml.c
parent28457137a169f623e38605f9c3a6a213d293f77e (diff)
Enclose WV-CSP 1.2 token mappings in conditional compile comments. Once the
WV-CSP 1.2 specifications will be corrected and in approved state, we can get rid of those comments (#ifdef ... #endif). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10396 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-wbxml.c')
-rw-r--r--packet-wbxml.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-wbxml.c b/packet-wbxml.c
index f66e6e1bb4..deea04065b 100644
--- a/packet-wbxml.c
+++ b/packet-wbxml.c
@@ -3,7 +3,7 @@
* Routines for WAP Binary XML dissection
* Copyright 2003, 2004, Olivier Biot.
*
- * $Id: packet-wbxml.c,v 1.30 2004/03/09 02:12:55 obiot Exp $
+ * $Id: packet-wbxml.c,v 1.31 2004/03/17 19:50:05 obiot Exp $
*
* Refer to the AUTHORS file or the AUTHORS section in the man page
* for contacting the author(s) of this file.
@@ -3087,6 +3087,7 @@ static const wbxml_decoding decode_wv_cspc_11 = {
*
* Wireless Village Client Server Protocol
***************************************/
+#ifdef Remove_this_comment_when_WV_CSP_will_be_an_approved_spec
/***** Global extension tokens *****/
/* Same as WV-CSP 1.1 */
@@ -3656,6 +3657,7 @@ static const wbxml_decoding decode_wv_cspc_12 = {
wbxml_wv_csp_12_attrStart,
NULL
};
+#endif /* Remove_this_comment_when_WV_CSP_will_be_an_approved_spec */