Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-gsm_a_rr.c:7381

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

dtap_rr_paging_req_type_1

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gsm_a_rr.c)expand/collapse
Show more  
 7358  dtap_rr_paging_req_type_1(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len)
 7359  {
 7360      guint32     curr_offset;
 7361      guint32     consumed;
 7362      guint       curr_len;
 7363   
 7364      curr_offset = offset;
 7365      curr_len = len;
 7366      lower_nibble = FALSE;
 7367   
 7368      /* RR Page Mode 10.5.2.26 M V 1/2 */
 7369      ELEM_MAND_V_SHORT(GSM_A_PDU_TYPE_RR, DE_RR_PAGE_MODE);
 7370   
 7371      /* RR Channel Needed 10.5.2.8 M V 1/2 */
 7372      ELEM_MAND_V_SHORT(GSM_A_PDU_TYPE_RR, DE_RR_CHNL_NEEDED);
 7373   
 7374      /* RR Mobile Identity 10.5.1.4 M LV 2-9 */
 7375      ELEM_MAND_LV(GSM_A_PDU_TYPE_COMMON, DE_MID, " - Mobile Identity 1");
 7376   
 7377      /* RR Mobile Identity 10.5.1.4 O TLV 3-10 */
 7378      ELEM_OPT_TLV(0x17, GSM_A_PDU_TYPE_COMMON, DE_MID, " - Mobile Identity 2");
 7379   
 7380      /* RR P1 Rest Octets 10.5.2.23 M V 0-17 */
 7381      ELEM_MAND_V(GSM_A_PDU_TYPE_RR, DE_RR_P1_REST_OCT);
 7382   
 7383  }
Show more  




Change Warning 2567.31670 : Unused Value

Priority:
State:
Finding:
Owner:
Note: