ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 11187] abnormal behavior for display filter auto-completio

Date: Thu, 14 May 2015 07:26:34 +0000

Comment # 6 on bug 11187 from
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.