Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-ansi_a.c:10169

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

bsmap_user_zone_update

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ansi_a.c)expand/collapse
Show more  
 10158  bsmap_user_zone_update(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len)
 10159  {
 10160      guint32     curr_offset;
 10161      guint32     consumed;
 10162      guint       curr_len;
 10163   
 10164      curr_offset = offset;
 10165      curr_len = len;
 10166   
 10167      ELEM_OPT_TLV(ANSI_A_E_UZ_ID, "");
 10168   
 10169      EXTRANEOUS_DATA_CHECK(curr_len, 0);
 10170  }
Show more  




Change Warning 1893.31622 : Unused Value

Priority:
State:
Finding:
Owner:
Note: