Is it possible to filter out packets? E.g. by date time, or packet type?
The traffic viewer is very useful, but it could be even better if one could analyze only some packets (for example all heartbeat ones, alla commands, etc.)
Sincerely
Filter packets in Traffic viewer
Gio
It's impossible to distinguish between different packet types (heartbeat, command response etc) because raw traffic viewer is a low-level instrument that knows nothing about the particular protocol structure.
You may export raw packets in both hex and text formats - this is usually handy in the analysis of raw packets.
Or you may query inbound/outbound packets separately using filter options in this REST API call.
Yes of course.
I just have been reading only a fixed position protocol where 4th byte is pkt type : this was simple to filter out.
But protocols are obviously different...