Home
last modified time | relevance | path

Searched refs:sent_fcs (Results 1 – 16 of 16) sorted by relevance

/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-docsis.c791 guint32 sent_fcs = tvb_get_ntohl(tvb, (hdrlen + len_sid - 4)); in dissect_docsis() local
795 if (sent_fcs == fcs) in dissect_docsis()
H A Dpacket-eth.c812 guint32 sent_fcs = tvb_get_ntohl(trailer_tvb, padding_length+trailer_length);
817 if (fcs != sent_fcs) {
H A Dpacket-ieee80211-radiotap.c2594 int *hdr_fcs_offset, int *sent_fcs)
2598 *sent_fcs = tvb_get_ntohl(tvb, offset);
2601 offset, 4, *sent_fcs);
2803 guint32 sent_fcs = 0;
3190 &hdr_fcs_offset, &sent_fcs);
3849 if (calc_fcs == sent_fcs) {
H A Dpacket-ieee80211.c33418 guint32 sent_fcs = tvb_get_letohl(tvb, hdr_len + len); in dissect_ieee80211_pv0() local
33425 if (fcs != sent_fcs) { in dissect_ieee80211_pv0()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-docsis.c791 guint32 sent_fcs = tvb_get_ntohl(tvb, (hdrlen + len_sid - 4));
795 if (sent_fcs == fcs)
H A Dpacket-eth.c812 guint32 sent_fcs = tvb_get_ntohl(trailer_tvb, padding_length+trailer_length); in add_ethernet_trailer() local
817 if (fcs != sent_fcs) { in add_ethernet_trailer()
H A Dpacket-ieee80211-radiotap.c2594 int *hdr_fcs_offset, int *sent_fcs) in dissect_radiotap_rx_flags() argument
2598 *sent_fcs = tvb_get_ntohl(tvb, offset); in dissect_radiotap_rx_flags()
2601 offset, 4, *sent_fcs); in dissect_radiotap_rx_flags()
2803 guint32 sent_fcs = 0; in dissect_radiotap() local
3190 &hdr_fcs_offset, &sent_fcs); in dissect_radiotap()
3849 if (calc_fcs == sent_fcs) { in dissect_radiotap()
H A Dpacket-ieee80211.c33418 guint32 sent_fcs = tvb_get_letohl(tvb, hdr_len + len); in dissect_ieee80211_pv0() local
33425 if (fcs != sent_fcs) { in dissect_ieee80211_pv0()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-docsis.c791 guint32 sent_fcs = tvb_get_ntohl(tvb, (hdrlen + len_sid - 4));
795 if (sent_fcs == fcs)
H A Dpacket-eth.c812 guint32 sent_fcs = tvb_get_ntohl(trailer_tvb, padding_length+trailer_length); in add_ethernet_trailer() local
817 if (fcs != sent_fcs) { in add_ethernet_trailer()
H A Dpacket-ieee80211-radiotap.c2594 int *hdr_fcs_offset, int *sent_fcs) in dissect_radiotap_rx_flags() argument
2598 *sent_fcs = tvb_get_ntohl(tvb, offset); in dissect_radiotap_rx_flags()
2601 offset, 4, *sent_fcs); in dissect_radiotap_rx_flags()
2803 guint32 sent_fcs = 0; in dissect_radiotap() local
3190 &hdr_fcs_offset, &sent_fcs); in dissect_radiotap()
3849 if (calc_fcs == sent_fcs) { in dissect_radiotap()
H A Dpacket-ieee80211.c33418 guint32 sent_fcs = tvb_get_letohl(tvb, hdr_len + len); in dissect_ieee80211_pv0() local
33425 if (fcs != sent_fcs) { in dissect_ieee80211_pv0()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-docsis.c791 guint32 sent_fcs = tvb_get_ntohl(tvb, (hdrlen + len_sid - 4)); in dissect_docsis() local
795 if (sent_fcs == fcs) in dissect_docsis()
H A Dpacket-eth.c812 guint32 sent_fcs = tvb_get_ntohl(trailer_tvb, padding_length+trailer_length); in add_ethernet_trailer() local
817 if (fcs != sent_fcs) { in add_ethernet_trailer()
H A Dpacket-ieee80211-radiotap.c2594 int *hdr_fcs_offset, int *sent_fcs) in dissect_radiotap_rx_flags() argument
2598 *sent_fcs = tvb_get_ntohl(tvb, offset); in dissect_radiotap_rx_flags()
2601 offset, 4, *sent_fcs); in dissect_radiotap_rx_flags()
2803 guint32 sent_fcs = 0; in dissect_radiotap() local
3190 &hdr_fcs_offset, &sent_fcs); in dissect_radiotap()
3849 if (calc_fcs == sent_fcs) { in dissect_radiotap()
H A Dpacket-ieee80211.c33418 guint32 sent_fcs = tvb_get_letohl(tvb, hdr_len + len); in dissect_ieee80211_pv0() local
33425 if (fcs != sent_fcs) { in dissect_ieee80211_pv0()