Empty if Statement at packet-fcels.c:1871 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_fcels_rlir (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-fcels.c)![]() | ||||||
![]() | ||||||
1861 | } | |||||
1862 | } | |||||
1863 | ||||||
1864 | static void | |||||
1865 | dissect_fcels_rlir (tvbuff_t *tvb _U_, packet_info *pinfo _U_, | |||||
1866 | proto_tree *tree, guint8 isreq _U_, | |||||
1867 | proto_item *ti _U_) | |||||
1868 | { | |||||
1869 | /* Set up structures needed to add the protocol subtree and manage it */ | |||||
1870 | ||||||
1871 | if (tree) {
| |||||
1872 | } | |||||
1873 | } | |||||
1874 | ||||||
1875 | static void | |||||
1876 | dissect_fcels_lsrjt (tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, | |||||
1877 | guint8 isreq _U_, proto_item *ti) | |||||
1878 | { | |||||
1879 | /* Set up structures needed to add the protocol subtree and manage it */ | |||||
1880 | int offset = 5; | |||||
1881 | proto_tree *lsrjt_tree; | |||||
![]() |