Home
last modified time | relevance | path

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

/dports/net/wireshark-lite/wireshark-3.6.1/wiretap/
H A Diptrace.c328 wtapng_if_descr_mandatory_t *int_data_mand; in iptrace_read_rec_1_0() local
341 int_data_mand->wtap_encap = rec->rec_header.packet_header.pkt_encap; in iptrace_read_rec_1_0()
342 int_data_mand->tsprecision = WTAP_TSPREC_SEC; in iptrace_read_rec_1_0()
343 int_data_mand->time_units_per_second = 1; /* No fractional time stamp */ in iptrace_read_rec_1_0()
348 int_data_mand->num_stat_entries = 0; in iptrace_read_rec_1_0()
349 int_data_mand->interface_statistics = NULL; in iptrace_read_rec_1_0()
600 wtapng_if_descr_mandatory_t *int_data_mand; in iptrace_read_rec_2_0() local
613 int_data_mand->wtap_encap = rec->rec_header.packet_header.pkt_encap; in iptrace_read_rec_2_0()
614 int_data_mand->tsprecision = WTAP_TSPREC_NSEC; in iptrace_read_rec_2_0()
620 int_data_mand->num_stat_entries = 0; in iptrace_read_rec_2_0()
[all …]
H A Derf.c2433 wtapng_if_descr_mandatory_t* int_data_mand; in erf_populate_interface() local
2490 int_data_mand->wtap_encap = WTAP_ENCAP_ERF; in erf_populate_interface()
2493 int_data_mand->tsprecision = WTAP_TSPREC_NSEC; in erf_populate_interface()
2494 int_data_mand->snap_len = 65535; /* ERF max length */ in erf_populate_interface()
2506 int_data_mand->num_stat_entries = 0; in erf_populate_interface()
2507 int_data_mand->interface_statistics = NULL; in erf_populate_interface()
2775 wtapng_if_descr_mandatory_t* int_data_mand = NULL; in populate_interface_info() local
2921 int_data_mand->snap_len = pntoh32(tag.value); in populate_interface_info()
2977 int_data_mand->snap_len = pntoh32(tag.value); in populate_interface_info()
2992 wtapng_if_descr_mandatory_t* int_data_mand = NULL; in populate_stream_info() local
[all …]
H A Dpcapng.c4803 wtapng_if_descr_mandatory_t *int_data_mand; in pcapng_write_enhanced_packet_block() local
4857 int_data_mand = (wtapng_if_descr_mandatory_t*)wtap_block_get_mandatory_data(int_data); in pcapng_write_enhanced_packet_block()
4858 if (int_data_mand->wtap_encap != rec->rec_header.packet_header.pkt_encap) { in pcapng_write_enhanced_packet_block()
4865 int_data_mand->wtap_encap, in pcapng_write_enhanced_packet_block()
4869 ts = ((guint64)rec->ts.secs) * int_data_mand->time_units_per_second + in pcapng_write_enhanced_packet_block()
4870 (((guint64)rec->ts.nsecs) * int_data_mand->time_units_per_second) / 1000000000; in pcapng_write_enhanced_packet_block()
6017 wtapng_if_descr_mandatory_t *int_data_mand; in pcapng_dump_finish() local
6020 int_data_mand = (wtapng_if_descr_mandatory_t*)wtap_block_get_mandatory_data(int_data); in pcapng_dump_finish()
6022 for (j = 0; j < int_data_mand->num_stat_entries; j++) { in pcapng_dump_finish()
6025 if_stats = g_array_index(int_data_mand->interface_statistics, wtap_block_t, j); in pcapng_dump_finish()
/dports/net/wireshark/wireshark-3.6.1/wiretap/
H A Diptrace.c328 wtapng_if_descr_mandatory_t *int_data_mand; in iptrace_read_rec_1_0() local
341 int_data_mand->wtap_encap = rec->rec_header.packet_header.pkt_encap; in iptrace_read_rec_1_0()
342 int_data_mand->tsprecision = WTAP_TSPREC_SEC; in iptrace_read_rec_1_0()
343 int_data_mand->time_units_per_second = 1; /* No fractional time stamp */ in iptrace_read_rec_1_0()
348 int_data_mand->num_stat_entries = 0; in iptrace_read_rec_1_0()
349 int_data_mand->interface_statistics = NULL; in iptrace_read_rec_1_0()
600 wtapng_if_descr_mandatory_t *int_data_mand; in iptrace_read_rec_2_0() local
613 int_data_mand->wtap_encap = rec->rec_header.packet_header.pkt_encap; in iptrace_read_rec_2_0()
614 int_data_mand->tsprecision = WTAP_TSPREC_NSEC; in iptrace_read_rec_2_0()
620 int_data_mand->num_stat_entries = 0; in iptrace_read_rec_2_0()
[all …]
H A Derf.c2433 wtapng_if_descr_mandatory_t* int_data_mand; in erf_populate_interface() local
2490 int_data_mand->wtap_encap = WTAP_ENCAP_ERF; in erf_populate_interface()
2493 int_data_mand->tsprecision = WTAP_TSPREC_NSEC; in erf_populate_interface()
2494 int_data_mand->snap_len = 65535; /* ERF max length */ in erf_populate_interface()
2506 int_data_mand->num_stat_entries = 0; in erf_populate_interface()
2507 int_data_mand->interface_statistics = NULL; in erf_populate_interface()
2775 wtapng_if_descr_mandatory_t* int_data_mand = NULL; in populate_interface_info() local
2921 int_data_mand->snap_len = pntoh32(tag.value); in populate_interface_info()
2977 int_data_mand->snap_len = pntoh32(tag.value); in populate_interface_info()
2992 wtapng_if_descr_mandatory_t* int_data_mand = NULL; in populate_stream_info() local
[all …]
H A Dpcapng.c4803 wtapng_if_descr_mandatory_t *int_data_mand; in pcapng_write_enhanced_packet_block() local
4857 int_data_mand = (wtapng_if_descr_mandatory_t*)wtap_block_get_mandatory_data(int_data); in pcapng_write_enhanced_packet_block()
4858 if (int_data_mand->wtap_encap != rec->rec_header.packet_header.pkt_encap) { in pcapng_write_enhanced_packet_block()
4865 int_data_mand->wtap_encap, in pcapng_write_enhanced_packet_block()
4869 ts = ((guint64)rec->ts.secs) * int_data_mand->time_units_per_second + in pcapng_write_enhanced_packet_block()
4870 (((guint64)rec->ts.nsecs) * int_data_mand->time_units_per_second) / 1000000000; in pcapng_write_enhanced_packet_block()
6017 wtapng_if_descr_mandatory_t *int_data_mand; in pcapng_dump_finish() local
6020 int_data_mand = (wtapng_if_descr_mandatory_t*)wtap_block_get_mandatory_data(int_data); in pcapng_dump_finish()
6022 for (j = 0; j < int_data_mand->num_stat_entries; j++) { in pcapng_dump_finish()
6025 if_stats = g_array_index(int_data_mand->interface_statistics, wtap_block_t, j); in pcapng_dump_finish()
/dports/net/tshark/wireshark-3.6.1/wiretap/
H A Diptrace.c328 wtapng_if_descr_mandatory_t *int_data_mand; in iptrace_read_rec_1_0() local
341 int_data_mand->wtap_encap = rec->rec_header.packet_header.pkt_encap; in iptrace_read_rec_1_0()
342 int_data_mand->tsprecision = WTAP_TSPREC_SEC; in iptrace_read_rec_1_0()
343 int_data_mand->time_units_per_second = 1; /* No fractional time stamp */ in iptrace_read_rec_1_0()
348 int_data_mand->num_stat_entries = 0; in iptrace_read_rec_1_0()
349 int_data_mand->interface_statistics = NULL; in iptrace_read_rec_1_0()
600 wtapng_if_descr_mandatory_t *int_data_mand; in iptrace_read_rec_2_0() local
613 int_data_mand->wtap_encap = rec->rec_header.packet_header.pkt_encap; in iptrace_read_rec_2_0()
614 int_data_mand->tsprecision = WTAP_TSPREC_NSEC; in iptrace_read_rec_2_0()
620 int_data_mand->num_stat_entries = 0; in iptrace_read_rec_2_0()
[all …]
H A Derf.c2433 wtapng_if_descr_mandatory_t* int_data_mand; in erf_populate_interface() local
2490 int_data_mand->wtap_encap = WTAP_ENCAP_ERF; in erf_populate_interface()
2493 int_data_mand->tsprecision = WTAP_TSPREC_NSEC; in erf_populate_interface()
2494 int_data_mand->snap_len = 65535; /* ERF max length */ in erf_populate_interface()
2506 int_data_mand->num_stat_entries = 0; in erf_populate_interface()
2507 int_data_mand->interface_statistics = NULL; in erf_populate_interface()
2775 wtapng_if_descr_mandatory_t* int_data_mand = NULL; in populate_interface_info() local
2921 int_data_mand->snap_len = pntoh32(tag.value); in populate_interface_info()
2977 int_data_mand->snap_len = pntoh32(tag.value); in populate_interface_info()
2992 wtapng_if_descr_mandatory_t* int_data_mand = NULL; in populate_stream_info() local
[all …]
H A Dpcapng.c4803 wtapng_if_descr_mandatory_t *int_data_mand; in pcapng_write_enhanced_packet_block() local
4857 int_data_mand = (wtapng_if_descr_mandatory_t*)wtap_block_get_mandatory_data(int_data); in pcapng_write_enhanced_packet_block()
4858 if (int_data_mand->wtap_encap != rec->rec_header.packet_header.pkt_encap) { in pcapng_write_enhanced_packet_block()
4865 int_data_mand->wtap_encap, in pcapng_write_enhanced_packet_block()
4869 ts = ((guint64)rec->ts.secs) * int_data_mand->time_units_per_second + in pcapng_write_enhanced_packet_block()
4870 (((guint64)rec->ts.nsecs) * int_data_mand->time_units_per_second) / 1000000000; in pcapng_write_enhanced_packet_block()
6017 wtapng_if_descr_mandatory_t *int_data_mand; in pcapng_dump_finish() local
6020 int_data_mand = (wtapng_if_descr_mandatory_t*)wtap_block_get_mandatory_data(int_data); in pcapng_dump_finish()
6022 for (j = 0; j < int_data_mand->num_stat_entries; j++) { in pcapng_dump_finish()
6025 if_stats = g_array_index(int_data_mand->interface_statistics, wtap_block_t, j); in pcapng_dump_finish()
/dports/net/tshark-lite/wireshark-3.6.1/wiretap/
H A Diptrace.c328 wtapng_if_descr_mandatory_t *int_data_mand; in iptrace_read_rec_1_0() local
341 int_data_mand->wtap_encap = rec->rec_header.packet_header.pkt_encap; in iptrace_read_rec_1_0()
342 int_data_mand->tsprecision = WTAP_TSPREC_SEC; in iptrace_read_rec_1_0()
343 int_data_mand->time_units_per_second = 1; /* No fractional time stamp */ in iptrace_read_rec_1_0()
348 int_data_mand->num_stat_entries = 0; in iptrace_read_rec_1_0()
349 int_data_mand->interface_statistics = NULL; in iptrace_read_rec_1_0()
600 wtapng_if_descr_mandatory_t *int_data_mand; in iptrace_read_rec_2_0() local
613 int_data_mand->wtap_encap = rec->rec_header.packet_header.pkt_encap; in iptrace_read_rec_2_0()
614 int_data_mand->tsprecision = WTAP_TSPREC_NSEC; in iptrace_read_rec_2_0()
620 int_data_mand->num_stat_entries = 0; in iptrace_read_rec_2_0()
[all …]
H A Derf.c2433 wtapng_if_descr_mandatory_t* int_data_mand; in erf_populate_interface() local
2490 int_data_mand->wtap_encap = WTAP_ENCAP_ERF; in erf_populate_interface()
2493 int_data_mand->tsprecision = WTAP_TSPREC_NSEC; in erf_populate_interface()
2494 int_data_mand->snap_len = 65535; /* ERF max length */ in erf_populate_interface()
2506 int_data_mand->num_stat_entries = 0; in erf_populate_interface()
2507 int_data_mand->interface_statistics = NULL; in erf_populate_interface()
2775 wtapng_if_descr_mandatory_t* int_data_mand = NULL; in populate_interface_info() local
2921 int_data_mand->snap_len = pntoh32(tag.value); in populate_interface_info()
2977 int_data_mand->snap_len = pntoh32(tag.value); in populate_interface_info()
2992 wtapng_if_descr_mandatory_t* int_data_mand = NULL; in populate_stream_info() local
[all …]
H A Dpcapng.c4803 wtapng_if_descr_mandatory_t *int_data_mand;
4857 int_data_mand = (wtapng_if_descr_mandatory_t*)wtap_block_get_mandatory_data(int_data);
4858 if (int_data_mand->wtap_encap != rec->rec_header.packet_header.pkt_encap) {
4865 int_data_mand->wtap_encap,
4869 ts = ((guint64)rec->ts.secs) * int_data_mand->time_units_per_second +
4870 (((guint64)rec->ts.nsecs) * int_data_mand->time_units_per_second) / 1000000000;
6017 wtapng_if_descr_mandatory_t *int_data_mand;
6020 int_data_mand = (wtapng_if_descr_mandatory_t*)wtap_block_get_mandatory_data(int_data);
6022 for (j = 0; j < int_data_mand->num_stat_entries; j++) {
6025 if_stats = g_array_index(int_data_mand->interface_statistics, wtap_block_t, j);
/dports/net/wireshark-lite/wireshark-3.6.1/ui/
H A Dtap_export_pdu.c93 wtapng_if_descr_mandatory_t *int_data_mand; in exp_pdu_open() local
149 int_data_mand = (wtapng_if_descr_mandatory_t*)wtap_block_get_mandatory_data(int_data); in exp_pdu_open()
150 int_data_mand->wtap_encap = exp_pdu_tap_data->pkt_encap; in exp_pdu_open()
151 int_data_mand->time_units_per_second = 1000000000; /* default nanosecond resolution */ in exp_pdu_open()
152 int_data_mand->snap_len = WTAP_MAX_PACKET_SIZE_STANDARD; in exp_pdu_open()
/dports/net/wireshark/wireshark-3.6.1/ui/
H A Dtap_export_pdu.c93 wtapng_if_descr_mandatory_t *int_data_mand; in exp_pdu_open() local
149 int_data_mand = (wtapng_if_descr_mandatory_t*)wtap_block_get_mandatory_data(int_data); in exp_pdu_open()
150 int_data_mand->wtap_encap = exp_pdu_tap_data->pkt_encap; in exp_pdu_open()
151 int_data_mand->time_units_per_second = 1000000000; /* default nanosecond resolution */ in exp_pdu_open()
152 int_data_mand->snap_len = WTAP_MAX_PACKET_SIZE_STANDARD; in exp_pdu_open()
/dports/net/tshark/wireshark-3.6.1/ui/
H A Dtap_export_pdu.c93 wtapng_if_descr_mandatory_t *int_data_mand; in exp_pdu_open() local
149 int_data_mand = (wtapng_if_descr_mandatory_t*)wtap_block_get_mandatory_data(int_data); in exp_pdu_open()
150 int_data_mand->wtap_encap = exp_pdu_tap_data->pkt_encap; in exp_pdu_open()
151 int_data_mand->time_units_per_second = 1000000000; /* default nanosecond resolution */ in exp_pdu_open()
152 int_data_mand->snap_len = WTAP_MAX_PACKET_SIZE_STANDARD; in exp_pdu_open()
/dports/net/tshark-lite/wireshark-3.6.1/ui/
H A Dtap_export_pdu.c93 wtapng_if_descr_mandatory_t *int_data_mand;
149 int_data_mand = (wtapng_if_descr_mandatory_t*)wtap_block_get_mandatory_data(int_data);
150 int_data_mand->wtap_encap = exp_pdu_tap_data->pkt_encap;
151 int_data_mand->time_units_per_second = 1000000000; /* default nanosecond resolution */
152 int_data_mand->snap_len = WTAP_MAX_PACKET_SIZE_STANDARD;