Empty if Statement at packet-smb.c:16402 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_smb (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-smb.c)![]() | ||||||
![]() | ||||||
16392 | g_hash_table_insert(si->ct->matched, new_key, | |||||
16393 | sip); | |||||
16394 | } | |||||
16395 | } else { | |||||
16396 | /* we have seen this packet before; check the | |||||
16397 | matching table | |||||
16398 | */ | |||||
16399 | key.frame = pinfo->fd->num; | |||||
16400 | key.pid_mid = pid_mid; | |||||
16401 | sip=g_hash_table_lookup(si->ct->matched, &key); | |||||
16402 | if(sip==NULL){
| |||||
16403 | /* | |||||
16404 | We didn't find it. | |||||
16405 | Too bad, unfortunately there is not really much we can | |||||
16406 | do now since this means that we never saw the initial | |||||
16407 | request. | |||||
16408 | */ | |||||
16409 | } | |||||
16410 | } | |||||
16411 | ||||||
16412 | ||||||
![]() |