Comment # 6
on bug 11187
from Xiaochuan Sun
The auto-completion for legacy protocol such as "lte_rrc", "x2ap", "s1ap" works
normally. But it doesn't work for new implemented protocol for wireshark QT.
I implemented a new protocol named as "qct". The auto-completion for "qct."
works normally for wireshark GTK+, but it doesn't work for wireshark QT. Please
check attached picture. The 3rd picture is for wireshark GTK+ and the 4th
picture is for wireshark QT.
static hf_register_info hf[] = {
{ &hf_qualcomm_record,
{ "Record", "qct.record",
FT_STRING, BASE_NONE,
NULL, 0x0,
NULL, HFILL }
},
{ &hf_qualcomm_info,
{ "Info", "qct.info",
FT_STRING, BASE_NONE,
NULL, 0x0,
NULL, HFILL }
},
{ &hf_qualcomm_logcode,
{ "logcode", "qct.logcode",
FT_UINT16, BASE_HEX,
NULL, 0x0,
NULL, HFILL }
},
};
You are receiving this mail because:
- You are watching all bug changes.