From ae400a74fa3b76b9fb3f58716ad1eece4f6c1004 Mon Sep 17 00:00:00 2001 From: Jaap Keuter Date: Sun, 2 May 2010 12:32:52 +0000 Subject: Fix for bug 4723: Don't type prune the data_ptr pointer for UAT. svn path=/trunk/; revision=32626 --- epan/dissectors/packet-ess.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-ess.c') 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", -- cgit v1.2.3