Home
last modified time | relevance | path

Searched refs:tvb_get_guint32 (Results 1 – 25 of 308) sorted by relevance

12345678910>>...13

/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-mq-pcf.c158 uLen = tvb_get_guint32(tvb, offset + 4, bLittleEndian); in dissect_mqpcf_parm_grp()
159 uCnt = tvb_get_guint32(tvb, offset + 12, bLittleEndian); in dissect_mqpcf_parm_grp()
165 offset += tvb_get_guint32(tvb, offset + 4, bLittleEndian); in dissect_mqpcf_parm_grp()
207 uLen = tvb_get_guint32(tvb, xOfs + 4, bLittleEndian); in dissect_mqpcf_parm()
230 uTyp = tvb_get_guint32(tvb, offset, bLittleEndian); in dissect_mqpcf_parm()
231 uLen = tvb_get_guint32(tvb, offset + 4, bLittleEndian); in dissect_mqpcf_parm()
241 uPrm = tvb_get_guint32(tvb, offset + 8, bLittleEndian); in dissect_mqpcf_parm()
607 uTyp = tvb_get_guint32(tvb, offset, bLittleEndian); in dissect_mqpcf()
608 uCmd = tvb_get_guint32(tvb, offset + 12, bLittleEndian); in dissect_mqpcf()
609 uCC = tvb_get_guint32(tvb, offset + 24, bLittleEndian); in dissect_mqpcf()
[all …]
H A Dpacket-ieee80211-prism.c719 did = tvb_get_guint32(tvb, offset, byte_order); in dissect_prism()
742 … proto_item_append_text(ti_did, " %d", tvb_get_guint32(tvb, offset, byte_order) ); in dissect_prism()
748 mactime = tvb_get_guint32(tvb, offset, byte_order); in dissect_prism()
759 channel = tvb_get_guint32(tvb, offset, byte_order); in dissect_prism()
771 signal_dbm = tvb_get_guint32(tvb, offset, byte_order); in dissect_prism()
785 … proto_item_append_text(ti_did, " 0x%x", tvb_get_guint32(tvb, offset, byte_order) ); in dissect_prism()
793 … proto_item_append_text(ti_did, " 0x%x", tvb_get_guint32(tvb, offset, byte_order) ); in dissect_prism()
801 … proto_item_append_text(ti_did, " 0x%x", tvb_get_guint32(tvb, offset, byte_order) ); in dissect_prism()
807 rate = tvb_get_guint32(tvb, offset, byte_order); in dissect_prism()
860 … proto_item_append_text(ti_did, " 0x%x", tvb_get_guint32(tvb, offset, byte_order) ); in dissect_prism()
[all …]
H A Dpacket-mq.c1307 uEnc = tvb_get_guint32(tvb, start, encoding); in dissect_mq_encoding()
1386 uMoOpt = tvb_get_guint32(tvb, offset, p_mq_parm->mq_int_enc); in dissect_mq_MQMO()
1406 uLpiOpts = tvb_get_guint32(tvb, offset, p_mq_parm->mq_int_enc); in dissect_mq_LPOO_LPIOPTS()
1426 uGmoOpt = tvb_get_guint32(tvb, offset, p_mq_parm->mq_int_enc); in dissect_mq_MQGMO()
1447 uPmoOpt = tvb_get_guint32(tvb, offset, p_mq_parm->mq_int_enc); in dissect_mq_MQPMO()
1468 uOpenOpt = tvb_get_guint32(tvb, offset, p_mq_parm->mq_int_enc); in dissect_mq_MQOO()
1488 iCloseOpt = tvb_get_guint32(tvb, offset, p_mq_parm->mq_int_enc); in dissect_mq_MQCO()
1512 lStr = tvb_get_guint32(tvb, offset + 12, p_mq_parm->mq_int_enc); in dissect_mq_charv()
1513 oStr = tvb_get_guint32(tvb, offset + 4, p_mq_parm->mq_int_enc); in dissect_mq_charv()
1514 eStr = tvb_get_guint32(tvb, offset + 16, p_mq_parm->mq_int_enc); in dissect_mq_charv()
[all …]
H A Dpacket-rtps.c3587 num_elem = tvb_get_guint32(tvb, offset, encoding); in rtps_util_add_seq_short()
4168 sec = tvb_get_guint32(tvb, offset, encoding); in rtps_util_add_timestamp_sec_and_fraction()
4169 frac = tvb_get_guint32(tvb, offset+4, encoding); in rtps_util_add_timestamp_sec_and_fraction()
4332 size = tvb_get_guint32(tvb, offset, encoding); in rtps_util_add_seq_string()
4358 num_elem = tvb_get_guint32(tvb, offset, encoding); in rtps_util_add_seq_ulong()
4438 tk_id = tvb_get_guint32(tvb, offset, encoding); in rtps_util_add_typecode()
5692 seq_size = tvb_get_guint32(tvb, offset, encoding); in rtps_util_add_data_holder()
5709 seq_size = tvb_get_guint32(tvb, offset, encoding); in rtps_util_add_data_holder()
5807 data = tvb_get_guint32(tvb, offset, encoding); in rtps_util_add_bitmap()
5907 data = tvb_get_guint32(tvb, offset, encoding); in rtps_util_add_fragment_number_set()
[all …]
H A Dpacket-lbmpdm.c463 datalen = tvb_get_guint32(tvb, offset + O_LBMPDM_SEG_HDR_T_LEN, encoding); in lbmpdm_get_segment_length()
635 timestamp.secs = (time_t)tvb_get_guint32(tvb, offset, encoding); in dissect_field_value()
636 timestamp.nsecs = (int)(tvb_get_guint32(tvb, offset + 4, encoding) * 1000); in dissect_field_value()
714 value_len = tvb_get_guint32(tvb, ofs, encoding); in dissect_field()
829 id_list[idx] = (gint32)tvb_get_guint32(tvb, ofs + O_LBMPDM_OFFSET_ENTRY_T_ID, encoding); in dissect_segment_ofstable()
896 def_id = tvb_get_guint32(tvb, ofs + O_LBMPDM_DEFN_T_ID, encoding); in dissect_segment_defn()
910 num_fields = tvb_get_guint32(tvb, ofs + O_LBMPDM_DEFN_T_NUM_FIELDS, encoding); in dissect_segment_defn()
938 def_len = tvb_get_guint32(tvb, ofs, encoding) + 4; in dissect_segment_defn()
972 field_id = tvb_get_guint32(tvb, ofs + def_ofs + O_LBMPDM_FIELD_INFO_T_ID, encoding); in dissect_segment_defn()
1173 len = tvb_get_guint32(tvb, offset + O_LBMPDM_MSG_HDR_T_LEN, *encoding); in lbmpdm_verify_payload()
[all …]
H A Dpacket-rdp_egfx.c213 pduLength = tvb_get_guint32(tvb, offset + 4, ENC_LITTLE_ENDIAN); in dissect_rdp_egfx_payload()
250 capsDataLength = tvb_get_guint32(tvb, offset, ENC_LITTLE_ENDIAN); in dissect_rdp_egfx_payload()
291 left = tvb_get_guint32(tvb, offset, ENC_LITTLE_ENDIAN); in dissect_rdp_egfx_payload()
292 top = tvb_get_guint32(tvb, offset+4, ENC_LITTLE_ENDIAN); in dissect_rdp_egfx_payload()
293 right = tvb_get_guint32(tvb, offset+8, ENC_LITTLE_ENDIAN); in dissect_rdp_egfx_payload()
294 bottom = tvb_get_guint32(tvb, offset+12, ENC_LITTLE_ENDIAN); in dissect_rdp_egfx_payload()
H A Dpacket-pcap_pktdata.c317 if (tvb_get_guint32(tvb, offset, ENC_BIG_ENDIAN) == 0)
319 else if (tvb_get_guint32(tvb, offset, ENC_BIG_ENDIAN) == 1)
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-mq-pcf.c158 uLen = tvb_get_guint32(tvb, offset + 4, bLittleEndian); in dissect_mqpcf_parm_grp()
159 uCnt = tvb_get_guint32(tvb, offset + 12, bLittleEndian); in dissect_mqpcf_parm_grp()
165 offset += tvb_get_guint32(tvb, offset + 4, bLittleEndian); in dissect_mqpcf_parm_grp()
207 uLen = tvb_get_guint32(tvb, xOfs + 4, bLittleEndian); in dissect_mqpcf_parm()
230 uTyp = tvb_get_guint32(tvb, offset, bLittleEndian); in dissect_mqpcf_parm()
231 uLen = tvb_get_guint32(tvb, offset + 4, bLittleEndian); in dissect_mqpcf_parm()
241 uPrm = tvb_get_guint32(tvb, offset + 8, bLittleEndian); in dissect_mqpcf_parm()
607 uTyp = tvb_get_guint32(tvb, offset, bLittleEndian); in dissect_mqpcf()
608 uCmd = tvb_get_guint32(tvb, offset + 12, bLittleEndian); in dissect_mqpcf()
609 uCC = tvb_get_guint32(tvb, offset + 24, bLittleEndian); in dissect_mqpcf()
[all …]
H A Dpacket-ieee80211-prism.c719 did = tvb_get_guint32(tvb, offset, byte_order);
742 … proto_item_append_text(ti_did, " %d", tvb_get_guint32(tvb, offset, byte_order) );
748 mactime = tvb_get_guint32(tvb, offset, byte_order);
759 channel = tvb_get_guint32(tvb, offset, byte_order);
771 signal_dbm = tvb_get_guint32(tvb, offset, byte_order);
785 … proto_item_append_text(ti_did, " 0x%x", tvb_get_guint32(tvb, offset, byte_order) );
793 … proto_item_append_text(ti_did, " 0x%x", tvb_get_guint32(tvb, offset, byte_order) );
801 … proto_item_append_text(ti_did, " 0x%x", tvb_get_guint32(tvb, offset, byte_order) );
807 rate = tvb_get_guint32(tvb, offset, byte_order);
860 … proto_item_append_text(ti_did, " 0x%x", tvb_get_guint32(tvb, offset, byte_order) );
[all …]
H A Dpacket-mq.c1307 uEnc = tvb_get_guint32(tvb, start, encoding); in dissect_mq_encoding()
1386 uMoOpt = tvb_get_guint32(tvb, offset, p_mq_parm->mq_int_enc); in dissect_mq_MQMO()
1406 uLpiOpts = tvb_get_guint32(tvb, offset, p_mq_parm->mq_int_enc); in dissect_mq_LPOO_LPIOPTS()
1426 uGmoOpt = tvb_get_guint32(tvb, offset, p_mq_parm->mq_int_enc); in dissect_mq_MQGMO()
1447 uPmoOpt = tvb_get_guint32(tvb, offset, p_mq_parm->mq_int_enc); in dissect_mq_MQPMO()
1468 uOpenOpt = tvb_get_guint32(tvb, offset, p_mq_parm->mq_int_enc); in dissect_mq_MQOO()
1488 iCloseOpt = tvb_get_guint32(tvb, offset, p_mq_parm->mq_int_enc); in dissect_mq_MQCO()
1512 lStr = tvb_get_guint32(tvb, offset + 12, p_mq_parm->mq_int_enc); in dissect_mq_charv()
1513 oStr = tvb_get_guint32(tvb, offset + 4, p_mq_parm->mq_int_enc); in dissect_mq_charv()
1514 eStr = tvb_get_guint32(tvb, offset + 16, p_mq_parm->mq_int_enc); in dissect_mq_charv()
[all …]
H A Dpacket-rtps.c3587 num_elem = tvb_get_guint32(tvb, offset, encoding); in rtps_util_add_seq_short()
4168 sec = tvb_get_guint32(tvb, offset, encoding); in rtps_util_add_timestamp_sec_and_fraction()
4169 frac = tvb_get_guint32(tvb, offset+4, encoding); in rtps_util_add_timestamp_sec_and_fraction()
4332 size = tvb_get_guint32(tvb, offset, encoding); in rtps_util_add_seq_string()
4358 num_elem = tvb_get_guint32(tvb, offset, encoding); in rtps_util_add_seq_ulong()
4438 tk_id = tvb_get_guint32(tvb, offset, encoding); in rtps_util_add_typecode()
5692 seq_size = tvb_get_guint32(tvb, offset, encoding); in rtps_util_add_data_holder()
5709 seq_size = tvb_get_guint32(tvb, offset, encoding); in rtps_util_add_data_holder()
5807 data = tvb_get_guint32(tvb, offset, encoding); in rtps_util_add_bitmap()
5907 data = tvb_get_guint32(tvb, offset, encoding); in rtps_util_add_fragment_number_set()
[all …]
H A Dpacket-lbmpdm.c463 datalen = tvb_get_guint32(tvb, offset + O_LBMPDM_SEG_HDR_T_LEN, encoding);
635 timestamp.secs = (time_t)tvb_get_guint32(tvb, offset, encoding);
636 timestamp.nsecs = (int)(tvb_get_guint32(tvb, offset + 4, encoding) * 1000);
714 value_len = tvb_get_guint32(tvb, ofs, encoding);
829 id_list[idx] = (gint32)tvb_get_guint32(tvb, ofs + O_LBMPDM_OFFSET_ENTRY_T_ID, encoding);
896 def_id = tvb_get_guint32(tvb, ofs + O_LBMPDM_DEFN_T_ID, encoding);
910 num_fields = tvb_get_guint32(tvb, ofs + O_LBMPDM_DEFN_T_NUM_FIELDS, encoding);
938 def_len = tvb_get_guint32(tvb, ofs, encoding) + 4;
972 field_id = tvb_get_guint32(tvb, ofs + def_ofs + O_LBMPDM_FIELD_INFO_T_ID, encoding);
1173 len = tvb_get_guint32(tvb, offset + O_LBMPDM_MSG_HDR_T_LEN, *encoding);
[all …]
H A Dpacket-rdp_egfx.c213 pduLength = tvb_get_guint32(tvb, offset + 4, ENC_LITTLE_ENDIAN); in dissect_rdp_egfx_payload()
250 capsDataLength = tvb_get_guint32(tvb, offset, ENC_LITTLE_ENDIAN); in dissect_rdp_egfx_payload()
291 left = tvb_get_guint32(tvb, offset, ENC_LITTLE_ENDIAN); in dissect_rdp_egfx_payload()
292 top = tvb_get_guint32(tvb, offset+4, ENC_LITTLE_ENDIAN); in dissect_rdp_egfx_payload()
293 right = tvb_get_guint32(tvb, offset+8, ENC_LITTLE_ENDIAN); in dissect_rdp_egfx_payload()
294 bottom = tvb_get_guint32(tvb, offset+12, ENC_LITTLE_ENDIAN); in dissect_rdp_egfx_payload()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-mq-pcf.c158 uLen = tvb_get_guint32(tvb, offset + 4, bLittleEndian);
159 uCnt = tvb_get_guint32(tvb, offset + 12, bLittleEndian);
165 offset += tvb_get_guint32(tvb, offset + 4, bLittleEndian);
207 uLen = tvb_get_guint32(tvb, xOfs + 4, bLittleEndian);
230 uTyp = tvb_get_guint32(tvb, offset, bLittleEndian);
231 uLen = tvb_get_guint32(tvb, offset + 4, bLittleEndian);
241 uPrm = tvb_get_guint32(tvb, offset + 8, bLittleEndian);
607 uTyp = tvb_get_guint32(tvb, offset, bLittleEndian);
608 uCmd = tvb_get_guint32(tvb, offset + 12, bLittleEndian);
609 uCC = tvb_get_guint32(tvb, offset + 24, bLittleEndian);
[all …]
H A Dpacket-ieee80211-prism.c719 did = tvb_get_guint32(tvb, offset, byte_order);
742 … proto_item_append_text(ti_did, " %d", tvb_get_guint32(tvb, offset, byte_order) );
748 mactime = tvb_get_guint32(tvb, offset, byte_order);
759 channel = tvb_get_guint32(tvb, offset, byte_order);
771 signal_dbm = tvb_get_guint32(tvb, offset, byte_order);
785 … proto_item_append_text(ti_did, " 0x%x", tvb_get_guint32(tvb, offset, byte_order) );
793 … proto_item_append_text(ti_did, " 0x%x", tvb_get_guint32(tvb, offset, byte_order) );
801 … proto_item_append_text(ti_did, " 0x%x", tvb_get_guint32(tvb, offset, byte_order) );
807 rate = tvb_get_guint32(tvb, offset, byte_order);
860 … proto_item_append_text(ti_did, " 0x%x", tvb_get_guint32(tvb, offset, byte_order) );
[all …]
H A Dpacket-mq.c1307 uEnc = tvb_get_guint32(tvb, start, encoding);
1386 uMoOpt = tvb_get_guint32(tvb, offset, p_mq_parm->mq_int_enc);
1406 uLpiOpts = tvb_get_guint32(tvb, offset, p_mq_parm->mq_int_enc);
1426 uGmoOpt = tvb_get_guint32(tvb, offset, p_mq_parm->mq_int_enc);
1447 uPmoOpt = tvb_get_guint32(tvb, offset, p_mq_parm->mq_int_enc);
1468 uOpenOpt = tvb_get_guint32(tvb, offset, p_mq_parm->mq_int_enc);
1488 iCloseOpt = tvb_get_guint32(tvb, offset, p_mq_parm->mq_int_enc);
1512 lStr = tvb_get_guint32(tvb, offset + 12, p_mq_parm->mq_int_enc);
1513 oStr = tvb_get_guint32(tvb, offset + 4, p_mq_parm->mq_int_enc);
1514 eStr = tvb_get_guint32(tvb, offset + 16, p_mq_parm->mq_int_enc);
[all …]
H A Dpacket-rtps.c3587 num_elem = tvb_get_guint32(tvb, offset, encoding); in rtps_util_add_seq_short()
4168 sec = tvb_get_guint32(tvb, offset, encoding); in rtps_util_add_timestamp_sec_and_fraction()
4169 frac = tvb_get_guint32(tvb, offset+4, encoding); in rtps_util_add_timestamp_sec_and_fraction()
4332 size = tvb_get_guint32(tvb, offset, encoding); in rtps_util_add_seq_string()
4358 num_elem = tvb_get_guint32(tvb, offset, encoding); in rtps_util_add_seq_ulong()
4438 tk_id = tvb_get_guint32(tvb, offset, encoding); in rtps_util_add_typecode()
5692 seq_size = tvb_get_guint32(tvb, offset, encoding); in rtps_util_add_data_holder()
5709 seq_size = tvb_get_guint32(tvb, offset, encoding); in rtps_util_add_data_holder()
5807 data = tvb_get_guint32(tvb, offset, encoding); in rtps_util_add_bitmap()
5907 data = tvb_get_guint32(tvb, offset, encoding); in rtps_util_add_fragment_number_set()
[all …]
H A Dpacket-lbmpdm.c463 datalen = tvb_get_guint32(tvb, offset + O_LBMPDM_SEG_HDR_T_LEN, encoding); in lbmpdm_get_segment_length()
635 timestamp.secs = (time_t)tvb_get_guint32(tvb, offset, encoding); in dissect_field_value()
636 timestamp.nsecs = (int)(tvb_get_guint32(tvb, offset + 4, encoding) * 1000); in dissect_field_value()
714 value_len = tvb_get_guint32(tvb, ofs, encoding); in dissect_field()
829 id_list[idx] = (gint32)tvb_get_guint32(tvb, ofs + O_LBMPDM_OFFSET_ENTRY_T_ID, encoding); in dissect_segment_ofstable()
896 def_id = tvb_get_guint32(tvb, ofs + O_LBMPDM_DEFN_T_ID, encoding); in dissect_segment_defn()
910 num_fields = tvb_get_guint32(tvb, ofs + O_LBMPDM_DEFN_T_NUM_FIELDS, encoding); in dissect_segment_defn()
938 def_len = tvb_get_guint32(tvb, ofs, encoding) + 4; in dissect_segment_defn()
972 field_id = tvb_get_guint32(tvb, ofs + def_ofs + O_LBMPDM_FIELD_INFO_T_ID, encoding); in dissect_segment_defn()
1173 len = tvb_get_guint32(tvb, offset + O_LBMPDM_MSG_HDR_T_LEN, *encoding); in lbmpdm_verify_payload()
[all …]
H A Dpacket-rdp_egfx.c213 pduLength = tvb_get_guint32(tvb, offset + 4, ENC_LITTLE_ENDIAN); in dissect_rdp_egfx_payload()
250 capsDataLength = tvb_get_guint32(tvb, offset, ENC_LITTLE_ENDIAN); in dissect_rdp_egfx_payload()
291 left = tvb_get_guint32(tvb, offset, ENC_LITTLE_ENDIAN); in dissect_rdp_egfx_payload()
292 top = tvb_get_guint32(tvb, offset+4, ENC_LITTLE_ENDIAN); in dissect_rdp_egfx_payload()
293 right = tvb_get_guint32(tvb, offset+8, ENC_LITTLE_ENDIAN); in dissect_rdp_egfx_payload()
294 bottom = tvb_get_guint32(tvb, offset+12, ENC_LITTLE_ENDIAN); in dissect_rdp_egfx_payload()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-mq-pcf.c158 uLen = tvb_get_guint32(tvb, offset + 4, bLittleEndian); in dissect_mqpcf_parm_grp()
159 uCnt = tvb_get_guint32(tvb, offset + 12, bLittleEndian); in dissect_mqpcf_parm_grp()
165 offset += tvb_get_guint32(tvb, offset + 4, bLittleEndian); in dissect_mqpcf_parm_grp()
207 uLen = tvb_get_guint32(tvb, xOfs + 4, bLittleEndian); in dissect_mqpcf_parm()
230 uTyp = tvb_get_guint32(tvb, offset, bLittleEndian); in dissect_mqpcf_parm()
231 uLen = tvb_get_guint32(tvb, offset + 4, bLittleEndian); in dissect_mqpcf_parm()
241 uPrm = tvb_get_guint32(tvb, offset + 8, bLittleEndian); in dissect_mqpcf_parm()
607 uTyp = tvb_get_guint32(tvb, offset, bLittleEndian); in dissect_mqpcf()
608 uCmd = tvb_get_guint32(tvb, offset + 12, bLittleEndian); in dissect_mqpcf()
609 uCC = tvb_get_guint32(tvb, offset + 24, bLittleEndian); in dissect_mqpcf()
[all …]
H A Dpacket-ieee80211-prism.c719 did = tvb_get_guint32(tvb, offset, byte_order); in dissect_prism()
742 … proto_item_append_text(ti_did, " %d", tvb_get_guint32(tvb, offset, byte_order) ); in dissect_prism()
748 mactime = tvb_get_guint32(tvb, offset, byte_order); in dissect_prism()
759 channel = tvb_get_guint32(tvb, offset, byte_order); in dissect_prism()
771 signal_dbm = tvb_get_guint32(tvb, offset, byte_order); in dissect_prism()
785 … proto_item_append_text(ti_did, " 0x%x", tvb_get_guint32(tvb, offset, byte_order) ); in dissect_prism()
793 … proto_item_append_text(ti_did, " 0x%x", tvb_get_guint32(tvb, offset, byte_order) ); in dissect_prism()
801 … proto_item_append_text(ti_did, " 0x%x", tvb_get_guint32(tvb, offset, byte_order) ); in dissect_prism()
807 rate = tvb_get_guint32(tvb, offset, byte_order); in dissect_prism()
860 … proto_item_append_text(ti_did, " 0x%x", tvb_get_guint32(tvb, offset, byte_order) ); in dissect_prism()
[all …]
H A Dpacket-mq.c1307 uEnc = tvb_get_guint32(tvb, start, encoding); in dissect_mq_encoding()
1386 uMoOpt = tvb_get_guint32(tvb, offset, p_mq_parm->mq_int_enc); in dissect_mq_MQMO()
1406 uLpiOpts = tvb_get_guint32(tvb, offset, p_mq_parm->mq_int_enc); in dissect_mq_LPOO_LPIOPTS()
1426 uGmoOpt = tvb_get_guint32(tvb, offset, p_mq_parm->mq_int_enc); in dissect_mq_MQGMO()
1447 uPmoOpt = tvb_get_guint32(tvb, offset, p_mq_parm->mq_int_enc); in dissect_mq_MQPMO()
1468 uOpenOpt = tvb_get_guint32(tvb, offset, p_mq_parm->mq_int_enc); in dissect_mq_MQOO()
1488 iCloseOpt = tvb_get_guint32(tvb, offset, p_mq_parm->mq_int_enc); in dissect_mq_MQCO()
1512 lStr = tvb_get_guint32(tvb, offset + 12, p_mq_parm->mq_int_enc); in dissect_mq_charv()
1513 oStr = tvb_get_guint32(tvb, offset + 4, p_mq_parm->mq_int_enc); in dissect_mq_charv()
1514 eStr = tvb_get_guint32(tvb, offset + 16, p_mq_parm->mq_int_enc); in dissect_mq_charv()
[all …]
H A Dpacket-rtps.c3587 num_elem = tvb_get_guint32(tvb, offset, encoding); in rtps_util_add_seq_short()
4168 sec = tvb_get_guint32(tvb, offset, encoding); in rtps_util_add_timestamp_sec_and_fraction()
4169 frac = tvb_get_guint32(tvb, offset+4, encoding); in rtps_util_add_timestamp_sec_and_fraction()
4332 size = tvb_get_guint32(tvb, offset, encoding); in rtps_util_add_seq_string()
4358 num_elem = tvb_get_guint32(tvb, offset, encoding); in rtps_util_add_seq_ulong()
4438 tk_id = tvb_get_guint32(tvb, offset, encoding); in rtps_util_add_typecode()
5692 seq_size = tvb_get_guint32(tvb, offset, encoding); in rtps_util_add_data_holder()
5709 seq_size = tvb_get_guint32(tvb, offset, encoding); in rtps_util_add_data_holder()
5807 data = tvb_get_guint32(tvb, offset, encoding); in rtps_util_add_bitmap()
5907 data = tvb_get_guint32(tvb, offset, encoding); in rtps_util_add_fragment_number_set()
[all …]
H A Dpacket-lbmpdm.c463 datalen = tvb_get_guint32(tvb, offset + O_LBMPDM_SEG_HDR_T_LEN, encoding);
635 timestamp.secs = (time_t)tvb_get_guint32(tvb, offset, encoding);
636 timestamp.nsecs = (int)(tvb_get_guint32(tvb, offset + 4, encoding) * 1000);
714 value_len = tvb_get_guint32(tvb, ofs, encoding);
829 id_list[idx] = (gint32)tvb_get_guint32(tvb, ofs + O_LBMPDM_OFFSET_ENTRY_T_ID, encoding);
896 def_id = tvb_get_guint32(tvb, ofs + O_LBMPDM_DEFN_T_ID, encoding);
910 num_fields = tvb_get_guint32(tvb, ofs + O_LBMPDM_DEFN_T_NUM_FIELDS, encoding);
938 def_len = tvb_get_guint32(tvb, ofs, encoding) + 4;
972 field_id = tvb_get_guint32(tvb, ofs + def_ofs + O_LBMPDM_FIELD_INFO_T_ID, encoding);
1173 len = tvb_get_guint32(tvb, offset + O_LBMPDM_MSG_HDR_T_LEN, *encoding);
[all …]
H A Dpacket-rdp_egfx.c213 pduLength = tvb_get_guint32(tvb, offset + 4, ENC_LITTLE_ENDIAN); in dissect_rdp_egfx_payload()
250 capsDataLength = tvb_get_guint32(tvb, offset, ENC_LITTLE_ENDIAN); in dissect_rdp_egfx_payload()
291 left = tvb_get_guint32(tvb, offset, ENC_LITTLE_ENDIAN); in dissect_rdp_egfx_payload()
292 top = tvb_get_guint32(tvb, offset+4, ENC_LITTLE_ENDIAN); in dissect_rdp_egfx_payload()
293 right = tvb_get_guint32(tvb, offset+8, ENC_LITTLE_ENDIAN); in dissect_rdp_egfx_payload()
294 bottom = tvb_get_guint32(tvb, offset+12, ENC_LITTLE_ENDIAN); in dissect_rdp_egfx_payload()

12345678910>>...13