Home
last modified time | relevance | path

Searched refs:m2m_handle (Results 1 – 4 of 4) sorted by relevance

/dports/net/wireshark-lite/wireshark-3.6.1/plugins/epan/wimax/
H A Dpacket-m2m.c784 dissector_handle_t m2m_handle; in proto_reg_handoff_m2m() local
786 m2m_handle = create_dissector_handle(dissect_m2m, proto_m2m); in proto_reg_handoff_m2m()
787 dissector_add_uint("ethertype", ETHERTYPE_WMX_M2M, m2m_handle); in proto_reg_handoff_m2m()
/dports/net/wireshark/wireshark-3.6.1/plugins/epan/wimax/
H A Dpacket-m2m.c784 dissector_handle_t m2m_handle; in proto_reg_handoff_m2m() local
786 m2m_handle = create_dissector_handle(dissect_m2m, proto_m2m); in proto_reg_handoff_m2m()
787 dissector_add_uint("ethertype", ETHERTYPE_WMX_M2M, m2m_handle); in proto_reg_handoff_m2m()
/dports/net/tshark-lite/wireshark-3.6.1/plugins/epan/wimax/
H A Dpacket-m2m.c784 dissector_handle_t m2m_handle; in proto_reg_handoff_m2m() local
786 m2m_handle = create_dissector_handle(dissect_m2m, proto_m2m); in proto_reg_handoff_m2m()
787 dissector_add_uint("ethertype", ETHERTYPE_WMX_M2M, m2m_handle); in proto_reg_handoff_m2m()
/dports/net/tshark/wireshark-3.6.1/plugins/epan/wimax/
H A Dpacket-m2m.c784 dissector_handle_t m2m_handle;
786 m2m_handle = create_dissector_handle(dissect_m2m, proto_m2m);
787 dissector_add_uint("ethertype", ETHERTYPE_WMX_M2M, m2m_handle);