Skip to content

Commit

Permalink
Update fakepackets.c
Browse files Browse the repository at this point in the history
  • Loading branch information
SashaXser authored Aug 13, 2024
1 parent 02515ac commit fe1dd55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/fakepackets.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <unistd.h>
Expand Down Expand Up @@ -154,4 +153,4 @@ int send_fake_https_request(const HANDLE w_filter,
return send_fake_request(w_filter, addr, pkt, packetLen,
is_ipv6, TRUE,
set_ttl, set_checksum, set_seq);
}
}

0 comments on commit fe1dd55

Please sign in to comment.