Home
last modified time | relevance | path

Searched refs:crc_offset (Results 1 – 25 of 364) sorted by relevance

12345678910>>...15

/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-fcoib.c97 gint crc_offset; in dissect_fcoib() local
120 crc_offset = FCOIB_HEADER_LEN + frame_len; in dissect_fcoib()
121 eof_offset = crc_offset + 4; in dissect_fcoib()
158 crc_exists = tvb_bytes_exist(tvb, crc_offset, 4); in dissect_fcoib()
160 crc = tvb_get_ntohl(tvb, crc_offset); in dissect_fcoib()
190 proto_tree_set_appendix(fcoib_tree, tvb, crc_offset, in dissect_fcoib()
191 tvb_captured_length_remaining (tvb, crc_offset)); in dissect_fcoib()
193 …proto_tree_add_checksum(fcoib_tree, tvb, crc_offset, hf_fcoib_crc, hf_fcoib_crc_status, &ei_fcoib_… in dissect_fcoib()
233 gint crc_offset; in dissect_fcoib_heur() local
243 crc_offset = FCOIB_HEADER_LEN + frame_len; in dissect_fcoib_heur()
[all …]
H A Dpacket-fcoe.c122 gint crc_offset; in dissect_fcoe() local
204 crc_offset = header_len + frame_len; in dissect_fcoe()
215 crc_exists = tvb_bytes_exist(tvb, crc_offset, 4); in dissect_fcoe()
217 crc = tvb_get_ntohl(tvb, crc_offset); in dissect_fcoe()
250 …proto_tree_add_checksum(fcoe_tree, tvb, crc_offset, hf_fcoe_crc, hf_fcoe_crc_status, &ei_fcoe_crc,… in dissect_fcoe()
251 proto_tree_set_appendix(fcoe_tree, tvb, crc_offset, in dissect_fcoe()
252 tvb_captured_length_remaining (tvb, crc_offset)); in dissect_fcoe()
254 …proto_tree_add_checksum(fcoe_tree, tvb, crc_offset, hf_fcoe_crc, hf_fcoe_crc_status, &ei_fcoe_crc,… in dissect_fcoe()
H A Dpacket-srp.c145 guint crc_offset = tvb_reported_length(tvb)-2; in dissect_srp() local
149 calc_crc = crc16_ccitt_tvb(tvb,crc_offset); in dissect_srp()
153 crc_offset, 2, crc, in dissect_srp()
157 crc_offset, 2, TRUE); in dissect_srp()
160 crc_offset, 2, crc, in dissect_srp()
H A Dpacket-fpp.c398 guint crc_offset = tvb_reported_length(tvb) - FPP_CRC_LENGTH; in dissect_preemption() local
462 …proto_tree_add_checksum(tree, tvb, crc_offset, hf_fpp_crc32, hf_fpp_crc32_status, &ei_fpp_crc32, p… in dissect_preemption()
487 …proto_tree_add_checksum(tree, tvb, crc_offset, hf_fpp_mcrc32, hf_fpp_mcrc32_status, &ei_fpp_mcrc32… in dissect_preemption()
496 …proto_tree_add_checksum(tree, tvb, crc_offset, hf_fpp_mcrc32, hf_fpp_mcrc32_status, &ei_fpp_mcrc32… in dissect_preemption()
526 …proto_tree_add_checksum(tree, tvb, crc_offset, hf_fpp_mcrc32, hf_fpp_mcrc32_status, &ei_fpp_mcrc32… in dissect_preemption()
558 …proto_tree_add_checksum(tree, tvb, crc_offset, hf_fpp_mcrc32, hf_fpp_mcrc32_status, &ei_fpp_mcrc32… in dissect_preemption()
566 …proto_tree_add_checksum(tree, tvb, crc_offset, hf_fpp_crc32, -1, &ei_fpp_crc32, pinfo, reassembled… in dissect_preemption()
577 …proto_tree_add_checksum(tree, tvb, crc_offset, hf_fpp_mcrc32, -1, &ei_fpp_mcrc32, pinfo, mcrc, ENC… in dissect_preemption()
579 …proto_tree_add_checksum(tree, tvb, crc_offset, hf_fpp_mcrc32, hf_fpp_mcrc32_status, &ei_fpp_mcrc32… in dissect_preemption()
588 guint crc_offset = tvb_reported_length(tvb) - FPP_CRC_LENGTH; in dissect_express() local
[all …]
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-fcoib.c97 gint crc_offset; in dissect_fcoib() local
120 crc_offset = FCOIB_HEADER_LEN + frame_len; in dissect_fcoib()
121 eof_offset = crc_offset + 4; in dissect_fcoib()
158 crc_exists = tvb_bytes_exist(tvb, crc_offset, 4); in dissect_fcoib()
160 crc = tvb_get_ntohl(tvb, crc_offset); in dissect_fcoib()
190 proto_tree_set_appendix(fcoib_tree, tvb, crc_offset, in dissect_fcoib()
191 tvb_captured_length_remaining (tvb, crc_offset)); in dissect_fcoib()
193 …proto_tree_add_checksum(fcoib_tree, tvb, crc_offset, hf_fcoib_crc, hf_fcoib_crc_status, &ei_fcoib_… in dissect_fcoib()
233 gint crc_offset; in dissect_fcoib_heur() local
243 crc_offset = FCOIB_HEADER_LEN + frame_len; in dissect_fcoib_heur()
[all …]
H A Dpacket-fcoe.c122 gint crc_offset; in dissect_fcoe() local
204 crc_offset = header_len + frame_len; in dissect_fcoe()
215 crc_exists = tvb_bytes_exist(tvb, crc_offset, 4); in dissect_fcoe()
217 crc = tvb_get_ntohl(tvb, crc_offset); in dissect_fcoe()
250 …proto_tree_add_checksum(fcoe_tree, tvb, crc_offset, hf_fcoe_crc, hf_fcoe_crc_status, &ei_fcoe_crc,… in dissect_fcoe()
251 proto_tree_set_appendix(fcoe_tree, tvb, crc_offset, in dissect_fcoe()
252 tvb_captured_length_remaining (tvb, crc_offset)); in dissect_fcoe()
254 …proto_tree_add_checksum(fcoe_tree, tvb, crc_offset, hf_fcoe_crc, hf_fcoe_crc_status, &ei_fcoe_crc,… in dissect_fcoe()
H A Dpacket-srp.c145 guint crc_offset = tvb_reported_length(tvb)-2; in dissect_srp() local
149 calc_crc = crc16_ccitt_tvb(tvb,crc_offset); in dissect_srp()
153 crc_offset, 2, crc, in dissect_srp()
157 crc_offset, 2, TRUE); in dissect_srp()
160 crc_offset, 2, crc, in dissect_srp()
H A Dpacket-fpp.c398 guint crc_offset = tvb_reported_length(tvb) - FPP_CRC_LENGTH; in dissect_preemption() local
462 …proto_tree_add_checksum(tree, tvb, crc_offset, hf_fpp_crc32, hf_fpp_crc32_status, &ei_fpp_crc32, p… in dissect_preemption()
487 …proto_tree_add_checksum(tree, tvb, crc_offset, hf_fpp_mcrc32, hf_fpp_mcrc32_status, &ei_fpp_mcrc32… in dissect_preemption()
496 …proto_tree_add_checksum(tree, tvb, crc_offset, hf_fpp_mcrc32, hf_fpp_mcrc32_status, &ei_fpp_mcrc32… in dissect_preemption()
526 …proto_tree_add_checksum(tree, tvb, crc_offset, hf_fpp_mcrc32, hf_fpp_mcrc32_status, &ei_fpp_mcrc32… in dissect_preemption()
558 …proto_tree_add_checksum(tree, tvb, crc_offset, hf_fpp_mcrc32, hf_fpp_mcrc32_status, &ei_fpp_mcrc32… in dissect_preemption()
566 …proto_tree_add_checksum(tree, tvb, crc_offset, hf_fpp_crc32, -1, &ei_fpp_crc32, pinfo, reassembled… in dissect_preemption()
577 …proto_tree_add_checksum(tree, tvb, crc_offset, hf_fpp_mcrc32, -1, &ei_fpp_mcrc32, pinfo, mcrc, ENC… in dissect_preemption()
579 …proto_tree_add_checksum(tree, tvb, crc_offset, hf_fpp_mcrc32, hf_fpp_mcrc32_status, &ei_fpp_mcrc32… in dissect_preemption()
588 guint crc_offset = tvb_reported_length(tvb) - FPP_CRC_LENGTH; in dissect_express() local
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-fcoib.c97 gint crc_offset; in dissect_fcoib() local
120 crc_offset = FCOIB_HEADER_LEN + frame_len; in dissect_fcoib()
121 eof_offset = crc_offset + 4; in dissect_fcoib()
158 crc_exists = tvb_bytes_exist(tvb, crc_offset, 4); in dissect_fcoib()
160 crc = tvb_get_ntohl(tvb, crc_offset); in dissect_fcoib()
190 proto_tree_set_appendix(fcoib_tree, tvb, crc_offset, in dissect_fcoib()
191 tvb_captured_length_remaining (tvb, crc_offset)); in dissect_fcoib()
193 …proto_tree_add_checksum(fcoib_tree, tvb, crc_offset, hf_fcoib_crc, hf_fcoib_crc_status, &ei_fcoib_… in dissect_fcoib()
233 gint crc_offset; in dissect_fcoib_heur() local
243 crc_offset = FCOIB_HEADER_LEN + frame_len; in dissect_fcoib_heur()
[all …]
H A Dpacket-fcoe.c122 gint crc_offset; in dissect_fcoe() local
204 crc_offset = header_len + frame_len; in dissect_fcoe()
215 crc_exists = tvb_bytes_exist(tvb, crc_offset, 4); in dissect_fcoe()
217 crc = tvb_get_ntohl(tvb, crc_offset); in dissect_fcoe()
250 …proto_tree_add_checksum(fcoe_tree, tvb, crc_offset, hf_fcoe_crc, hf_fcoe_crc_status, &ei_fcoe_crc,… in dissect_fcoe()
251 proto_tree_set_appendix(fcoe_tree, tvb, crc_offset, in dissect_fcoe()
252 tvb_captured_length_remaining (tvb, crc_offset)); in dissect_fcoe()
254 …proto_tree_add_checksum(fcoe_tree, tvb, crc_offset, hf_fcoe_crc, hf_fcoe_crc_status, &ei_fcoe_crc,… in dissect_fcoe()
H A Dpacket-srp.c145 guint crc_offset = tvb_reported_length(tvb)-2; in dissect_srp() local
149 calc_crc = crc16_ccitt_tvb(tvb,crc_offset); in dissect_srp()
153 crc_offset, 2, crc, in dissect_srp()
157 crc_offset, 2, TRUE); in dissect_srp()
160 crc_offset, 2, crc, in dissect_srp()
H A Dpacket-fpp.c398 guint crc_offset = tvb_reported_length(tvb) - FPP_CRC_LENGTH; in dissect_preemption() local
462 …proto_tree_add_checksum(tree, tvb, crc_offset, hf_fpp_crc32, hf_fpp_crc32_status, &ei_fpp_crc32, p… in dissect_preemption()
487 …proto_tree_add_checksum(tree, tvb, crc_offset, hf_fpp_mcrc32, hf_fpp_mcrc32_status, &ei_fpp_mcrc32… in dissect_preemption()
496 …proto_tree_add_checksum(tree, tvb, crc_offset, hf_fpp_mcrc32, hf_fpp_mcrc32_status, &ei_fpp_mcrc32… in dissect_preemption()
526 …proto_tree_add_checksum(tree, tvb, crc_offset, hf_fpp_mcrc32, hf_fpp_mcrc32_status, &ei_fpp_mcrc32… in dissect_preemption()
558 …proto_tree_add_checksum(tree, tvb, crc_offset, hf_fpp_mcrc32, hf_fpp_mcrc32_status, &ei_fpp_mcrc32… in dissect_preemption()
566 …proto_tree_add_checksum(tree, tvb, crc_offset, hf_fpp_crc32, -1, &ei_fpp_crc32, pinfo, reassembled… in dissect_preemption()
577 …proto_tree_add_checksum(tree, tvb, crc_offset, hf_fpp_mcrc32, -1, &ei_fpp_mcrc32, pinfo, mcrc, ENC… in dissect_preemption()
579 …proto_tree_add_checksum(tree, tvb, crc_offset, hf_fpp_mcrc32, hf_fpp_mcrc32_status, &ei_fpp_mcrc32… in dissect_preemption()
588 guint crc_offset = tvb_reported_length(tvb) - FPP_CRC_LENGTH; in dissect_express() local
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-fcoib.c97 gint crc_offset; in dissect_fcoib() local
120 crc_offset = FCOIB_HEADER_LEN + frame_len; in dissect_fcoib()
121 eof_offset = crc_offset + 4; in dissect_fcoib()
158 crc_exists = tvb_bytes_exist(tvb, crc_offset, 4); in dissect_fcoib()
160 crc = tvb_get_ntohl(tvb, crc_offset); in dissect_fcoib()
190 proto_tree_set_appendix(fcoib_tree, tvb, crc_offset, in dissect_fcoib()
191 tvb_captured_length_remaining (tvb, crc_offset)); in dissect_fcoib()
193 …proto_tree_add_checksum(fcoib_tree, tvb, crc_offset, hf_fcoib_crc, hf_fcoib_crc_status, &ei_fcoib_… in dissect_fcoib()
233 gint crc_offset; in dissect_fcoib_heur() local
243 crc_offset = FCOIB_HEADER_LEN + frame_len; in dissect_fcoib_heur()
[all …]
H A Dpacket-fcoe.c122 gint crc_offset; in initGrCaps()
204 crc_offset = header_len + frame_len; in initGrCaps()
215 crc_exists = tvb_bytes_exist(tvb, crc_offset, 4); in initGrCaps()
217 crc = tvb_get_ntohl(tvb, crc_offset); in initGrCaps()
250 …proto_tree_add_checksum(fcoe_tree, tvb, crc_offset, hf_fcoe_crc, hf_fcoe_crc_status, &ei_fcoe_crc,… in initGrCaps()
251 proto_tree_set_appendix(fcoe_tree, tvb, crc_offset, in initGrCaps()
252 tvb_captured_length_remaining (tvb, crc_offset)); in initGrCaps()
254 …proto_tree_add_checksum(fcoe_tree, tvb, crc_offset, hf_fcoe_crc, hf_fcoe_crc_status, &ei_fcoe_crc,… in initGrCaps()
H A Dpacket-srp.c145 guint crc_offset = tvb_reported_length(tvb)-2; in dissect_srp() local
149 calc_crc = crc16_ccitt_tvb(tvb,crc_offset); in dissect_srp()
153 crc_offset, 2, crc, in dissect_srp()
157 crc_offset, 2, TRUE); in dissect_srp()
160 crc_offset, 2, crc, in dissect_srp()
H A Dpacket-fpp.c398 guint crc_offset = tvb_reported_length(tvb) - FPP_CRC_LENGTH; in dissect_preemption() local
462 …proto_tree_add_checksum(tree, tvb, crc_offset, hf_fpp_crc32, hf_fpp_crc32_status, &ei_fpp_crc32, p… in dissect_preemption()
487 …proto_tree_add_checksum(tree, tvb, crc_offset, hf_fpp_mcrc32, hf_fpp_mcrc32_status, &ei_fpp_mcrc32… in dissect_preemption()
496 …proto_tree_add_checksum(tree, tvb, crc_offset, hf_fpp_mcrc32, hf_fpp_mcrc32_status, &ei_fpp_mcrc32… in dissect_preemption()
526 …proto_tree_add_checksum(tree, tvb, crc_offset, hf_fpp_mcrc32, hf_fpp_mcrc32_status, &ei_fpp_mcrc32… in dissect_preemption()
558 …proto_tree_add_checksum(tree, tvb, crc_offset, hf_fpp_mcrc32, hf_fpp_mcrc32_status, &ei_fpp_mcrc32… in dissect_preemption()
566 …proto_tree_add_checksum(tree, tvb, crc_offset, hf_fpp_crc32, -1, &ei_fpp_crc32, pinfo, reassembled… in dissect_preemption()
577 …proto_tree_add_checksum(tree, tvb, crc_offset, hf_fpp_mcrc32, -1, &ei_fpp_mcrc32, pinfo, mcrc, ENC… in dissect_preemption()
579 …proto_tree_add_checksum(tree, tvb, crc_offset, hf_fpp_mcrc32, hf_fpp_mcrc32_status, &ei_fpp_mcrc32… in dissect_preemption()
588 guint crc_offset = tvb_reported_length(tvb) - FPP_CRC_LENGTH; in dissect_express() local
[all …]
/dports/net/ndpi/nDPI-92a1be2/src/lib/protocols/
H A Dskype.c36 const uint8_t crc_offset = id_flags_iv_crc_len - crc_len; in ndpi_check_skype_udp_again() local
52 if (packet->payload[crc_offset + i] != flow->l4.udp.skype_crc[i]) in ndpi_check_skype_udp_again()
119 const uint8_t crc_offset = id_flags_iv_crc_len - crc_len; in ndpi_check_skype() local
123 && (payload_len >= (crc_offset+crc_len)) in ndpi_check_skype()
129 memcpy(flow->l4.udp.skype_crc, &packet->payload[crc_offset], crc_len); in ndpi_check_skype()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/board/varisys/common/
H A Dsys_eeprom.c175 u32 crc, crc_offset = offsetof(struct eeprom, crc); in update_crc() local
177 crc = crc32(0, (void *)&e, crc_offset); in update_crc()
439 u32 crc, crc_offset = offsetof(struct eeprom, crc); in mac_read_from_eeprom_common() local
455 crc = crc32(0, (void *)&e, crc_offset); in mac_read_from_eeprom_common()
456 crcp = (void *)&e + crc_offset; in mac_read_from_eeprom_common()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/board/varisys/common/
H A Dsys_eeprom.c178 u32 crc, crc_offset = offsetof(struct eeprom, crc); in update_crc() local
180 crc = crc32(0, (void *)&e, crc_offset); in update_crc()
442 u32 crc, crc_offset = offsetof(struct eeprom, crc); in mac_read_from_eeprom_common() local
458 crc = crc32(0, (void *)&e, crc_offset); in mac_read_from_eeprom_common()
459 crcp = (void *)&e + crc_offset; in mac_read_from_eeprom_common()
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/board/varisys/common/
H A Dsys_eeprom.c178 u32 crc, crc_offset = offsetof(struct eeprom, crc); in update_crc() local
180 crc = crc32(0, (void *)&e, crc_offset); in update_crc()
442 u32 crc, crc_offset = offsetof(struct eeprom, crc); in mac_read_from_eeprom_common() local
458 crc = crc32(0, (void *)&e, crc_offset); in mac_read_from_eeprom_common()
459 crcp = (void *)&e + crc_offset; in mac_read_from_eeprom_common()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/board/varisys/common/
H A Dsys_eeprom.c178 u32 crc, crc_offset = offsetof(struct eeprom, crc); in update_crc() local
180 crc = crc32(0, (void *)&e, crc_offset); in update_crc()
442 u32 crc, crc_offset = offsetof(struct eeprom, crc); in mac_read_from_eeprom_common() local
458 crc = crc32(0, (void *)&e, crc_offset); in mac_read_from_eeprom_common()
459 crcp = (void *)&e + crc_offset; in mac_read_from_eeprom_common()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/board/varisys/common/
H A Dsys_eeprom.c175 u32 crc, crc_offset = offsetof(struct eeprom, crc); in update_crc() local
177 crc = crc32(0, (void *)&e, crc_offset); in update_crc()
439 u32 crc, crc_offset = offsetof(struct eeprom, crc); in mac_read_from_eeprom_common() local
455 crc = crc32(0, (void *)&e, crc_offset); in mac_read_from_eeprom_common()
456 crcp = (void *)&e + crc_offset; in mac_read_from_eeprom_common()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/board/varisys/common/
H A Dsys_eeprom.c178 u32 crc, crc_offset = offsetof(struct eeprom, crc); in update_crc() local
180 crc = crc32(0, (void *)&e, crc_offset); in update_crc()
442 u32 crc, crc_offset = offsetof(struct eeprom, crc); in mac_read_from_eeprom_common() local
458 crc = crc32(0, (void *)&e, crc_offset); in mac_read_from_eeprom_common()
459 crcp = (void *)&e + crc_offset; in mac_read_from_eeprom_common()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/board/varisys/common/
H A Dsys_eeprom.c178 u32 crc, crc_offset = offsetof(struct eeprom, crc); in update_crc() local
180 crc = crc32(0, (void *)&e, crc_offset); in update_crc()
442 u32 crc, crc_offset = offsetof(struct eeprom, crc); in mac_read_from_eeprom_common() local
458 crc = crc32(0, (void *)&e, crc_offset); in mac_read_from_eeprom_common()
459 crcp = (void *)&e + crc_offset; in mac_read_from_eeprom_common()
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/board/varisys/common/
H A Dsys_eeprom.c178 u32 crc, crc_offset = offsetof(struct eeprom, crc); in update_crc() local
180 crc = crc32(0, (void *)&e, crc_offset); in update_crc()
442 u32 crc, crc_offset = offsetof(struct eeprom, crc); in mac_read_from_eeprom_common() local
458 crc = crc32(0, (void *)&e, crc_offset); in mac_read_from_eeprom_common()
459 crcp = (void *)&e + crc_offset; in mac_read_from_eeprom_common()

12345678910>>...15