Empty if Statement at packet-gsm_a_dtap.c:5742 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_dtap (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gsm_a_dtap.c)![]() | ||||||
![]() | ||||||
5732 | tvb, 1, 1, | |||||
5733 | "%s : TIE: %u", | |||||
5734 | a_bigbuf, | |||||
5735 | oct_2 & DTAP_TIE_MASK); | |||||
5736 | } | |||||
5737 | ||||||
5738 | /* | |||||
5739 | * N(SD) | |||||
5740 | */ | |||||
5741 | if ((pinfo->p2p_dir == P2P_DIR_RECV) && | |||||
5742 | nsd)
| |||||
5743 | { | |||||
5744 | /* XXX */ | |||||
5745 | } | |||||
5746 | /* 3GPP TS 24.008 version 8.5.0 Release 8 | |||||
5747 | * Bits 5 to 8 of the first octet of every belonging to the protocols "Call Control; | |||||
5748 | * call SS " and "Session Management"contain the transaction identifier (TI). | |||||
5749 | * The transaction identifier and its use are defined in 3GPP TS 24.007 [20]. | |||||
5750 | * 5 = Mobility Management | |||||
5751 | * 3 = Call Control; call SS | |||||
5752 | * 10 = GPRS session management | |||||
![]() |