Unused Value at packet-ajp13.c:753 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
get_ajp13_pdu_len (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ajp13.c)![]() | ||||||
![]() | ||||||
749 | get_ajp13_pdu_len(packet_info *pinfo _U_, tvbuff_t *tvb, int offset) | |||||
750 | { | |||||
751 | guint16 magic; | |||||
752 | guint16 plen; | |||||
753 | magic = tvb_get_ntohs(tvb, offset);
| |||||
754 | plen = tvb_get_ntohs(tvb, offset+2); | |||||
755 | plen += 4; | |||||
756 | return plen; | |||||
757 | } | |||||
![]() |