Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-gsm_bsslap.c:710

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

dissect_gsm_bsslap_ms_pos_cmd

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gsm_bsslap.c)expand/collapse
Show more  
 698  dissect_gsm_bsslap_ms_pos_cmd(tvbuff_t *tvb, proto_tree *tree, int offset)
 699  {
 700          guint32 curr_offset;
 701          guint32 consumed;
 702          guint   curr_len;
 703   
 704          curr_offset = offset;
 705          curr_len = tvb_length_remaining(tvb,offset);
 706   
 707          /* RRLP flag IE / 5.15 M TV 2 */
 708          ELEM_MAND_TV(BSSLAP_PARAM_RRLP_FLAG, GSM_A_PDU_TYPE_BSSLAP, DE_BLAP_RRLP_FLG,"flag");
 709          /* RRLP IE / 5.16 M TLV 3-n */
 710          ELEM_MAND_TV(BSSLAP_PARAM_RRLP_IE, GSM_A_PDU_TYPE_BSSLAP, DE_BLAP_RRLP_IE,"RRLP Info");
 711          return;
 712  }
Show more  




Change Warning 2589.31559 : Unused Value

Priority:
State:
Finding:
Owner:
Note: