Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-gsm_bsslap.c:606

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

dissect_gsm_bsslap_reject

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gsm_bsslap.c)expand/collapse
Show more  
 596  dissect_gsm_bsslap_reject(tvbuff_t *tvb, proto_tree *tree, int offset)
 597  {
 598          guint32 curr_offset;
 599          guint32 consumed;
 600          guint   curr_len;
 601   
 602          curr_offset = offset;
 603          curr_len = tvb_length_remaining(tvb,offset);
 604   
 605          /* Cause IE / 5.14 M TV 2 */
 606          ELEM_MAND_TV(BSSLAP_PARAM_CAUSE, GSM_A_PDU_TYPE_BSSLAP, DE_BLAP_CAUSE,"");
 607   
 608          return;
 609  }
Show more  




Change Warning 2586.31555 : Unused Value

Priority:
State:
Finding:
Owner:
Note: