Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-gsm_a_rr.c:6995

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

dtap_rr_gprs_sus_req

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gsm_a_rr.c)expand/collapse
Show more  
 6976  dtap_rr_gprs_sus_req(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len)
 6977  {
 6978      guint32     curr_offset;
 6979      guint32     consumed;
 6980      guint       curr_len;
 6981      curr_offset = offset;
 6982      curr_len = len;
 6983   
 6984      /* TLLI                                                             10.5.2.41a      M V 4 */
 6985      ELEM_MAND_V(GSM_A_PDU_TYPE_RR, DE_RR_TLLI);
 6986   
 6987      /* Routeing Area Identification             10.5.5.15       M V 6 */
 6988      ELEM_MAND_V(GSM_A_PDU_TYPE_GM, DE_RAI);
 6989      /* Suspension cause                                 10.5.2.47       M V 1 */
 6990      ELEM_MAND_V(GSM_A_PDU_TYPE_RR, DE_RR_SUS_CAU);
 6991   
 6992      /* 01 Service Support                                       10.5.2.57       O TV 2 */
 6993      ELEM_OPT_TV_SHORT(0x01,GSM_A_PDU_TYPE_RR, DE_RR_SERV_SUP,"");
 6994   
 6995      EXTRANEOUS_DATA_CHECK(len, curr_offset - offset);
 6996   
 6997  }
Show more  




Change Warning 2562.31668 : Unused Value

Priority:
State:
Finding:
Owner:
Note: