Unused Value at packet-wmx.c:874 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_wimax (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/wimax/packet-wmx.c)![]() | ||||||
![]() | ||||||
872 | static void dissect_wimax(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) | |||||
873 | { | |||||
874 | UNREFERENCED_PARAMETER(tvb);
| |||||
875 | UNREFERENCED_PARAMETER(tree); | |||||
876 | ||||||
877 | /* display the WiMax protocol name */ | |||||
878 | if (check_col(pinfo->cinfo, COL_PROTOCOL)) | |||||
879 | { | |||||
880 | col_set_str(pinfo->cinfo, COL_PROTOCOL, "WiMax"); | |||||
881 | } | |||||
882 | /* Clear out stuff in the info column */ | |||||
883 | if (check_col(pinfo->cinfo, COL_INFO)) | |||||
884 | { | |||||
885 | col_clear(pinfo->cinfo, COL_INFO); | |||||
886 | } | |||||
887 | } | |||||
![]() |