Is there any way to change the header names in a dissector depending on the data that's dissected? or to have the header names extracted from a pre-initialized array? example: array[]={"NewHeading1","NewHeading2"}; OLD DISPLAY: -Frame 17300........ -Ethernet II,....... -MYPROTOCOL -Heading1
-Heading2
NEW DISPLAY: -Frame 17300…….. -Ethernet II,……. -MYPROTOCOL -NewHeading1
-NewHeading2
asked 03 Feb ‘13, 17:54 StealthUE edited 03 Feb ‘13, 17:57 |
One Answer:
No. A particular field should always represent the same thing. answered 05 Feb '13, 19:44 Guy Harris ♦♦ |