Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-ansi_a.c:10393

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

dtap_bs_challenge_resp

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ansi_a.c)expand/collapse
Show more  
 10382  dtap_bs_challenge_resp(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len)
 10383  {
 10384      guint32     curr_offset;
 10385      guint32     consumed;
 10386      guint       curr_len;
 10387   
 10388      curr_offset = offset;
 10389      curr_len = len;
 10390   
 10391      ELEM_MAND_LV(ANSI_A_E_AUTH_RESP_PARAM, "");
 10392   
 10393      EXTRANEOUS_DATA_CHECK(curr_len, 0);
 10394  }
Show more  




Change Warning 1902.31631 : Unused Value

Priority:
State:
Finding:
Owner:
Note: