Home
last modified time | relevance | path

Searched refs:tot_packets (Results 1 – 23 of 23) sorted by relevance

/dports/net/wireshark-lite/wireshark-3.6.1/ui/
H A Dproto_hier_stats.c193 guint tot_packets, tot_bytes; in ph_stats_new() local
210 ps->tot_packets = 0; in ph_stats_new()
228 tot_packets = 0; in ph_stats_new()
286 if (tot_packets == 0) { in ph_stats_new()
304 tot_packets++; in ph_stats_new()
329 ps->tot_packets = tot_packets; in ph_stats_new()
H A Dproto_hier_stats.h34 guint tot_packets; member
/dports/net/wireshark/wireshark-3.6.1/ui/
H A Dproto_hier_stats.c193 guint tot_packets, tot_bytes; in ph_stats_new() local
210 ps->tot_packets = 0; in ph_stats_new()
228 tot_packets = 0; in ph_stats_new()
286 if (tot_packets == 0) { in ph_stats_new()
304 tot_packets++; in ph_stats_new()
329 ps->tot_packets = tot_packets; in ph_stats_new()
H A Dproto_hier_stats.h34 guint tot_packets; member
/dports/net/tshark-lite/wireshark-3.6.1/ui/
H A Dproto_hier_stats.c193 guint tot_packets, tot_bytes; in ph_stats_new() local
210 ps->tot_packets = 0; in ph_stats_new()
228 tot_packets = 0; in ph_stats_new()
286 if (tot_packets == 0) { in ph_stats_new()
304 tot_packets++; in ph_stats_new()
329 ps->tot_packets = tot_packets; in ph_stats_new()
H A Dproto_hier_stats.h34 guint tot_packets; member
/dports/net/tshark/wireshark-3.6.1/ui/
H A Dproto_hier_stats.c193 guint tot_packets, tot_bytes; in ph_stats_new() local
210 ps->tot_packets = 0; in ph_stats_new()
228 tot_packets = 0; in ph_stats_new()
286 if (tot_packets == 0) { in ph_stats_new()
304 tot_packets++; in ph_stats_new()
329 ps->tot_packets = tot_packets; in ph_stats_new()
H A Dproto_hier_stats.h34 guint tot_packets; member
/dports/net/wireshark-lite/wireshark-3.6.1/test/
H A Dsuite_mergecap.py35 def check_mergecap(self, mergecap_proc, file_type, encapsulation, tot_packets, generated_idbs, idb_… argument
60 pkt_pat = r'Number of packets:\s+{}'.format(tot_packets)
62 'Failed to generate {} packets'.format(tot_packets))
/dports/net/wireshark/wireshark-3.6.1/test/
H A Dsuite_mergecap.py35 def check_mergecap(self, mergecap_proc, file_type, encapsulation, tot_packets, generated_idbs, idb_… argument
60 pkt_pat = r'Number of packets:\s+{}'.format(tot_packets)
62 'Failed to generate {} packets'.format(tot_packets))
/dports/net/tshark/wireshark-3.6.1/test/
H A Dsuite_mergecap.py35 def check_mergecap(self, mergecap_proc, file_type, encapsulation, tot_packets, generated_idbs, idb_… argument
60 pkt_pat = r'Number of packets:\s+{}'.format(tot_packets)
62 'Failed to generate {} packets'.format(tot_packets))
/dports/net/tshark-lite/wireshark-3.6.1/test/
H A Dsuite_mergecap.py35 def check_mergecap(self, mergecap_proc, file_type, encapsulation, tot_packets, generated_idbs, idb_…
60 pkt_pat = r'Number of packets:\s+{}'.format(tot_packets)
62 'Failed to generate {} packets'.format(tot_packets))
/dports/security/silktools/silk-3.19.1/src/rwaddrcount/
H A Drwaddrcount.c1078 uint64_t tot_bytes, tot_packets, tot_records; in dumpStats() local
1084 tot_bytes = tot_packets = tot_records = 0; in dumpStats()
1095 tot_packets += bin->cr_packets; in dumpStats()
1123 fmt_width[3], tot_packets, delimiter, in dumpStats()
/dports/net/wireshark/wireshark-3.6.1/ui/qt/
H A Dprotocol_hierarchy_dialog.cpp69 if (!ph_stats || ph_stats->tot_packets < 1) return; in ProtocolHierarchyTreeWidgetItem()
70 percent_packets_ = total_packets_ * 100.0 / ph_stats->tot_packets; in ProtocolHierarchyTreeWidgetItem()
H A Drtp_stream_dialog.cpp587 int tot_packets = 0; in updateWidgets() local
591 tot_packets += rsti->streamInfo()->packet_count; in updateWidgets()
596 .arg(tot_packets); in updateWidgets()
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/
H A Dprotocol_hierarchy_dialog.cpp69 if (!ph_stats || ph_stats->tot_packets < 1) return; in ProtocolHierarchyTreeWidgetItem()
70 percent_packets_ = total_packets_ * 100.0 / ph_stats->tot_packets; in ProtocolHierarchyTreeWidgetItem()
H A Drtp_stream_dialog.cpp587 int tot_packets = 0; in updateWidgets() local
591 tot_packets += rsti->streamInfo()->packet_count; in updateWidgets()
596 .arg(tot_packets); in updateWidgets()
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/
H A Dprotocol_hierarchy_dialog.cpp69 if (!ph_stats || ph_stats->tot_packets < 1) return; in ProtocolHierarchyTreeWidgetItem()
70 percent_packets_ = total_packets_ * 100.0 / ph_stats->tot_packets; in ProtocolHierarchyTreeWidgetItem()
H A Drtp_stream_dialog.cpp587 int tot_packets = 0; in updateWidgets() local
591 tot_packets += rsti->streamInfo()->packet_count; in updateWidgets()
596 .arg(tot_packets); in updateWidgets()
/dports/net/tshark/wireshark-3.6.1/ui/qt/
H A Dprotocol_hierarchy_dialog.cpp69 if (!ph_stats || ph_stats->tot_packets < 1) return; in ProtocolHierarchyTreeWidgetItem()
70 percent_packets_ = total_packets_ * 100.0 / ph_stats->tot_packets; in ProtocolHierarchyTreeWidgetItem()
H A Drtp_stream_dialog.cpp587 int tot_packets = 0; in updateWidgets() local
591 tot_packets += rsti->streamInfo()->packet_count; in updateWidgets()
596 .arg(tot_packets); in updateWidgets()
/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dplugin_common.c246 pm_counter_t tot_bytes = 0, tot_packets = 0, tot_flows = 0; in P_cache_insert() local
249 tot_packets = data->pkt_num; in P_cache_insert()
268 if (tot_packets) data->pkt_num = MAX((float)tot_packets / ratio, 1); in P_cache_insert()
H A Dsql_common.c605 pm_counter_t tot_bytes = 0, tot_packets = 0, tot_flows = 0; in sql_cache_insert() local
614 tot_packets = data->pkt_num; in sql_cache_insert()
653 if (tot_packets) data->pkt_num = MAX((float)tot_packets / ratio, 1); in sql_cache_insert()