Comment # 7
on bug 12393
from Gerald Combs
Jasper & Pascal - What happens if you pipe tshark's output into Cygwin's cat? I
get mojibake here (cmd.exe, code page 437) normally...
> tshark -nr demo.pcap
100 1.368528 192.168.0.2 -> 208.44.130.160 TCP 66 A·A·A·A·A·A·A·AA·A·A·A·
1045â+'22 [ACK] Seq=1 Ack=33 Win=31856 Len=0 TSval=38398943 TSecr=1294882859
...but Cygwin seems to employ some sort of character set conversion wizardry:
> tshark -nr demo.pcap | cat
100 1.368528 192.168.0.2 -> 208.44.130.160 TCP 66 ·······A···· 1045→22
[ACK] Seq=1 Ack=33 Win=31856 Len=0 TSval=38398943 TSecr=1294882859
You are receiving this mail because:
- You are watching all bug changes.