summaryrefslogtreecommitdiff
path: root/asn1/ess
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2014-02-03 11:02:43 +0100
committerStig Bjørlykke <stig@bjorlykke.org>2014-02-03 10:05:25 +0000
commit3ba10a7051e3fc6db0defaf769967439f93fe3ac (patch)
treef34bddbd257099229f5cef5c21d51c68382cdb52 /asn1/ess
parent4cc694839d45d767f4880988da3b88389774b5db (diff)
downloadwireshark-3ba10a7051e3fc6db0defaf769967439f93fe3ac.tar.gz
Apply g4cc69483 to asn1 templates.
Change-Id: Id44ef17e7293be5d713c5e9e5d55b25194b46016 Reviewed-on: https://code.wireshark.org/review/86 Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'asn1/ess')
-rw-r--r--asn1/ess/packet-ess-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/ess/packet-ess-template.c b/asn1/ess/packet-ess-template.c
index 0c28d44d6d..9064df06e7 100644
--- a/asn1/ess/packet-ess-template.c
+++ b/asn1/ess/packet-ess-template.c
@@ -173,7 +173,7 @@ void proto_register_ess(void) {
sizeof(ess_category_attributes_t),
"ess_category_attributes",
TRUE,
- (void**) &ess_category_attributes,
+ &ess_category_attributes,
&num_ess_category_attributes,
UAT_AFFECTS_DISSECTION, /* affects dissection of packets, but not set of named fields */
"ChEssCategoryAttributes",