Empty if Statement at packet-gsm_a_rr.c:8590 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_ccch (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gsm_a_rr.c)![]() | ||||||
![]() | ||||||
8580 | proto_tree_add_item(tree, hf_gsm_a_extension, tvb, 2, 1, FALSE); | |||||
8581 | other_decode_bitfield_value(a_bigbuf, oct_2, DTAP_TIE_MASK, 8); | |||||
8582 | proto_tree_add_text(pd_tree, tvb, 2, 1, | |||||
8583 | "%s : TIE: %u", a_bigbuf, oct_2 & DTAP_TIE_MASK); | |||||
8584 | } | |||||
8585 | ||||||
8586 | /* | |||||
8587 | * N(SD) | |||||
8588 | */ | |||||
8589 | if ((pinfo->p2p_dir == P2P_DIR_RECV) && | |||||
8590 | nsd)
| |||||
8591 | { | |||||
8592 | /* XXX */ | |||||
8593 | } | |||||
8594 | ||||||
8595 | /* | |||||
8596 | * add DTAP name | |||||
8597 | */ | |||||
8598 | proto_tree_add_uint_format(ccch_tree, hf_idx, tvb, offset, 1, oct, | |||||
8599 | "Message Type: %s",msg_str ? msg_str : "(Unknown)"); | |||||
8600 | ||||||
![]() |