Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-gsm_bsslap.c:671

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

dissect_gsm_bsslap_abort

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gsm_bsslap.c)expand/collapse
Show more  
 661  dissect_gsm_bsslap_abort(tvbuff_t *tvb, proto_tree *tree, int offset)
 662  {
 663          guint32 curr_offset;
 664          guint32 consumed;
 665          guint   curr_len;
 666   
 667          curr_offset = offset;
 668          curr_len = tvb_length_remaining(tvb,offset);
 669   
 670          /* Cause IE / 5.14 M TV 2 */
 671          ELEM_MAND_TV(BSSLAP_PARAM_CAUSE, GSM_A_PDU_TYPE_BSSLAP, DE_BLAP_CAUSE,"");
 672   
 673          return;
 674  }
Show more  




Change Warning 2587.31557 : Unused Value

Priority:
State:
Finding:
Owner:
Note: