1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-11-15 13:34:32 +01:00
This commit is contained in:
Pavel Odintsov 2015-05-07 00:09:37 +03:00
parent 2b3d935eee
commit 467f5249a8

@ -1258,7 +1258,7 @@ void process_packet(simple_packet& current_packet) {
__sync_fetch_and_add(&current_element->icmp_in_packets, sampled_number_of_packets);
__sync_fetch_and_add(&current_element->icmp_in_bytes, sampled_number_of_bytes);
// no flow tarcking for icmp
// no flow tracking for icmp
} else {
// TBD
}