Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-ansi_a.c:10321

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

bsmap_bs_auth_req

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ansi_a.c)expand/collapse
Show more  
 10310  bsmap_bs_auth_req(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len)
 10311  {
 10312      guint32     curr_offset;
 10313      guint32     consumed;
 10314      guint       curr_len;
 10315   
 10316      curr_offset = offset;
 10317      curr_len = len;
 10318   
 10319      ELEM_MAND_TLV(ANSI_A_E_MID, "");
 10320   
 10321      EXTRANEOUS_DATA_CHECK(curr_len, 0);
 10322  }
Show more  




Change Warning 1898.31627 : Unused Value

Priority:
State:
Finding:
Owner:
Note: