Home
last modified time | relevance | path

Searched refs:encap_counts (Results 1 – 4 of 4) sorted by relevance

/dports/net/wireshark-lite/wireshark-3.6.1/
H A Dcapinfos.c208 …int *encap_counts; /* array of per_packet encap counts; array has one… member
650 if (cf_info->encap_counts[i] > 0) in print_stats()
652 wtap_encap_description(i), cf_info->encap_counts[i]); in print_stats()
1120 g_free(cf_info->encap_counts); in cleanup_capture_info()
1121 cf_info->encap_counts = NULL; in cleanup_capture_info()
1243 cf_info.encap_counts = g_new0(int,WTAP_NUM_ENCAP_TYPES); in process_cap_file()
1316 cf_info.encap_counts[rec.rec_header.packet_header.pkt_encap] += 1; in process_cap_file()
/dports/net/tshark-lite/wireshark-3.6.1/
H A Dcapinfos.c208 …int *encap_counts; /* array of per_packet encap counts; array has one… member
650 if (cf_info->encap_counts[i] > 0) in print_stats()
652 wtap_encap_description(i), cf_info->encap_counts[i]); in print_stats()
1120 g_free(cf_info->encap_counts); in cleanup_capture_info()
1121 cf_info->encap_counts = NULL; in cleanup_capture_info()
1243 cf_info.encap_counts = g_new0(int,WTAP_NUM_ENCAP_TYPES); in process_cap_file()
1316 cf_info.encap_counts[rec.rec_header.packet_header.pkt_encap] += 1; in process_cap_file()
/dports/net/wireshark/wireshark-3.6.1/
H A Dcapinfos.c208 …int *encap_counts; /* array of per_packet encap counts; array has one… member
650 if (cf_info->encap_counts[i] > 0) in print_stats()
652 wtap_encap_description(i), cf_info->encap_counts[i]); in print_stats()
1120 g_free(cf_info->encap_counts); in cleanup_capture_info()
1121 cf_info->encap_counts = NULL; in cleanup_capture_info()
1243 cf_info.encap_counts = g_new0(int,WTAP_NUM_ENCAP_TYPES); in process_cap_file()
1316 cf_info.encap_counts[rec.rec_header.packet_header.pkt_encap] += 1; in process_cap_file()
/dports/net/tshark/wireshark-3.6.1/
H A Dcapinfos.c208 …int *encap_counts; /* array of per_packet encap counts; array has one… member
650 if (cf_info->encap_counts[i] > 0) in print_stats()
652 wtap_encap_description(i), cf_info->encap_counts[i]); in print_stats()
1120 g_free(cf_info->encap_counts); in cleanup_capture_info()
1121 cf_info->encap_counts = NULL; in cleanup_capture_info()
1243 cf_info.encap_counts = g_new0(int,WTAP_NUM_ENCAP_TYPES); in process_cap_file()
1316 cf_info.encap_counts[rec.rec_header.packet_header.pkt_encap] += 1; in process_cap_file()