aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/snmp
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/snmp
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/snmp')
-rw-r--r--asn1/snmp/packet-snmp-template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/snmp/packet-snmp-template.c b/asn1/snmp/packet-snmp-template.c
index d47581a528..8e0fab8670 100644
--- a/asn1/snmp/packet-snmp-template.c
+++ b/asn1/snmp/packet-snmp-template.c
@@ -2495,7 +2495,7 @@ void proto_register_snmp(void) {
sizeof(snmp_ue_assoc_t),
"snmp_users",
TRUE,
- (void**)&ueas,
+ &ueas,
&num_ueas,
UAT_AFFECTS_DISSECTION, /* affects dissection of packets, but not set of named fields */
"ChSNMPUsersSection",
@@ -2516,7 +2516,7 @@ void proto_register_snmp(void) {
sizeof(snmp_st_assoc_t),
"snmp_specific_traps",
TRUE,
- (void**)&specific_traps,
+ &specific_traps,
&num_specific_traps,
UAT_AFFECTS_DISSECTION, /* affects dissection of packets, but not set of named fields */
"ChSNMPEnterpriseSpecificTrapTypes",