esrlabs / chipmunk

log analysis tool
Apache License 2.0
562 stars 39 forks source link

Show raw contents of non-verbose frames if no FIBEX is loaded #949

Closed vladirupanov closed 2 years ago

vladirupanov commented 3 years ago

Prerequisites

affected version: @2.9.0

make sure to check this before filing an issue

Display binary data if no FIBEX provided Even if FIBEX not provided (it is not always at hand), it makes sense to display at least some reasonable amount of bytes (64+) from the message as hex (or better both as hex and "printed chars").

Potential Workaround

Do you have an alternative way of achieving what you intend to do?

More Information This screen would then contain more useful information than now.

Screenshot 2020-11-04 at 14 16 10
vladirupanov commented 3 years ago

In some of my analyses this feature would be very helpful. FIBEX is not always at hand, but the message ID is often known (and a human decoder is present).

Alternatively, access to raw packet contents (no matter if verbose or non-verbose, with FIBEX or without) would be great.

DmitryAstafyev commented 2 years ago

Fixed with 2.24.0