I have an application, sending information to a TCP connection to IP address:port 192.168.2.191:5000. In the corresponding logs, I can see this:
2025-01-10 09:25:02.1895 | Debug | ConnectionManager.Send | Telegram sent to Ip=[192.168.2.191]:Port=[5000]: telegram=[
ZA00**MFS1PL01****01020010120000************************************************************]
When running a Wireshark capture, this is what I see:
Where is the ZA00... stuff in the Wireshark capture?
(For your information: I've checked all packets, going to that IP address (port), there is nothing containing that information.)
Is it possible that WireShark does not capture all information? Is it possible that Wireshark captures the information, but doesn't show it? ...?

