Home
last modified time | relevance | path

Searched refs:tvb_get_letoh24 (Results 1 – 25 of 108) sorted by relevance

12345

/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-mtp3.c453 pc = tvb_get_letoh24(tvb, offset);
592 dpc = tvb_get_letoh24(tvb, ANSI_DPC_OFFSET);
598 opc = tvb_get_letoh24(tvb, ANSI_OPC_OFFSET);
H A Dpacket-usb-dfu.c362 tvb_get_letoh24(tvb, offset + 1), in dissect_usb_dfu()
H A Dpacket-pcomtcp.c466 if( tvb_get_letoh24(tvb,offset) != 0) in dissect_pcombinary()
H A Dpacket-mausb.c792 desc_len = tvb_get_letoh24(tvb, offset); in dissect_mausb_mgmt_pkt_cap_resp()
1501 header->u.s.seq_num = tvb_get_letoh24(tvb, offset); in dissect_mausb_pkt_data()
H A Dpacket-sccp.c1712 sccp_info->dlr = tvb_get_letoh24(tvb, 0); in dissect_sccp_dlr_param()
1732 sccp_info->slr = tvb_get_letoh24(tvb, 0); in dissect_sccp_slr_param()
2936 source_local_ref = tvb_get_letoh24(tvb, optional_pointer+3); in dissect_xudt_common()
3098 source_local_ref = tvb_get_letoh24(tvb, offset); in dissect_sccp_message()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-mtp3.c453 pc = tvb_get_letoh24(tvb, offset); in dissect_mtp3_3byte_pc()
592 dpc = tvb_get_letoh24(tvb, ANSI_DPC_OFFSET); in dissect_mtp3_routing_label()
598 opc = tvb_get_letoh24(tvb, ANSI_OPC_OFFSET); in dissect_mtp3_routing_label()
H A Dpacket-usb-dfu.c362 tvb_get_letoh24(tvb, offset + 1), in dissect_usb_dfu()
H A Dpacket-pcomtcp.c466 if( tvb_get_letoh24(tvb,offset) != 0) in dissect_pcombinary()
H A Dpacket-mausb.c792 desc_len = tvb_get_letoh24(tvb, offset); in dissect_mausb_mgmt_pkt_cap_resp()
1501 header->u.s.seq_num = tvb_get_letoh24(tvb, offset); in dissect_mausb_pkt_data()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-mtp3.c453 pc = tvb_get_letoh24(tvb, offset); in dissect_mtp3_3byte_pc()
592 dpc = tvb_get_letoh24(tvb, ANSI_DPC_OFFSET); in dissect_mtp3_routing_label()
598 opc = tvb_get_letoh24(tvb, ANSI_OPC_OFFSET); in dissect_mtp3_routing_label()
H A Dpacket-usb-dfu.c362 tvb_get_letoh24(tvb, offset + 1), in dissect_usb_dfu()
H A Dpacket-pcomtcp.c466 if( tvb_get_letoh24(tvb,offset) != 0) in dissect_pcombinary()
H A Dpacket-mausb.c792 desc_len = tvb_get_letoh24(tvb, offset); in dissect_mausb_mgmt_pkt_cap_resp()
1501 header->u.s.seq_num = tvb_get_letoh24(tvb, offset); in dissect_mausb_pkt_data()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-mtp3.c453 pc = tvb_get_letoh24(tvb, offset); in dissect_mtp3_3byte_pc()
592 dpc = tvb_get_letoh24(tvb, ANSI_DPC_OFFSET); in dissect_mtp3_routing_label()
598 opc = tvb_get_letoh24(tvb, ANSI_OPC_OFFSET); in dissect_mtp3_routing_label()
H A Dpacket-usb-dfu.c362 tvb_get_letoh24(tvb, offset + 1),
H A Dpacket-pcomtcp.c466 if( tvb_get_letoh24(tvb,offset) != 0) in dissect_pcombinary()
H A Dpacket-mausb.c792 desc_len = tvb_get_letoh24(tvb, offset); in dissect_mausb_mgmt_pkt_cap_resp()
1501 header->u.s.seq_num = tvb_get_letoh24(tvb, offset); in dissect_mausb_pkt_data()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/wslua/
H A Dwslua_tvb.c475 lua_pushnumber(L,tvb_get_letoh24(tvbr->tvb->ws_tvb,tvbr->offset)); in TvbRange_le_uint()
551 pushUInt64(L,tvb_get_letoh24(tvbr->tvb->ws_tvb,tvbr->offset)); in TvbRange_le_uint64()
/dports/net/wireshark/wireshark-3.6.1/epan/wslua/
H A Dwslua_tvb.c475 lua_pushnumber(L,tvb_get_letoh24(tvbr->tvb->ws_tvb,tvbr->offset)); in TvbRange_le_uint()
551 pushUInt64(L,tvb_get_letoh24(tvbr->tvb->ws_tvb,tvbr->offset)); in TvbRange_le_uint64()
/dports/net/tshark-lite/wireshark-3.6.1/epan/wslua/
H A Dwslua_tvb.c475 lua_pushnumber(L,tvb_get_letoh24(tvbr->tvb->ws_tvb,tvbr->offset)); in TvbRange_le_uint()
551 pushUInt64(L,tvb_get_letoh24(tvbr->tvb->ws_tvb,tvbr->offset)); in TvbRange_le_uint64()
/dports/net/tshark/wireshark-3.6.1/epan/wslua/
H A Dwslua_tvb.c475 lua_pushnumber(L,tvb_get_letoh24(tvbr->tvb->ws_tvb,tvbr->offset)); in TvbRange_le_uint()
551 pushUInt64(L,tvb_get_letoh24(tvbr->tvb->ws_tvb,tvbr->offset)); in TvbRange_le_uint64()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/
H A Dtvbuff.h311 WS_DLL_PUBLIC guint32 tvb_get_letoh24(tvbuff_t *tvb, const gint offset);
/dports/net/wireshark/wireshark-3.6.1/epan/
H A Dtvbuff.h311 WS_DLL_PUBLIC guint32 tvb_get_letoh24(tvbuff_t *tvb, const gint offset);
/dports/net/tshark-lite/wireshark-3.6.1/epan/
H A Dtvbuff.h311 WS_DLL_PUBLIC guint32 tvb_get_letoh24(tvbuff_t *tvb, const gint offset);
/dports/net/tshark/wireshark-3.6.1/epan/
H A Dtvbuff.h311 WS_DLL_PUBLIC guint32 tvb_get_letoh24(tvbuff_t *tvb, const gint offset);

12345