aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ess.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2010-05-02 12:32:52 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2010-05-02 12:32:52 +0000
commitae400a74fa3b76b9fb3f58716ad1eece4f6c1004 (patch)
treeb8603945113ffeb8a1d789f7127f08aa8b9ed026 /epan/dissectors/packet-ess.c
parent2f5ebda0ec7773459e3b3e294b4126dbd3f6bb63 (diff)
Fix for bug 4723:
Don't type prune the data_ptr pointer for UAT. svn path=/trunk/; revision=32626
Diffstat (limited to 'epan/dissectors/packet-ess.c')
-rw-r--r--epan/dissectors/packet-ess.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ess.c b/epan/dissectors/packet-ess.c
index 3110670ba2..706532c5c1 100644
--- a/epan/dissectors/packet-ess.c
+++ b/epan/dissectors/packet-ess.c
@@ -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",