Home
last modified time | relevance | path

Searched refs:pduLength (Results 1 – 25 of 70) sorted by relevance

123

/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmnet/libsrc/
H A Ddulparse.cc154 if (pduLength < 2 + 2 + 16 + 16 + 32) in parseAssociate()
164 pduLength -= 2; in parseAssociate()
172 pduLength--; in parseAssociate()
174 pduLength--; in parseAssociate()
180 pduLength -= 16; in parseAssociate()
185 pduLength -= 16; in parseAssociate()
188 pduLength -= 32; in parseAssociate()
226 if (!OFStandard::safeSubtract(pduLength, itemLength, pduLength)) in parseAssociate()
239 if (!OFStandard::safeSubtract(pduLength, itemLength, pduLength)) in parseAssociate()
251 if (!OFStandard::safeSubtract(pduLength, itemLength, pduLength)) in parseAssociate()
[all …]
H A Ddulfsm.cc902 pduLength; in AE_3_AssociateConfirmationAccept() local
1075 pduLength; in AE_4_AssociateConfirmationReject() local
1165 pduLength; in AE_6_ExamineAssociateRequest() local
1396 pduLength, in DT_2_IndicatePData() local
1579 pduLength; in AR_2_IndicateRelease() local
1587 if (pduLength == 4) in AR_2_IndicateRelease()
1629 pduLength; in AR_3_ConfirmRelease() local
1792 pduLength; in AR_8_IndicateARelease() local
1993 pduLength; in AA_3_IndicatePeerAborted() local
2000 if (pduLength == 4) in AA_3_IndicatePeerAborted()
[all …]
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/core/
H A Dtransport.c657 size_t pduLength; in transport_read_pdu() local
659 pduLength = 0; in transport_read_pdu()
705 pduLength += 3; in transport_read_pdu()
715 pduLength += 4; in transport_read_pdu()
725 pduLength = header[1]; in transport_read_pdu()
726 pduLength += 2; in transport_read_pdu()
743 if (pduLength < 7 || pduLength > 0xFFFF) in transport_read_pdu()
746 pduLength); in transport_read_pdu()
763 pduLength = header[1]; in transport_read_pdu()
770 if (pduLength < 3 || pduLength > 0x8000) in transport_read_pdu()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-rdp_egfx.c204 guint32 pduLength; in dissect_rdp_egfx_payload() local
213 pduLength = tvb_get_guint32(tvb, offset + 4, ENC_LITTLE_ENDIAN); in dissect_rdp_egfx_payload()
215 item = proto_tree_add_item(parent_tree, proto_rdp_egfx, tvb, offset, pduLength, ENC_NA); in dissect_rdp_egfx_payload()
228 if (pduLength < 8) { in dissect_rdp_egfx_payload()
229 …xpert_add_info_format(pinfo, item, &ei_egfx_pdulen_invalid, "pduLength is %u, not < 8", pduLength); in dissect_rdp_egfx_payload()
240 subtree = proto_tree_add_subtree(tree, tvb, offset, pduLength-8, ett_egfx_caps, NULL, "Caps"); in dissect_rdp_egfx_payload()
263 …subtree = proto_tree_add_subtree(tree, tvb, offset, pduLength-8, ett_egfx_capsconfirm, NULL, "Caps… in dissect_rdp_egfx_payload()
277 …subtree = proto_tree_add_subtree(tree, tvb, offset, pduLength-4, ett_egfx_reset, NULL, "Reset grap… in dissect_rdp_egfx_payload()
315 offset += (pduLength - 8); in dissect_rdp_egfx_payload()
366 offset += (pduLength - 8); in dissect_rdp_egfx_payload()
H A Dpacket-rlc-lte.h59 guint16 pduLength; member
73 guint16 pduLength; member
H A Dpacket-rlc-nr.h47 guint16 pduLength; member
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-rdp_egfx.c204 guint32 pduLength; in dissect_rdp_egfx_payload() local
213 pduLength = tvb_get_guint32(tvb, offset + 4, ENC_LITTLE_ENDIAN); in dissect_rdp_egfx_payload()
215 item = proto_tree_add_item(parent_tree, proto_rdp_egfx, tvb, offset, pduLength, ENC_NA); in dissect_rdp_egfx_payload()
228 if (pduLength < 8) { in dissect_rdp_egfx_payload()
229 …xpert_add_info_format(pinfo, item, &ei_egfx_pdulen_invalid, "pduLength is %u, not < 8", pduLength); in dissect_rdp_egfx_payload()
240 subtree = proto_tree_add_subtree(tree, tvb, offset, pduLength-8, ett_egfx_caps, NULL, "Caps"); in dissect_rdp_egfx_payload()
263 …subtree = proto_tree_add_subtree(tree, tvb, offset, pduLength-8, ett_egfx_capsconfirm, NULL, "Caps… in dissect_rdp_egfx_payload()
277 …subtree = proto_tree_add_subtree(tree, tvb, offset, pduLength-4, ett_egfx_reset, NULL, "Reset grap… in dissect_rdp_egfx_payload()
315 offset += (pduLength - 8); in dissect_rdp_egfx_payload()
366 offset += (pduLength - 8); in dissect_rdp_egfx_payload()
H A Dpacket-rlc-lte.h59 guint16 pduLength; member
73 guint16 pduLength; member
H A Dpacket-rlc-nr.h47 guint16 pduLength; member
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-rdp_egfx.c204 guint32 pduLength; in dissect_rdp_egfx_payload() local
213 pduLength = tvb_get_guint32(tvb, offset + 4, ENC_LITTLE_ENDIAN); in dissect_rdp_egfx_payload()
215 item = proto_tree_add_item(parent_tree, proto_rdp_egfx, tvb, offset, pduLength, ENC_NA); in dissect_rdp_egfx_payload()
228 if (pduLength < 8) { in dissect_rdp_egfx_payload()
229 …xpert_add_info_format(pinfo, item, &ei_egfx_pdulen_invalid, "pduLength is %u, not < 8", pduLength); in dissect_rdp_egfx_payload()
240 subtree = proto_tree_add_subtree(tree, tvb, offset, pduLength-8, ett_egfx_caps, NULL, "Caps"); in dissect_rdp_egfx_payload()
263 …subtree = proto_tree_add_subtree(tree, tvb, offset, pduLength-8, ett_egfx_capsconfirm, NULL, "Caps… in dissect_rdp_egfx_payload()
277 …subtree = proto_tree_add_subtree(tree, tvb, offset, pduLength-4, ett_egfx_reset, NULL, "Reset grap… in dissect_rdp_egfx_payload()
315 offset += (pduLength - 8); in dissect_rdp_egfx_payload()
366 offset += (pduLength - 8); in dissect_rdp_egfx_payload()
H A Dpacket-rlc-lte.h59 guint16 pduLength; member
73 guint16 pduLength; member
H A Dpacket-rlc-nr.h47 guint16 pduLength; member
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-rdp_egfx.c204 guint32 pduLength; in dissect_rdp_egfx_payload() local
213 pduLength = tvb_get_guint32(tvb, offset + 4, ENC_LITTLE_ENDIAN); in dissect_rdp_egfx_payload()
215 item = proto_tree_add_item(parent_tree, proto_rdp_egfx, tvb, offset, pduLength, ENC_NA); in dissect_rdp_egfx_payload()
228 if (pduLength < 8) { in dissect_rdp_egfx_payload()
229 …xpert_add_info_format(pinfo, item, &ei_egfx_pdulen_invalid, "pduLength is %u, not < 8", pduLength); in dissect_rdp_egfx_payload()
240 subtree = proto_tree_add_subtree(tree, tvb, offset, pduLength-8, ett_egfx_caps, NULL, "Caps"); in dissect_rdp_egfx_payload()
263 …subtree = proto_tree_add_subtree(tree, tvb, offset, pduLength-8, ett_egfx_capsconfirm, NULL, "Caps… in dissect_rdp_egfx_payload()
277 …subtree = proto_tree_add_subtree(tree, tvb, offset, pduLength-4, ett_egfx_reset, NULL, "Reset grap… in dissect_rdp_egfx_payload()
315 offset += (pduLength - 8); in dissect_rdp_egfx_payload()
366 offset += (pduLength - 8); in dissect_rdp_egfx_payload()
H A Dpacket-rlc-lte.h59 guint16 pduLength; member
73 guint16 pduLength; member
H A Dpacket-rlc-nr.h47 guint16 pduLength; member
/dports/net/freerdp/freerdp-2.5.0/channels/rdpei/client/
H A Drdpei_main.c241 UINT32 pduLength) in rdpei_send_pdu() argument
249 Stream_Write_UINT32(s, pduLength); /* pduLength (4 bytes) */ in rdpei_send_pdu()
514 UINT32 pduLength; in rdpei_send_cs_ready_pdu() local
526 pduLength = RDPINPUT_HEADER_LENGTH + 10; in rdpei_send_cs_ready_pdu()
527 s = Stream_New(NULL, pduLength); in rdpei_send_cs_ready_pdu()
661 UINT32 pduLength; in rdpei_send_touch_event_pdu() local
664 pduLength = 64 + (frame->contactCount * 64); in rdpei_send_touch_event_pdu()
665 s = Stream_New(NULL, pduLength); in rdpei_send_touch_event_pdu()
690 pduLength = Stream_Length(s); in rdpei_send_touch_event_pdu()
798 UINT32 pduLength; in rdpei_recv_pdu() local
[all …]
/dports/net/wireshark/wireshark-3.6.1/ui/cli/
H A Dtap-rlcltestat.c178 hs->common_stats.bcch_bytes += si->pduLength; in rlc_lte_stat_packet()
183 hs->common_stats.pcch_bytes += si->pduLength; in rlc_lte_stat_packet()
236 te->stats.UL_total_bytes += si->pduLength; in rlc_lte_stat_packet()
246 te->stats.DL_total_bytes += si->pduLength; in rlc_lte_stat_packet()
/dports/net/wireshark-lite/wireshark-3.6.1/ui/cli/
H A Dtap-rlcltestat.c178 hs->common_stats.bcch_bytes += si->pduLength; in rlc_lte_stat_packet()
183 hs->common_stats.pcch_bytes += si->pduLength; in rlc_lte_stat_packet()
236 te->stats.UL_total_bytes += si->pduLength; in rlc_lte_stat_packet()
246 te->stats.DL_total_bytes += si->pduLength; in rlc_lte_stat_packet()
/dports/net/tshark/wireshark-3.6.1/ui/cli/
H A Dtap-rlcltestat.c178 hs->common_stats.bcch_bytes += si->pduLength; in rlc_lte_stat_packet()
183 hs->common_stats.pcch_bytes += si->pduLength; in rlc_lte_stat_packet()
236 te->stats.UL_total_bytes += si->pduLength; in rlc_lte_stat_packet()
246 te->stats.DL_total_bytes += si->pduLength; in rlc_lte_stat_packet()
/dports/net/tshark-lite/wireshark-3.6.1/ui/cli/
H A Dtap-rlcltestat.c178 hs->common_stats.bcch_bytes += si->pduLength; in rlc_lte_stat_packet()
183 hs->common_stats.pcch_bytes += si->pduLength; in rlc_lte_stat_packet()
236 te->stats.UL_total_bytes += si->pduLength; in rlc_lte_stat_packet()
246 te->stats.DL_total_bytes += si->pduLength; in rlc_lte_stat_packet()
/dports/net/freerdp/freerdp-2.5.0/channels/rdpgfx/
H A Drdpgfx_common.c121 Stream_Read_UINT32(s, header->pduLength); /* pduLength (4 bytes) */ in rdpgfx_read_header()
136 Stream_Write_UINT32(s, header->pduLength); /* pduLength (4 bytes) */ in rdpgfx_write_header()
/dports/net/freerdp/freerdp-2.5.0/channels/rdpgfx/server/
H A Drdpgfx_main.c57 static INLINE UINT rdpgfx_server_packet_init_header(wStream* s, UINT16 cmdId, UINT32 pduLength) in rdpgfx_server_packet_init_header() argument
62 header.pduLength = pduLength; in rdpgfx_server_packet_init_header()
159 UINT32 pduLength = rdpgfx_pdu_length(dataLen); in rdpgfx_server_single_packet_new() local
160 s = Stream_New(NULL, pduLength); in rdpgfx_server_single_packet_new()
168 if ((error = rdpgfx_server_packet_init_header(s, cmdId, pduLength))) in rdpgfx_server_single_packet_new()
1312 rdpgfx_get_cmd_id_string(header.cmdId), header.cmdId, header.flags, header.pduLength); in rdpgfx_server_receive_pdu()
1367 if (end != (beg + header.pduLength)) in rdpgfx_server_receive_pdu()
1370 (beg + header.pduLength)); in rdpgfx_server_receive_pdu()
1371 Stream_SetPosition(s, (beg + header.pduLength)); in rdpgfx_server_receive_pdu()
/dports/net/freerdp/freerdp-2.5.0/channels/rdpgfx/client/
H A Drdpgfx_main.c123 header.pduLength = RDPGFX_HEADER_SIZE + 2; in rdpgfx_send_caps_advertise_pdu()
128 header.pduLength += RDPGFX_CAPSET_BASE_SIZE + capsSet->length; in rdpgfx_send_caps_advertise_pdu()
132 s = Stream_New(NULL, header.pduLength); in rdpgfx_send_caps_advertise_pdu()
392 header.pduLength = RDPGFX_HEADER_SIZE + 12; in rdpgfx_send_frame_acknowledge_pdu()
394 s = Stream_New(NULL, header.pduLength); in rdpgfx_send_frame_acknowledge_pdu()
430 header.pduLength = RDPGFX_HEADER_SIZE + 12; in rdpgfx_send_qoe_frame_acknowledge_pdu()
446 s = Stream_New(NULL, header.pduLength); in rdpgfx_send_qoe_frame_acknowledge_pdu()
503 s = Stream_New(NULL, header.pduLength); in rdpgfx_send_cache_import_offer_pdu()
1742 if (end != (beg + header.pduLength)) in rdpgfx_recv_pdu()
1746 (beg + header.pduLength)); in rdpgfx_recv_pdu()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/ui/
H A Dtap-rlc-graph.h36 guint16 pduLength; member
/dports/net/wireshark/wireshark-3.6.1/ui/
H A Dtap-rlc-graph.h36 guint16 pduLength; member

123