tshark export of “goose.integer” is not the same under windows as under linux
The data will be more complete in windows. What would be the best way to export the data completely under linux?
linux
tshark -r data.pcapng -Y "frame.number == 383" -e "goose.integer" -T fields > 1.txt
tshark -v
TShark (Wireshark) 4.2.2 (Git v4.2.2 packaged as 4.2.2-1).
windows
tshark -r data.pcapng -Y "frame.number == 383" -e "goose.integer" -T fields > 2.txt
D:\Program Files\Wireshark>tshark -v
TShark (Wireshark) 4.2.3 (v4.2.3-0-ga15d7331476c).
Can you update the question with the output of
tshark -v
for linux and Windows.(Sample capture attached to: 19580: Incorrect recursion depth assert failure when dissecting a legitimate GOOSE message)
updated...