Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-ajp13.c:753

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

get_ajp13_pdu_len

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ajp13.c)expand/collapse
Show more  
 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  }
Show more  




Change Warning 1837.31336 : Unused Value

Priority:
State:
Finding:
Owner:
Note: