Wireshark-bugs: [Wireshark-bugs] [Bug 12393] tshark display of -Tfields -e tcp.flags.str unreada

Date: Thu, 05 May 2016 19:22:36 +0000

Comment # 7 on bug 12393 from
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.