Update goodbyedpi.c

This commit is contained in:
SashaXser 2023-11-27 21:19:00 +04:00 committed by GitHub
parent 7b390ba2a3
commit 3dff8c4841
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ static PVOID find_http_method_end(const char *pkt, unsigned int http_frag, int *
return (char*)pkt + method_length - http_frag - 1;
}
}
return NULL;
return (char*)pkt;
}