aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/c1222
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/c1222
parent4cc694839d45d767f4880988da3b88389774b5db (diff)
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/c1222')
-rw-r--r--asn1/c1222/packet-c1222-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/c1222/packet-c1222-template.c b/asn1/c1222/packet-c1222-template.c
index 38b6695738..9f62f34e70 100644
--- a/asn1/c1222/packet-c1222-template.c
+++ b/asn1/c1222/packet-c1222-template.c
@@ -1399,7 +1399,7 @@ void proto_register_c1222(void) {
sizeof(c1222_uat_data_t), /* record size */
"c1222_decryption_table", /* filename */
TRUE, /* from_profile */
- (void**)&c1222_uat_data, /* data_ptr */
+ &c1222_uat_data, /* data_ptr */
&num_c1222_uat_data, /* numitems_ptr */
UAT_AFFECTS_DISSECTION, /* affects dissection of packets, but not set of named fields */
NULL, /* help */