Skip to content

Commit

Permalink
ICMP minor
Browse files Browse the repository at this point in the history
  • Loading branch information
veniware committed May 17, 2024
1 parent 4c3cf48 commit 5245a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Protest/Tools/TraceRoute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace Protest.Tools;

internal static class TraceRoute {

static readonly byte[] ICMP_PAYLOAD = "0000000000000000"u8.ToArray();
static readonly byte[] ICMP_PAYLOAD = "0123456789abcdef"u8.ToArray();
public static async void WebSocketHandler(HttpListenerContext ctx) {
WebSocket ws;
try {
Expand Down

0 comments on commit 5245a63

Please sign in to comment.