Home
last modified time | relevance | path

Searched refs:tvb_get_ntohs (Results 1 – 25 of 2633) sorted by relevance

12345678910>>...106

/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-srvloc.c359 length = tvb_get_ntohs(tvb, offset + 10); in dissect_authblk()
376 length = tvb_get_ntohs(tvb, offset + 8); in dissect_authblk_v2()
737 url_len = tvb_get_ntohs(tvb, offset); in dissect_url_entry_v1()
762 url_len = tvb_get_ntohs(tvb, offset); in dissect_url_entry_v2()
825 length = tvb_get_ntohs(tvb, offset + 2); in dissect_srvloc()
843 length = tvb_get_ntohs(tvb, offset); in dissect_srvloc()
848 length = tvb_get_ntohs(tvb, offset); in dissect_srvloc()
862 count = tvb_get_ntohs(tvb, offset); in dissect_srvloc()
1009 count = tvb_get_ntohs(tvb, offset); in dissect_srvloc()
1094 count = tvb_get_ntohs(tvb, offset); in dissect_srvloc()
[all …]
H A Dpacket-cisco-sm.c284 protocol = tvb_get_ntohs(tvb,offset);
291 msg_type = tvb_get_ntohs(tvb,offset);
295 msg_type = tvb_get_ntohs(tvb,offset);
302 length = tvb_get_ntohs(tvb,offset);
323 length = tvb_get_ntohs(tvb,offset);
341 length = tvb_get_ntohs(tvb,offset);
356 tag = tvb_get_ntohs(tvb,offset);
372 length = tvb_get_ntohs(tvb,offset);
386 tag = tvb_get_ntohs(tvb,offset);
401 msg_type = tvb_get_ntohs(tvb,offset);
[all …]
H A Dpacket-v5ua.c233 tei = tvb_get_ntohs(parameter_tvb, offset-DLCI_TEI_LENGTH)>>1; in dissect_dlci_parameter()
236 efa = tvb_get_ntohs(parameter_tvb, offset); in dissect_dlci_parameter()
237 dlci_efa = tvb_get_ntohs(parameter_tvb, offset); in dissect_dlci_parameter()
394 status_type = tvb_get_ntohs(parameter_tvb, NTFY_STATUS_TYPE_OFFSET); in dissect_status_type_identification_parameter()
445 offset = tvb_get_ntohs(parameter_tvb, TEI_STATUS_LENGTH_OFFSET) + 8; in dissect_draft_tei_status_parameter()
715 sa_bit_id = tvb_get_ntohs(parameter_tvb, SA_BIT_VALUE_OFFSET); in dissect_sa_bit_status_parameter()
847 tag = tvb_get_ntohs(parameter_tvb, PARAMETER_TAG_OFFSET); in dissect_parameter()
848 length = tvb_get_ntohs(parameter_tvb, PARAMETER_LENGTH_OFFSET); in dissect_parameter()
1364 tag = tvb_get_ntohs(tvb, offset); in dissect_v5ua()
1367 length = tvb_get_ntohs(tvb, offset+2); in dissect_v5ua()
[all …]
H A Dpacket-lwres.c270 aliaslen = tvb_get_ntohs(tvb, offset); in dissect_getnamebyaddr_response()
388 aliaslen = tvb_get_ntohs(tvb, offset); in dissect_getaddrsbyname_response()
409 length = tvb_get_ntohs(tvb, offset + 4); in dissect_getaddrsbyname_response()
483 priority = tvb_get_ntohs(tvb, curr + 2); in dissect_srv_records()
484 weight = tvb_get_ntohs(tvb, curr + 4); in dissect_srv_records()
485 port = tvb_get_ntohs(tvb, curr + 6); in dissect_srv_records()
551 priority = tvb_get_ntohs(tvb, curr + 2); in dissect_mx_records()
823 version = tvb_get_ntohs(tvb, LW_VERSION_OFFSET); in dissect_lwres()
824 flags = tvb_get_ntohs(tvb, LW_PKTFLASG_OFFSET); in dissect_lwres()
829 authtype = tvb_get_ntohs(tvb, LW_AUTHTYPE_OFFSET); in dissect_lwres()
[all …]
H A Dpacket-prp.c86 if(ETHERTYPE_VLAN == tvb_get_ntohs(tvb, 12)) /* tagged frame */ in dissect_prp_redundancy_control_trailer()
110 lan_id = tvb_get_ntohs(tvb, (i+2)) >> 12; in dissect_prp_redundancy_control_trailer()
111 lsdu_size = tvb_get_ntohs(tvb, (i+2)) & 0x0fff; in dissect_prp_redundancy_control_trailer()
127 lan_id = tvb_get_ntohs(tvb, length-4) >> 12; in dissect_prp_redundancy_control_trailer()
128 lsdu_size = tvb_get_ntohs(tvb, length-4) & 0x0fff; in dissect_prp_redundancy_control_trailer()
129 prp1_suffix = tvb_get_ntohs(tvb, length-2); in dissect_prp_redundancy_control_trailer()
H A Dpacket-armagetronad.c104 gint data_len = tvb_get_ntohs(tvb, offset + 4) * 2;
113 if (!try_val_to_str(tvb_get_ntohs(tvb, offset), descriptors))
166 descriptor_id = tvb_get_ntohs(tvb, offset);
167 message_id = tvb_get_ntohs(tvb, offset + 2);
168 data_len = tvb_get_ntohs(tvb, offset + 4) * 2;
235 sender = tvb_get_ntohs(tvb, offset);
H A Dpacket-ipsi-ctl.c63 magic = tvb_get_ntohs(tvb, offset);
74 magic = tvb_get_ntohs(tvb, loffset); loffset+=2; in preprocess_locale_files()
75 length = tvb_get_ntohs(tvb, loffset); loffset+=2; in preprocess_locale_files()
80 type = tvb_get_ntohs(tvb, loffset); loffset+=2; in preprocess_locale_files()
86 sequence = tvb_get_ntohs(tvb, loffset); loffset+=2; in preprocess_locale_files()
98 field1 = tvb_get_ntohs(tvb, loffset); in preprocess_locale_files()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-srvloc.c359 length = tvb_get_ntohs(tvb, offset + 10); in dissect_authblk()
376 length = tvb_get_ntohs(tvb, offset + 8); in dissect_authblk_v2()
737 url_len = tvb_get_ntohs(tvb, offset); in dissect_url_entry_v1()
762 url_len = tvb_get_ntohs(tvb, offset); in dissect_url_entry_v2()
825 length = tvb_get_ntohs(tvb, offset + 2); in dissect_srvloc()
843 length = tvb_get_ntohs(tvb, offset); in dissect_srvloc()
848 length = tvb_get_ntohs(tvb, offset); in dissect_srvloc()
862 count = tvb_get_ntohs(tvb, offset); in dissect_srvloc()
1009 count = tvb_get_ntohs(tvb, offset); in dissect_srvloc()
1094 count = tvb_get_ntohs(tvb, offset); in dissect_srvloc()
[all …]
H A Dpacket-cisco-sm.c284 protocol = tvb_get_ntohs(tvb,offset); in dissect_sm()
291 msg_type = tvb_get_ntohs(tvb,offset); in dissect_sm()
295 msg_type = tvb_get_ntohs(tvb,offset); in dissect_sm()
302 length = tvb_get_ntohs(tvb,offset); in dissect_sm()
323 length = tvb_get_ntohs(tvb,offset); in dissect_sm()
341 length = tvb_get_ntohs(tvb,offset); in dissect_sm()
356 tag = tvb_get_ntohs(tvb,offset); in dissect_sm()
372 length = tvb_get_ntohs(tvb,offset); in dissect_sm()
386 tag = tvb_get_ntohs(tvb,offset); in dissect_sm()
401 msg_type = tvb_get_ntohs(tvb,offset); in dissect_sm()
[all …]
H A Dpacket-v5ua.c233 tei = tvb_get_ntohs(parameter_tvb, offset-DLCI_TEI_LENGTH)>>1; in dissect_dlci_parameter()
236 efa = tvb_get_ntohs(parameter_tvb, offset); in dissect_dlci_parameter()
237 dlci_efa = tvb_get_ntohs(parameter_tvb, offset); in dissect_dlci_parameter()
394 status_type = tvb_get_ntohs(parameter_tvb, NTFY_STATUS_TYPE_OFFSET); in dissect_status_type_identification_parameter()
445 offset = tvb_get_ntohs(parameter_tvb, TEI_STATUS_LENGTH_OFFSET) + 8; in dissect_draft_tei_status_parameter()
715 sa_bit_id = tvb_get_ntohs(parameter_tvb, SA_BIT_VALUE_OFFSET); in dissect_sa_bit_status_parameter()
847 tag = tvb_get_ntohs(parameter_tvb, PARAMETER_TAG_OFFSET); in dissect_parameter()
848 length = tvb_get_ntohs(parameter_tvb, PARAMETER_LENGTH_OFFSET); in dissect_parameter()
1364 tag = tvb_get_ntohs(tvb, offset); in dissect_v5ua()
1367 length = tvb_get_ntohs(tvb, offset+2); in dissect_v5ua()
[all …]
H A Dpacket-lwres.c270 aliaslen = tvb_get_ntohs(tvb, offset); in dissect_getnamebyaddr_response()
388 aliaslen = tvb_get_ntohs(tvb, offset); in dissect_getaddrsbyname_response()
409 length = tvb_get_ntohs(tvb, offset + 4); in dissect_getaddrsbyname_response()
483 priority = tvb_get_ntohs(tvb, curr + 2); in dissect_srv_records()
484 weight = tvb_get_ntohs(tvb, curr + 4); in dissect_srv_records()
485 port = tvb_get_ntohs(tvb, curr + 6); in dissect_srv_records()
551 priority = tvb_get_ntohs(tvb, curr + 2); in dissect_mx_records()
823 version = tvb_get_ntohs(tvb, LW_VERSION_OFFSET); in dissect_lwres()
824 flags = tvb_get_ntohs(tvb, LW_PKTFLASG_OFFSET); in dissect_lwres()
829 authtype = tvb_get_ntohs(tvb, LW_AUTHTYPE_OFFSET); in dissect_lwres()
[all …]
H A Dpacket-prp.c86 if(ETHERTYPE_VLAN == tvb_get_ntohs(tvb, 12)) /* tagged frame */ in dissect_prp_redundancy_control_trailer()
110 lan_id = tvb_get_ntohs(tvb, (i+2)) >> 12; in dissect_prp_redundancy_control_trailer()
111 lsdu_size = tvb_get_ntohs(tvb, (i+2)) & 0x0fff; in dissect_prp_redundancy_control_trailer()
127 lan_id = tvb_get_ntohs(tvb, length-4) >> 12; in dissect_prp_redundancy_control_trailer()
128 lsdu_size = tvb_get_ntohs(tvb, length-4) & 0x0fff; in dissect_prp_redundancy_control_trailer()
129 prp1_suffix = tvb_get_ntohs(tvb, length-2); in dissect_prp_redundancy_control_trailer()
H A Dpacket-ipsi-ctl.c63 magic = tvb_get_ntohs(tvb, offset); in dissect_ipsictl()
74 magic = tvb_get_ntohs(tvb, loffset); loffset+=2; in dissect_ipsictl()
75 length = tvb_get_ntohs(tvb, loffset); loffset+=2; in dissect_ipsictl()
80 type = tvb_get_ntohs(tvb, loffset); loffset+=2; in dissect_ipsictl()
86 sequence = tvb_get_ntohs(tvb, loffset); loffset+=2; in dissect_ipsictl()
98 field1 = tvb_get_ntohs(tvb, loffset); in dissect_ipsictl()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-srvloc.c359 length = tvb_get_ntohs(tvb, offset + 10); in dissect_authblk()
376 length = tvb_get_ntohs(tvb, offset + 8); in dissect_authblk_v2()
737 url_len = tvb_get_ntohs(tvb, offset); in dissect_url_entry_v1()
762 url_len = tvb_get_ntohs(tvb, offset); in dissect_url_entry_v2()
825 length = tvb_get_ntohs(tvb, offset + 2); in dissect_srvloc()
843 length = tvb_get_ntohs(tvb, offset); in dissect_srvloc()
848 length = tvb_get_ntohs(tvb, offset); in dissect_srvloc()
862 count = tvb_get_ntohs(tvb, offset); in dissect_srvloc()
1009 count = tvb_get_ntohs(tvb, offset); in dissect_srvloc()
1094 count = tvb_get_ntohs(tvb, offset); in dissect_srvloc()
[all …]
H A Dpacket-cisco-sm.c284 protocol = tvb_get_ntohs(tvb,offset); in dissect_sm()
291 msg_type = tvb_get_ntohs(tvb,offset); in dissect_sm()
295 msg_type = tvb_get_ntohs(tvb,offset); in dissect_sm()
302 length = tvb_get_ntohs(tvb,offset); in dissect_sm()
323 length = tvb_get_ntohs(tvb,offset); in dissect_sm()
341 length = tvb_get_ntohs(tvb,offset); in dissect_sm()
356 tag = tvb_get_ntohs(tvb,offset); in dissect_sm()
372 length = tvb_get_ntohs(tvb,offset); in dissect_sm()
386 tag = tvb_get_ntohs(tvb,offset); in dissect_sm()
401 msg_type = tvb_get_ntohs(tvb,offset); in dissect_sm()
[all …]
H A Dpacket-v5ua.c233 tei = tvb_get_ntohs(parameter_tvb, offset-DLCI_TEI_LENGTH)>>1; in dissect_dlci_parameter()
236 efa = tvb_get_ntohs(parameter_tvb, offset); in dissect_dlci_parameter()
237 dlci_efa = tvb_get_ntohs(parameter_tvb, offset); in dissect_dlci_parameter()
394 status_type = tvb_get_ntohs(parameter_tvb, NTFY_STATUS_TYPE_OFFSET); in dissect_status_type_identification_parameter()
445 offset = tvb_get_ntohs(parameter_tvb, TEI_STATUS_LENGTH_OFFSET) + 8; in dissect_draft_tei_status_parameter()
715 sa_bit_id = tvb_get_ntohs(parameter_tvb, SA_BIT_VALUE_OFFSET); in dissect_sa_bit_status_parameter()
847 tag = tvb_get_ntohs(parameter_tvb, PARAMETER_TAG_OFFSET); in dissect_parameter()
848 length = tvb_get_ntohs(parameter_tvb, PARAMETER_LENGTH_OFFSET); in dissect_parameter()
1364 tag = tvb_get_ntohs(tvb, offset); in dissect_v5ua()
1367 length = tvb_get_ntohs(tvb, offset+2); in dissect_v5ua()
[all …]
H A Dpacket-lwres.c270 aliaslen = tvb_get_ntohs(tvb, offset); in dissect_getnamebyaddr_response()
388 aliaslen = tvb_get_ntohs(tvb, offset); in dissect_getaddrsbyname_response()
409 length = tvb_get_ntohs(tvb, offset + 4); in dissect_getaddrsbyname_response()
483 priority = tvb_get_ntohs(tvb, curr + 2); in dissect_srv_records()
484 weight = tvb_get_ntohs(tvb, curr + 4); in dissect_srv_records()
485 port = tvb_get_ntohs(tvb, curr + 6); in dissect_srv_records()
551 priority = tvb_get_ntohs(tvb, curr + 2); in dissect_mx_records()
823 version = tvb_get_ntohs(tvb, LW_VERSION_OFFSET); in dissect_lwres()
824 flags = tvb_get_ntohs(tvb, LW_PKTFLASG_OFFSET); in dissect_lwres()
829 authtype = tvb_get_ntohs(tvb, LW_AUTHTYPE_OFFSET); in dissect_lwres()
[all …]
H A Dpacket-prp.c86 if(ETHERTYPE_VLAN == tvb_get_ntohs(tvb, 12)) /* tagged frame */ in dissect_prp_redundancy_control_trailer()
110 lan_id = tvb_get_ntohs(tvb, (i+2)) >> 12; in dissect_prp_redundancy_control_trailer()
111 lsdu_size = tvb_get_ntohs(tvb, (i+2)) & 0x0fff; in dissect_prp_redundancy_control_trailer()
127 lan_id = tvb_get_ntohs(tvb, length-4) >> 12; in dissect_prp_redundancy_control_trailer()
128 lsdu_size = tvb_get_ntohs(tvb, length-4) & 0x0fff; in dissect_prp_redundancy_control_trailer()
129 prp1_suffix = tvb_get_ntohs(tvb, length-2); in dissect_prp_redundancy_control_trailer()
H A Dpacket-armagetronad.c104 gint data_len = tvb_get_ntohs(tvb, offset + 4) * 2;
113 if (!try_val_to_str(tvb_get_ntohs(tvb, offset), descriptors))
166 descriptor_id = tvb_get_ntohs(tvb, offset);
167 message_id = tvb_get_ntohs(tvb, offset + 2);
168 data_len = tvb_get_ntohs(tvb, offset + 4) * 2;
235 sender = tvb_get_ntohs(tvb, offset);
H A Dpacket-ipsi-ctl.c63 magic = tvb_get_ntohs(tvb, offset);
74 magic = tvb_get_ntohs(tvb, loffset); loffset+=2;
75 length = tvb_get_ntohs(tvb, loffset); loffset+=2;
80 type = tvb_get_ntohs(tvb, loffset); loffset+=2;
86 sequence = tvb_get_ntohs(tvb, loffset); loffset+=2;
98 field1 = tvb_get_ntohs(tvb, loffset);
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-srvloc.c359 length = tvb_get_ntohs(tvb, offset + 10); in dissect_authblk()
376 length = tvb_get_ntohs(tvb, offset + 8); in dissect_authblk_v2()
737 url_len = tvb_get_ntohs(tvb, offset); in dissect_url_entry_v1()
762 url_len = tvb_get_ntohs(tvb, offset); in dissect_url_entry_v2()
825 length = tvb_get_ntohs(tvb, offset + 2); in dissect_srvloc()
843 length = tvb_get_ntohs(tvb, offset); in dissect_srvloc()
848 length = tvb_get_ntohs(tvb, offset); in dissect_srvloc()
862 count = tvb_get_ntohs(tvb, offset); in dissect_srvloc()
1009 count = tvb_get_ntohs(tvb, offset); in dissect_srvloc()
1094 count = tvb_get_ntohs(tvb, offset); in dissect_srvloc()
[all …]
H A Dpacket-cisco-sm.c284 protocol = tvb_get_ntohs(tvb,offset); in dissect_sm()
291 msg_type = tvb_get_ntohs(tvb,offset); in dissect_sm()
295 msg_type = tvb_get_ntohs(tvb,offset); in dissect_sm()
302 length = tvb_get_ntohs(tvb,offset); in dissect_sm()
323 length = tvb_get_ntohs(tvb,offset); in dissect_sm()
341 length = tvb_get_ntohs(tvb,offset); in dissect_sm()
356 tag = tvb_get_ntohs(tvb,offset); in dissect_sm()
372 length = tvb_get_ntohs(tvb,offset); in dissect_sm()
386 tag = tvb_get_ntohs(tvb,offset); in dissect_sm()
401 msg_type = tvb_get_ntohs(tvb,offset); in dissect_sm()
[all …]
H A Dpacket-v5ua.c233 tei = tvb_get_ntohs(parameter_tvb, offset-DLCI_TEI_LENGTH)>>1; in dissect_dlci_parameter()
236 efa = tvb_get_ntohs(parameter_tvb, offset); in dissect_dlci_parameter()
237 dlci_efa = tvb_get_ntohs(parameter_tvb, offset); in dissect_dlci_parameter()
394 status_type = tvb_get_ntohs(parameter_tvb, NTFY_STATUS_TYPE_OFFSET); in dissect_status_type_identification_parameter()
445 offset = tvb_get_ntohs(parameter_tvb, TEI_STATUS_LENGTH_OFFSET) + 8; in dissect_draft_tei_status_parameter()
715 sa_bit_id = tvb_get_ntohs(parameter_tvb, SA_BIT_VALUE_OFFSET); in dissect_sa_bit_status_parameter()
847 tag = tvb_get_ntohs(parameter_tvb, PARAMETER_TAG_OFFSET); in dissect_parameter()
848 length = tvb_get_ntohs(parameter_tvb, PARAMETER_LENGTH_OFFSET); in dissect_parameter()
1364 tag = tvb_get_ntohs(tvb, offset); in dissect_v5ua()
1367 length = tvb_get_ntohs(tvb, offset+2); in dissect_v5ua()
[all …]
H A Dpacket-lwres.c270 aliaslen = tvb_get_ntohs(tvb, offset); in dissect_getnamebyaddr_response()
388 aliaslen = tvb_get_ntohs(tvb, offset); in dissect_getaddrsbyname_response()
409 length = tvb_get_ntohs(tvb, offset + 4); in dissect_getaddrsbyname_response()
483 priority = tvb_get_ntohs(tvb, curr + 2); in dissect_srv_records()
484 weight = tvb_get_ntohs(tvb, curr + 4); in dissect_srv_records()
485 port = tvb_get_ntohs(tvb, curr + 6); in dissect_srv_records()
551 priority = tvb_get_ntohs(tvb, curr + 2); in dissect_mx_records()
823 version = tvb_get_ntohs(tvb, LW_VERSION_OFFSET); in dissect_lwres()
824 flags = tvb_get_ntohs(tvb, LW_PKTFLASG_OFFSET); in dissect_lwres()
829 authtype = tvb_get_ntohs(tvb, LW_AUTHTYPE_OFFSET); in dissect_lwres()
[all …]
H A Dpacket-prp.c86 if(ETHERTYPE_VLAN == tvb_get_ntohs(tvb, 12)) /* tagged frame */ in dissect_prp_redundancy_control_trailer()
110 lan_id = tvb_get_ntohs(tvb, (i+2)) >> 12; in dissect_prp_redundancy_control_trailer()
111 lsdu_size = tvb_get_ntohs(tvb, (i+2)) & 0x0fff; in dissect_prp_redundancy_control_trailer()
127 lan_id = tvb_get_ntohs(tvb, length-4) >> 12; in dissect_prp_redundancy_control_trailer()
128 lsdu_size = tvb_get_ntohs(tvb, length-4) & 0x0fff; in dissect_prp_redundancy_control_trailer()
129 prp1_suffix = tvb_get_ntohs(tvb, length-2); in dissect_prp_redundancy_control_trailer()

12345678910>>...106