Empty if Statement at packet-qllc.c:165 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_qllc (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-qllc.c)![]() | ||||||
![]() | ||||||
155 | } | |||||
156 | if (tree) { | |||||
157 | proto_tree_add_uint(qllc_tree, hf_qllc_control, tvb, | |||||
158 | 1, 1, ctrl); | |||||
159 | } | |||||
160 | } | |||||
161 | ||||||
162 | /* Do we have an I field ? */ | |||||
163 | /* XXX - I field exists for QUI too, but only for nodes. | |||||
164 | * Need to test for this. */ | |||||
165 | if (ctrl == QXID || ctrl == QTEST || ctrl == QFRMR) {
| |||||
166 | /* yes */ | |||||
167 | } | |||||
168 | } | |||||
169 | ||||||
170 | void | |||||
171 | proto_register_qllc(void) | |||||
172 | { | |||||
173 | static hf_register_info hf[] = { | |||||
174 | { &hf_qllc_address, | |||||
175 | { "Address Field", "qllc.address", FT_UINT8, BASE_HEX, NULL, 0x0, | |||||
![]() |