aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-k12.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-08-06 20:55:04 +0000
committerGerald Combs <gerald@wireshark.org>2009-08-06 20:55:04 +0000
commit85f68c746165195c761fe390e45379ae19b9cc17 (patch)
treeb414dda98484be262ca1ce1f82c6c6932042cc40 /epan/dissectors/packet-k12.c
parent21d8e2d3e1b3a9411b825346699f5b6c0b63ab17 (diff)
Fix compilation warnings in a few dissectors and try moving them to the
"clean" list. svn path=/trunk/; revision=29313
Diffstat (limited to 'epan/dissectors/packet-k12.c')
-rw-r--r--epan/dissectors/packet-k12.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-k12.c b/epan/dissectors/packet-k12.c
index 9f83db95f5..aeac736f4a 100644
--- a/epan/dissectors/packet-k12.c
+++ b/epan/dissectors/packet-k12.c
@@ -455,7 +455,7 @@ proto_register_k12(void)
sizeof(k12_handles_t),
"k12_protos", /* filename */
TRUE, /* from_profile */
- (void**) &k12_handles, /* data_ptr */
+ (void*) &k12_handles, /* data_ptr */
&nk12_handles, /* numitems_ptr */
UAT_CAT_FFMT, /* category */
"ChK12ProtocolsSection", /* help */