I am trying to identify what protocol a slew of (identical, short)
packets might be that were received on a highly likely wrong port
In WS I can use 'decode as' but that would require me to try each and
every one
Is there any tool that can do this automatically and offer me
likely candidates for closer inspection?
In particular. I can identify where in the packet there is
a string (readable in the hex-dump) which is misinterpreted
by the protocol dissector usually associated with that port
as integers. So anything that can tell me protocols that have
a length-prefixed string at position n (with y bytes of prefix)
and then spit those out for me to look at further would be useful
thx