aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2007-12-13 11:37:03 +0000
committerJörg Mayer <jmayer@loplof.de>2007-12-13 11:37:03 +0000
commit7303115b860fbb647484d56084061ed8ae55ddfc (patch)
tree14582adb13948af915a0bc32b21a7381636c1ae7
parent3c397a34592952b322d8cfd3605a126c126b4361 (diff)
Replace // comments
svn path=/trunk/; revision=23856
-rw-r--r--epan/dissectors/packet-ncp2222.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ncp2222.inc b/epan/dissectors/packet-ncp2222.inc
index 779d3e6ccb..42dbdbc073 100644
--- a/epan/dissectors/packet-ncp2222.inc
+++ b/epan/dissectors/packet-ncp2222.inc
@@ -110,8 +110,8 @@ const fragment_items nds_frag_items = {
#define NDS_SEARCH_PRESENT 15
#define NDS_SEARCH_RDN 16
#define NDS_SEARCH_BASE_CLASS 17
-#define NDS_SEARCH_MODIFICATION_GE 18 // Deprecated, use DS_SEARCH_ENTRY_MTS_GE
-#define NDS_SEARCH_VALUE_TIME_GE 19 // Deprecated, use DS_SEARCH_VALUE_MTS_GE
+#define NDS_SEARCH_MODIFICATION_GE 18 /* Deprecated, use DS_SEARCH_ENTRY_MTS_GE */
+#define NDS_SEARCH_VALUE_TIME_GE 19 /* Deprecated, use DS_SEARCH_VALUE_MTS_GE */
#define NDS_SEARCH_REFERENCES 20
#define NDS_SEARCH_DN_IN_VALUE 21
#define NDS_SEARCH_SCHEMA_IN_VALUE 22