Skip to content

Commit c0433eb

Browse files
committed
Reverted debug remaining in Wireshark coloring
1 parent 1a23bbc commit c0433eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chrome IPC Sniffer/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ static bool UpdateWiresharkConfiguration()
160160
return true;
161161
}
162162

163-
if (!File.ReadAllText(colorfiltersFile).Contains("@mojouser") || true)
163+
if (!File.ReadAllText(colorfiltersFile).Contains("@ipcz"))
164164
{
165165
Console.WriteLine("[+] Configuring Wirehsark protocol colors");
166166

0 commit comments

Comments
 (0)