Browse Source

Update goodbyedpi.c

pull/319/head
SashaXser 2 years ago
committed by GitHub
parent
commit
3dff8c4841
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/goodbyedpi.c

2
src/goodbyedpi.c

@ -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 (char*)pkt + method_length - http_frag - 1;
} }
} }
return NULL; return (char*)pkt;
} }

Loading…
Cancel
Save