Home
last modified time | relevance | path

Searched refs:captured_len (Results 1 – 25 of 41) sorted by relevance

12

/dports/devel/universal-ctags/ctags-p5.9.20211128.0/parsers/
H A Dasciidoc.c155 static int capture_anchor(const unsigned char *const orig, int* captured_len) in capture_anchor() argument
167 if (captured_len) *captured_len = 0; in capture_anchor()
198 if (captured_len) in capture_anchor()
200 *captured_len = line - orig; in capture_anchor()
212 int captured_len = 0; in process_leading_anchors() local
215 while (is_anchor(current) && capture_anchor(current, &captured_len) != CORK_NIL) in process_leading_anchors()
218 Assert (captured_len >= 4); in process_leading_anchors()
219 current += captured_len; in process_leading_anchors()
229 int captured_len = 0; in process_trailing_anchor() local
243 capture_anchor(found, &captured_len); in process_trailing_anchor()
[all …]
/dports/devel/geany-legacy/geany-1.37.1/ctags/parsers/
H A Dasciidoc.c155 static int capture_anchor(const unsigned char *const orig, int* captured_len) in capture_anchor() argument
167 if (captured_len) *captured_len = 0; in capture_anchor()
198 if (captured_len) in capture_anchor()
200 *captured_len = line - orig; in capture_anchor()
212 int captured_len = 0; in process_leading_anchors() local
215 while (is_anchor(current) && capture_anchor(current, &captured_len) != CORK_NIL) in process_leading_anchors()
218 Assert (captured_len >= 4); in process_leading_anchors()
219 current += captured_len; in process_leading_anchors()
229 int captured_len = 0; in process_trailing_anchor() local
243 capture_anchor(found, &captured_len); in process_trailing_anchor()
[all …]
/dports/devel/geany/geany-1.38/ctags/parsers/
H A Dgeany_asciidoc.c155 static int capture_anchor(const unsigned char *const orig, int* captured_len) in capture_anchor() argument
167 if (captured_len) *captured_len = 0; in capture_anchor()
198 if (captured_len) in capture_anchor()
200 *captured_len = line - orig; in capture_anchor()
212 int captured_len = 0; in process_leading_anchors() local
215 while (is_anchor(current) && capture_anchor(current, &captured_len) != CORK_NIL) in process_leading_anchors()
218 Assert (captured_len >= 4); in process_leading_anchors()
219 current += captured_len; in process_leading_anchors()
229 int captured_len = 0; in process_trailing_anchor() local
243 capture_anchor(found, &captured_len); in process_trailing_anchor()
[all …]
/dports/net/hostapd-devel/hostap-14ab4a816/wlantest/
H A Dwritepcap.c139 u32 captured_len; member
259 pkt->captured_len = wt->decrypted_len; in write_pcapng_decrypted()
316 pkt->captured_len = hdr->caplen; in write_pcapng_write_read()
327 pkt->captured_len -= WPA_GET_LE32(data + 4); in write_pcapng_write_read()
333 pkt->captured_len += sizeof(rtap); in write_pcapng_write_read()
343 pos += datalen + PAD32(pkt->captured_len); in write_pcapng_write_read()
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/wlantest/
H A Dwritepcap.c139 u32 captured_len; member
259 pkt->captured_len = wt->decrypted_len; in write_pcapng_decrypted()
316 pkt->captured_len = hdr->caplen; in write_pcapng_write_read()
327 pkt->captured_len -= WPA_GET_LE32(data + 4); in write_pcapng_write_read()
333 pkt->captured_len += sizeof(rtap); in write_pcapng_write_read()
343 pos += datalen + PAD32(pkt->captured_len); in write_pcapng_write_read()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-mle.c353 gint captured_len; in dissect_mle_decrypt() local
374 captured_len = reported_len; in dissect_mle_decrypt()
377 captured_len = tvb_captured_length_remaining(tvb, offset); in dissect_mle_decrypt()
410 if (IEEE802154_IS_ENCRYPTED(packet->security_level) && captured_len) { in dissect_mle_decrypt()
419 text = (gchar *)tvb_memdup(pinfo->pool, tvb, offset, captured_len); in dissect_mle_decrypt()
428 ptext_tvb = tvb_new_real_data((const guint8 *)text, captured_len, reported_len); in dissect_mle_decrypt()
444 ptext_tvb = tvb_new_subset_length_caplen(tvb, offset, captured_len, reported_len); in dissect_mle_decrypt()
455 guint l_m = captured_len; in dissect_mle_decrypt()
629 gint captured_len = tvb_captured_length_remaining(tvb, offset); in dissect_mle() local
630 if (reported_len < captured_len) captured_len = reported_len; in dissect_mle()
[all …]
H A Dpacket-gsm_cbsp.c409 guint captured_len = tvb_captured_length(unpacked_tvb); in dissect_cbsp_content_ie() local
412 0, captured_len, ENC_UTF_8|ENC_NA, pinfo->pool, in dissect_cbsp_content_ie()
H A Dpacket-at.c2095 static gint allowed_chars_len(tvbuff_t *tvb, gint captured_len) in allowed_chars_len() argument
2102 for (offset = 0; offset < captured_len; offset++) { in allowed_chars_len()
2107 return captured_len; in allowed_chars_len()
2109 static gboolean is_padded(tvbuff_t *tvb, gint captured_len, gint first_pad_offset) in is_padded() argument
2116 for (offset = first_pad_offset; offset < captured_len; offset++) { in is_padded()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-mle.c353 gint captured_len; in dissect_mle_decrypt() local
374 captured_len = reported_len; in dissect_mle_decrypt()
377 captured_len = tvb_captured_length_remaining(tvb, offset); in dissect_mle_decrypt()
410 if (IEEE802154_IS_ENCRYPTED(packet->security_level) && captured_len) { in dissect_mle_decrypt()
419 text = (gchar *)tvb_memdup(pinfo->pool, tvb, offset, captured_len); in dissect_mle_decrypt()
428 ptext_tvb = tvb_new_real_data((const guint8 *)text, captured_len, reported_len); in dissect_mle_decrypt()
444 ptext_tvb = tvb_new_subset_length_caplen(tvb, offset, captured_len, reported_len); in dissect_mle_decrypt()
455 guint l_m = captured_len; in dissect_mle_decrypt()
629 gint captured_len = tvb_captured_length_remaining(tvb, offset); in dissect_mle() local
630 if (reported_len < captured_len) captured_len = reported_len; in dissect_mle()
[all …]
H A Dpacket-gsm_cbsp.c409 guint captured_len = tvb_captured_length(unpacked_tvb); in dissect_cbsp_content_ie() local
412 0, captured_len, ENC_UTF_8|ENC_NA, pinfo->pool, in dissect_cbsp_content_ie()
H A Dpacket-at.c2095 static gint allowed_chars_len(tvbuff_t *tvb, gint captured_len) in allowed_chars_len() argument
2102 for (offset = 0; offset < captured_len; offset++) { in allowed_chars_len()
2107 return captured_len; in allowed_chars_len()
2109 static gboolean is_padded(tvbuff_t *tvb, gint captured_len, gint first_pad_offset) in is_padded() argument
2116 for (offset = first_pad_offset; offset < captured_len; offset++) { in is_padded()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-mle.c353 gint captured_len; in dissect_mle_decrypt() local
374 captured_len = reported_len; in dissect_mle_decrypt()
377 captured_len = tvb_captured_length_remaining(tvb, offset); in dissect_mle_decrypt()
410 if (IEEE802154_IS_ENCRYPTED(packet->security_level) && captured_len) { in dissect_mle_decrypt()
419 text = (gchar *)tvb_memdup(pinfo->pool, tvb, offset, captured_len); in dissect_mle_decrypt()
428 ptext_tvb = tvb_new_real_data((const guint8 *)text, captured_len, reported_len); in dissect_mle_decrypt()
444 ptext_tvb = tvb_new_subset_length_caplen(tvb, offset, captured_len, reported_len); in dissect_mle_decrypt()
455 guint l_m = captured_len; in dissect_mle_decrypt()
629 gint captured_len = tvb_captured_length_remaining(tvb, offset); in dissect_mle() local
630 if (reported_len < captured_len) captured_len = reported_len; in dissect_mle()
[all …]
H A Dpacket-gsm_cbsp.c409 guint captured_len = tvb_captured_length(unpacked_tvb);
412 0, captured_len, ENC_UTF_8|ENC_NA, pinfo->pool,
H A Dpacket-at.c2095 static gint allowed_chars_len(tvbuff_t *tvb, gint captured_len) in allowed_chars_len() argument
2102 for (offset = 0; offset < captured_len; offset++) { in allowed_chars_len()
2107 return captured_len; in allowed_chars_len()
2109 static gboolean is_padded(tvbuff_t *tvb, gint captured_len, gint first_pad_offset) in is_padded() argument
2116 for (offset = first_pad_offset; offset < captured_len; offset++) { in is_padded()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-mle.c353 gint captured_len; in dissect_mle_decrypt() local
374 captured_len = reported_len; in dissect_mle_decrypt()
377 captured_len = tvb_captured_length_remaining(tvb, offset); in dissect_mle_decrypt()
410 if (IEEE802154_IS_ENCRYPTED(packet->security_level) && captured_len) { in dissect_mle_decrypt()
419 text = (gchar *)tvb_memdup(pinfo->pool, tvb, offset, captured_len); in dissect_mle_decrypt()
428 ptext_tvb = tvb_new_real_data((const guint8 *)text, captured_len, reported_len); in dissect_mle_decrypt()
444 ptext_tvb = tvb_new_subset_length_caplen(tvb, offset, captured_len, reported_len); in dissect_mle_decrypt()
455 guint l_m = captured_len; in dissect_mle_decrypt()
629 gint captured_len = tvb_captured_length_remaining(tvb, offset); in dissect_mle() local
630 if (reported_len < captured_len) captured_len = reported_len; in dissect_mle()
[all …]
H A Dpacket-gsm_cbsp.c409 guint captured_len = tvb_captured_length(unpacked_tvb); in dissect_cbsp_content_ie() local
412 0, captured_len, ENC_UTF_8|ENC_NA, pinfo->pool, in dissect_cbsp_content_ie()
H A Dpacket-at.c2095 static gint allowed_chars_len(tvbuff_t *tvb, gint captured_len) in allowed_chars_len() argument
2102 for (offset = 0; offset < captured_len; offset++) { in allowed_chars_len()
2107 return captured_len; in allowed_chars_len()
2109 static gboolean is_padded(tvbuff_t *tvb, gint captured_len, gint first_pad_offset) in is_padded() argument
2116 for (offset = first_pad_offset; offset < captured_len; offset++) { in is_padded()
/dports/net/wireshark/wireshark-3.6.1/epan/
H A Dpacket.h47 #define BYTES_ARE_IN_FRAME(offset, captured_len, len) \ argument
49 (guint)(offset) + (guint)(len) <= (guint)(captured_len))
/dports/net/wireshark-lite/wireshark-3.6.1/epan/
H A Dpacket.h47 #define BYTES_ARE_IN_FRAME(offset, captured_len, len) \ argument
49 (guint)(offset) + (guint)(len) <= (guint)(captured_len))
/dports/net/tshark-lite/wireshark-3.6.1/epan/
H A Dpacket.h47 #define BYTES_ARE_IN_FRAME(offset, captured_len, len) \ argument
49 (guint)(offset) + (guint)(len) <= (guint)(captured_len))
/dports/net/tshark/wireshark-3.6.1/epan/
H A Dpacket.h47 #define BYTES_ARE_IN_FRAME(offset, captured_len, len) \ argument
49 (guint)(offset) + (guint)(len) <= (guint)(captured_len))
/dports/net/wireshark/wireshark-3.6.1/writecap/
H A Dpcapio.c139 guint32 captured_len; member
582 epb.captured_len = caplen; in pcapng_write_enhanced_packet_block()
/dports/net/wireshark-lite/wireshark-3.6.1/writecap/
H A Dpcapio.c139 guint32 captured_len; member
582 epb.captured_len = caplen; in pcapng_write_enhanced_packet_block()
/dports/net/tshark-lite/wireshark-3.6.1/writecap/
H A Dpcapio.c139 guint32 captured_len; member
582 epb.captured_len = caplen; in pcapng_write_enhanced_packet_block()
/dports/net/tshark/wireshark-3.6.1/writecap/
H A Dpcapio.c139 guint32 captured_len;
582 epb.captured_len = caplen;

12