Hey, I'm building a dissector and wanted to know if it is possible declare an error on the upper box, where all the packets are (tcp ...) By declaring I mean to get the color of the column red... I know it is possible to declare and color the column in red on the middle box (where the description of the packets is found), but I want to see if it is also possible to the upper box... Or, the only way to do it is to make it by the hand with view>>coloring rules and create some error flag which will be up in an error, and then I'll color it ? thanks ahead asked 09 Dec '12, 02:24 hudac |
2 Answers:
Use
(exactly like that, complete with the quotes around Error) and with your choice of background color (red, presumably - #FF5C5C is probably closes to the red used in the packet detail pane). Put that rule at the beginning of the list of coloring rules, so that it overrides all rules below it. answered 14 Dec '12, 23:58 Guy Harris ♦♦ |
answered 09 Dec '12, 06:32 hudac |