1
0
mirror of https://bitbucket.org/ValdikSS/goodbyedpi synced 2024-06-11 17:51:24 +00:00

Remove unused string

This commit is contained in:
ValdikSS 2017-12-24 20:28:25 +03:00
parent 3ffce30871
commit 490525387d

View File

@ -245,8 +245,6 @@ static PVOID find_http_method_end(const char *pkt, int http_frag, int *is_fragme
}
int main(int argc, char *argv[]) {
static const char *fragment_size_message =
"Fragment size should be in range [0 - 65535]\n";
int i, should_reinject, should_recalc_checksum = 0;
int opt;
HANDLE w_filter = NULL;