dyster / IPTComShark

MIT License
0 stars 0 forks source link

Showing of raw data in the message detail view #13

Open robertvanv opened 5 years ago

robertvanv commented 5 years ago

For some packets, the raw data has been translated into the Subset definition of the value. For test spec debugging, please also include the raw data values (integers, strings etc.) in the message detailed view.

robertvanv commented 5 years ago

To clarify the issue..... Packet EVC-8 MMI_DRIVER_MESSAGE contains the MMI_Q_TEXT_CRITERIA.

As per the VSIS, the values are as follows: 0 = "Add text/symbol with ack prompt, to be kept after ack" 1 = "Add text/symbol with ack prompt, to be removed after ack" 2 = "Add text with ack/nak prompt, to be removed after ack/nak" 3 = "Add informative text/symbol" 4 = "Remove text/symbol. Text/symbol to be removed is defined by MMI_I_TEXT." 5 = "Text still incomplete. Another instance of EVC-8 follows."

In the message detail view, "Value" column only displays "Add informative text/symbol" and the underlying value of '3' is not shown. This is also a bug because the type is shown as 'string', and not as 'unsigned4' as per VSIS.

I imagine this has been done for a lot of variables that are of type "unsignedX" where the value represents a constant string.