chipmunk icon indicating copy to clipboard operation
chipmunk copied to clipboard

log analysis tool

Results 161 chipmunk issues
Sort by recently updated
recently updated
newest added

affected version: 2.22.9 example file: ``` Thu Jun 23 13:55:42 2022 | 131852 bla bla bla ``` or ``` xyz: 133441 [ 0.137400] bla bla bla ```

bug

Probably we can use MessageProducer to concat / merge files?

Chipmunk 3

Add general support of SOME IP.

Chipmunk 3

Such formats like DLT, SOME IP and etc could have binary data as a part of `payload`. If binary payload can be detected, I mean we can map it, like:...

Chipmunk 3

The current workflow of a session (for binary files, like DLT, PCAP etc.) is: - create producer (using parser and source reader) - read whole file - create TEXT representation...

Chipmunk 3

Everywhere where it makes sense (DLT file dialog, DLT connector etc.) we should consider default action on pressing ENTER, for example: opening file or connecting.

Chipmunk 3

Compact list of recent actions (ctrl + P) should be available on all sessions screens (but not on welcome).

Chipmunk 3

Put on the welcome screen a list of major shortcuts.

Chipmunk 3

ScrollArea component should not request [0,0] chunks on initialization. Actually if len of stream == 0, it should not request any.

Chipmunk 3

As soon as the session is closed, all loops should be closed as well. Method observe should make cleanup procedure also (remove temporary files)

Chipmunk 3