Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-wmx.c:875

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

dissect_wimax

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/wimax/packet-wmx.c)expand/collapse
Show more  
 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  }
Show more  




Change Warning 3902.29864 : Unused Value

Priority:
State:
Finding:
Owner:
Note: