Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-ansi_a.c:9590

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

bsmap_clr_complete

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ansi_a.c)expand/collapse
Show more  
 9577  bsmap_clr_complete(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len)
 9578  {
 9579      guint8      consumed;
 9580      guint32     curr_offset;
 9581      guint       curr_len;
 9582   
 9583      curr_offset = offset;
 9584      curr_len = len;
 9585   
 9586      ELEM_OPT_T(ANSI_A_E_PDI, "");
 9587   
 9588      ELEM_OPT_TLV(ANSI_A_E_MOB_SUB_INFO, "");
 9589   
 9590      EXTRANEOUS_DATA_CHECK(curr_len, 0);
 9591  }
Show more  




Change Warning 1883.31612 : Unused Value

Priority:
State:
Finding:
Owner:
Note: