Text   |  XML   |  ReML   |   Visible Warnings:

Redundant Condition  at packet-isakmp.c:1716

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

v2_aft2str

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-isakmp.c)expand/collapse
Show more  
 1711  static const char *
 1712  v2_aft2str(guint16 aft)
 1713  {
 1714      if (aft < 14 || (aft > 14 && aft < 18)) return "RESERVED";
 1715      if (aft == 14) return "Key Length (in bits)";
 1716      if (aft >= 18 && aft < 16384) return "RESERVED TO IANA";
 1717      return "PRIVATE USE";
 1718  }
Show more  




Change Warning 1215.29280 : Redundant Condition

Priority:
State:
Finding:
Owner:
Note: