Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Field: nordic_ble.delta_time

Looks like units (us) were added in this change (Gitlab commit: f5622e81 )

Sample capture for testing (60719-04_BLE_sensor_and_CGW_prefix_added_exp_pdu.pcapng: Exported PDU trace) attached to this issue

Prior to the change, the symbol was displayed in the column title?

Before:
    { &hf_nordic_ble_delta_time,
        { "Delta time (" UTF8_MICRO_SIGN "s end to start)", "nordic_ble.delta_time",
            FT_UINT32, BASE_DEC, NULL, 0x0,
            UTF8_MICRO_SIGN "s since end of last reported packet", HFILL }
    },

After:
    { &hf_nordic_ble_delta_time,
        { "Delta time (end to start)", "nordic_ble.delta_time",
            FT_UINT32, BASE_DEC | BASE_UNIT_STRING, &units_microseconds, 0x0,
            "Time since end of last reported packet", HFILL }
    },

I'm not sure if the best answer is to revert or to add another field without units.
Enhancement/change requests are done through Gitlab issues