Text   |  XML   |  ReML   |   Visible Warnings:

Negative Character Value  at packet-ipsec.c:308

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

get_ipv6_suffix

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ipsec.c)expand/collapse
Show more  
 298                      found = TRUE;
 299                    }
 300   
 301                  else 
 302                    {
 303                      cpt++;
 304                    }
 305              }
 306            else 
 307              {
 308                suffix[IPSEC_STRLEN_IPV6 -1 -cpt_suffix] = toupper(ipv6_address[ipv6_len - cpt - 1]);
 309                cpt_seg ++;
 310                cpt_suffix ++;
 311                cpt++;
 312              }
 313          }
 314   
 315        if(cpt_suffix % 4 != 0)
 316          {
 317            for(j = cpt_seg; j < 4; j++)
 318              {
Show more  




Change Warning 52.27294 : Negative Character Value

Priority:
State:
Finding:
Owner:
Note: