Different output between tshark and wireshark
Hi, I was trying to match some diameter dialogues and I realized that tshark does not decode some packets while wireshark it does.
This is the file https://www.dropbox.com/s/msrsr9uwukd...
I tried either with -2 or without
tshark -V -2 -r 333b.pcapng
No Diameter is found.
Whireshark Version 4.0.1 (v4.0.1-0-ge9f3970b1527).
Check screenshot of decoded file:
https://www.dropbox.com/s/b8yeit4pz6l...
The wireshark configuration for Diameter protocol is:
Reassemble Diameter messages spanning multiple TCP segments -> flagged
TCP ports : 3000-3867,3869-3999
SCTP port(s) : 3868
Put it on a public fileshare (Dropbox, Google, Onedrive, ...) and update the description with a link to it.
Please provide the
tshark
command you are using. Specifically, I'm wondering if you are you including the-2
option or not. Also, please also provide the version information fromtshark -v
.No Diameter is found when I open it in
(more)