Add a missing cast to the sample code

Change-Id: Id4f258e0e45e44c1ab63bd77a6fab10013a4810c
Reviewed-on: https://code.wireshark.org/review/4160
Reviewed-by: Jörg Mayer <jmayer@loplof.de>
This commit is contained in:
Joerg Mayer 2014-09-18 00:09:06 +02:00 committed by Jörg Mayer
parent 7e63805708
commit ec2a20fb37
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ actual dissector.
/*
* Do we already have a state structure for this conv
*/
pana_info = conversation_get_proto_data(conversation, proto_pana);
pana_info = (pana_conv_info_t *)conversation_get_proto_data(conversation, proto_pana);
if (!pana_info) {
/*
* No. Attach that information to the conversation, and add