From 0df5a9390d41149dfc87440d72e7669ba96748ec Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Wed, 20 Mar 2013 01:18:10 +0000 Subject: From beroset: remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 attachment #10397 svn path=/trunk/; revision=48438 --- ui/cli/tap-protocolinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/cli/tap-protocolinfo.c') diff --git a/ui/cli/tap-protocolinfo.c b/ui/cli/tap-protocolinfo.c index 39405784fb..7324b68932 100644 --- a/ui/cli/tap-protocolinfo.c +++ b/ui/cli/tap-protocolinfo.c @@ -70,7 +70,7 @@ protocolinfo_packet(void *prs, packet_info *pinfo, epan_dissect_t *edt, const vo } for(i=0;ilen;i++){ - str=(char *)proto_construct_match_selected_string(gp->pdata[i], NULL); + str=(char *)proto_construct_match_selected_string((field_info *)gp->pdata[i], NULL); if(str){ col_append_fstr(pinfo->cinfo, COL_INFO, " %s",str); } -- cgit v1.2.1