I'm using Wireshark 3.0.0 (Git) to sniff Mongo packets. I can see the packets in port 27017
but the protocol identifies them as TCP
and not as Mongo
. After checking protocol preferences, Mongo port is set to 27017
.
Why doesn't wireshark detect the packages as Mongo
?
Thanks in advance,