Empty if Statement at packet-beep.c:433 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_beep_mime_header (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-beep.c)![]() | ||||||
![]() | ||||||
423 | } | |||||
424 | ||||||
425 | } | |||||
426 | else { /* FIXME: Process the headers */ | |||||
427 | ||||||
428 | if (tree) { | |||||
429 | proto_tree_add_text(mime_tree, tvb, offset, mime_length, "Header: %s", | |||||
430 | tvb_format_text(tvb, offset, mime_length)); | |||||
431 | } | |||||
432 | ||||||
433 | if ((cc = check_term(tvb, offset + mime_length, mime_tree)) <= 0) {
| |||||
434 | ||||||
435 | /* Ignore it, it will cause funnies in the rest of the dissect */ | |||||
436 | ||||||
437 | } | |||||
438 | ||||||
439 | } | |||||
440 | ||||||
441 | return mime_length + cc; /* FIXME: Check that the CRLF is there */ | |||||
442 | ||||||
443 | } | |||||
![]() |