First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Can i add Packet colorization in my Wireshark Dissector Plugin (c)

Hi togehter,

is it possible to mark different frames in different colors via code? I know how to add it by hand but i would like to color my different frames in different colors via code.

Thanks and kind regards

robin

Robin26689's avatar
13
Robin26689
asked 2021-01-28 14:31:29 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

No, a dissector creates fields and sets values into the fields, then users may create color filters based on field values.

Conceptually dissectors should not have any connection with the UI as they don't know how the dissection engine will be invoked.

grahamb's avatar
23.8k
grahamb
answered 2021-01-28 15:15:39 +0000, updated 2021-01-29 08:35:52 +0000
edit flag offensive 0 remove flag delete link

Comments

well okay thanks, thought so because i couldn't find anything within the the readme files or in the internet. I will set proper filter then and add them to my own ws.

Robin26689's avatar Robin26689 (2021-01-29 06:21:59 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer