Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-gsm_a_gm.c:4752

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

dtap_gmm_attach_com

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gsm_a_gm.c)expand/collapse
Show more  
 4740  dtap_gmm_attach_com(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len)
 4741  {
 4742   
 4743          guint32 curr_offset;
 4744  /*    guint32   consumed; */
 4745          guint   curr_len;
 4746   
 4747          curr_offset = offset;
 4748          curr_len = len;
 4749   
 4750          gsm_a_dtap_pinfo->p2p_dir = P2P_DIR_RECV;
 4751   
 4752          EXTRANEOUS_DATA_CHECK(curr_len, 0);
 4753  }
Show more  




Change Warning 2513.31162 : Unused Value

Priority:
State:
Finding:
Owner:
Note: