Fix for bug 4723:
authorJaap Keuter <jaap.keuter@xs4all.nl>
Sun, 2 May 2010 12:32:52 +0000 (12:32 -0000)
committerJaap Keuter <jaap.keuter@xs4all.nl>
Sun, 2 May 2010 12:32:52 +0000 (12:32 -0000)
Don't type prune the data_ptr pointer for UAT.

svn path=/trunk/; revision=32626

asn1/ess/packet-ess-template.c
epan/dissectors/packet-ess.c

index 20d4f4cb9e4ffa293ca092c16613a56607065813..d3a7f2f174b92dbba9e0869204775968400db871 100644 (file)
@@ -171,7 +171,7 @@ void proto_register_ess(void) {
                                   sizeof(ess_category_attributes_t),
                                   "ess_category_attributes",
                                   TRUE,
-                                  (void**) &ess_category_attributes,
+                                  (void*) &ess_category_attributes,
                                   &num_ess_category_attributes,
                                   UAT_CAT_PORTS,
                                   "ChEssCategoryAttributes",
index 3110670ba2a42072204ca767928534a93852c30c..706532c5c16e7f3b83b539cf3500408c4161033e 100644 (file)
@@ -1474,7 +1474,7 @@ void proto_register_ess(void) {
                                   sizeof(ess_category_attributes_t),
                                   "ess_category_attributes",
                                   TRUE,
-                                  (void**) &ess_category_attributes,
+                                  (void*) &ess_category_attributes,
                                   &num_ess_category_attributes,
                                   UAT_CAT_PORTS,
                                   "ChEssCategoryAttributes",