fastnetmon-ng/src
surtur 70d343517b
WIP: add a patch file [skip ci]
this will be further broken down to multiple commits (once the patch is
applied). changes pertain:
* CMakeLists file
* {libndpi,protoc,grpc}
* cpp14 --> cpp17
* CXX flags -> added some includes
and a .gitignore file has been added, too
2021-04-09 02:45:13 +02:00
..
a10_plugin
actions Added stub logic to make IPv6 announces (#899) 2020-12-14 21:07:48 +00:00
afpacket_plugin Introduced separate packet length parser management flag for AF_PACKET: af_packet_read_packet_length_from_ip_header. It's not coupled with Netmap anymore 2020-12-13 14:34:11 +00:00
ci
example_plugin Introduced new parser for traffic. Closes #837 (#838) 2020-08-02 13:12:42 +01:00
FreeBSD_port
juniper_plugin
libpatricia
libsflow Implemented sanity checks for sample / records lengths received from the wire in libsflow logic. Closes: #848 (#849) 2020-08-25 19:55:40 +01:00
man
metrics Added InfluxDB support (#905) 2020-12-24 01:06:04 +00:00
mikrotik_plugin fix routeros api support (#862) 2020-10-12 18:59:35 +01:00
netflow_plugin Cappend number of flows per Netflow v9 packet to avoid infinite loop 2021-01-23 19:21:28 +00:00
netmap_plugin Introduced new parser for traffic. Closes #837 (#838) 2020-08-02 13:12:42 +01:00
patches WIP: add a patch file [skip ci] 2021-04-09 02:45:13 +02:00
pcap_plugin Introduced new parser for traffic. Closes #837 (#838) 2020-08-02 13:12:42 +01:00
pfring_plugin Introduced new parser for traffic. Closes #837 (#838) 2020-08-02 13:12:42 +01:00
scripts Added stub logic to make IPv6 announces (#899) 2020-12-14 21:07:48 +00:00
sflow_plugin Added option sflow_read_packet_length_from_ip_header to use packet length from header instead of sFlow field. Closes #893 2020-12-13 13:40:39 +00:00
simple_packet_capnp Added support for sending capnp encoded messages (#865) 2020-10-23 23:22:55 +01:00
tests Removed Snabb Switch support. Closes #858 (#859) 2020-09-27 12:22:50 +01:00
.clang_formatter_excludes Reformatted source code with clang-format 2020-05-23 19:55:10 +01:00
.clang-format
abstract_subnet_counters.hpp Added logic to maintain metrics for structures with arbitrary key structure (#875) 2020-11-14 22:35:32 +00:00
all_logcpp_libraries.h GoBGP unused code cleanup, added support for per subnet builds 2020-05-24 15:11:01 +01:00
api.hpp Added logic to unban IPv6 blackholes 2020-12-13 19:43:51 +00:00
asn_geoip_update.sh
ban_list.hpp Added all required pieces for IPv6 blocks (#887) 2020-11-24 22:51:21 +00:00
bgp_protocol.cpp Movex ExaBGP into separate module (#896) 2020-12-06 16:54:32 +00:00
bgp_protocol.hpp Movex ExaBGP into separate module (#896) 2020-12-06 16:54:32 +00:00
CMakeLists.txt Bump version to 1.2.1 for development release 2021-02-05 17:35:43 +00:00
Dockerfile
fast_dpi.cpp Reformatted source code with clang-format 2020-05-23 19:55:10 +01:00
fast_dpi.h Reformatted source code with clang-format 2020-05-23 19:55:10 +01:00
fast_endianless.hpp Extracted endianless conversion functions to separate file 2020-08-23 14:29:12 +01:00
fast_library.cpp Added InfluxDB support (#905) 2020-12-24 01:06:04 +00:00
fast_library.h Added InfluxDB support (#905) 2020-12-24 01:06:04 +00:00
fast_platform.h.template Introduced fastnetmon_logic which will keep keep all business logic functions (#869) 2020-10-31 14:22:22 +00:00
fast_priority_queue.cpp
fast_priority_queue.h Reformatted source code with clang-format 2020-05-23 19:55:10 +01:00
fastnetmon_actions.h Unified log4cpp headers and suppressed deprecation errors. Closes #805 2020-05-24 13:12:21 +01:00
fastnetmon_api_client.cpp Added logic to ban IPv6 hosts 2020-12-13 19:28:19 +00:00
fastnetmon_build.pl ci: correct project archive gh links 2021-03-28 23:32:12 +02:00
fastnetmon_centos6.spec
fastnetmon_centos7.spec
fastnetmon_client.cpp Added IPv6 flag for fastnetmon_client (#879) 2020-11-15 12:39:55 +00:00
fastnetmon_fedora12.spec
fastnetmon_init_script_centos6
fastnetmon_init_script_debian_6_7
fastnetmon_init_script_gentoo
fastnetmon_install.pl Bump version to 1.2.1 for development release 2021-02-05 17:35:43 +00:00
fastnetmon_logic.cpp Expose Netflow metrics via system counters 2021-01-23 19:01:52 +00:00
fastnetmon_logic.hpp Extracted API implementation into separate file 2020-12-13 18:36:08 +00:00
fastnetmon_networks.hpp Added logic to lookup IPv6 prefix for incoming packet (#873) 2020-11-14 20:41:15 +00:00
fastnetmon_packet_parser.c Reformatted source code with clang-format 2020-05-23 19:55:10 +01:00
fastnetmon_packet_parser.h Reformatted source code with clang-format 2020-05-23 19:55:10 +01:00
fastnetmon_pcap_format.cpp Reformatted source code with clang-format 2020-05-23 19:55:10 +01:00
fastnetmon_pcap_format.h Reformatted source code with clang-format 2020-05-23 19:55:10 +01:00
fastnetmon_plugin.h Switched sflow plugin to our own libsflow parser. Closes #843 2020-08-02 15:36:15 +01:00
fastnetmon_rc_freebsd
fastnetmon_simple_packet.h Added support for sending capnp encoded messages (#865) 2020-10-23 23:22:55 +01:00
fastnetmon_tests.cpp Reformatted source code with clang-format 2020-05-23 19:55:10 +01:00
fastnetmon_types.h Added InfluxDB support (#905) 2020-12-24 01:06:04 +00:00
fastnetmon.conf Added InfluxDB support (#905) 2020-12-24 01:06:04 +00:00
fastnetmon.cpp Added InfluxDB support (#905) 2020-12-24 01:06:04 +00:00
fastnetmon.proto
fastnetmon.service.in
fixed_size_packet_storage.hpp Added fixed storage and renamed types for consistency (#884) 2020-11-15 21:11:36 +00:00
grep.sh Removed Snabb Switch support. Closes #858 (#859) 2020-09-27 12:22:50 +01:00
iana_ethertypes.h Added new structures for network packets processing #833 (#834) 2020-08-02 12:04:37 +01:00
iana_ip_protocols.h Added new structures for network packets processing #833 (#834) 2020-08-02 12:04:37 +01:00
ipfix_csv_processor.pl
ipfix_fields.csv
ipfix_rfc.cpp Reformatted source code with clang-format 2020-05-23 19:55:10 +01:00
ipfix_rfc.h
irq_balance_manually.sh
log4cpp.spec
map_element.hpp Moved logic to unified functions (#876) 2020-11-14 23:19:13 +00:00
network_data_structures.cpp Added new structures for network packets processing #833 (#834) 2020-08-02 12:04:37 +01:00
network_data_structures.hpp Added new structures for network packets processing #833 (#834) 2020-08-02 12:04:37 +01:00
networks_list
networks_whitelist
notify_about_attack.sh typo in doc (#824) 2020-07-29 21:22:21 +01:00
packet_bucket.h Added proper storage for captured IPv6 packets (#885) 2020-11-15 21:48:04 +00:00
packet_storage.h Added fixed storage and renamed types for consistency (#884) 2020-11-15 21:11:36 +00:00
pcap_reader.cpp Introduced new parser for traffic. Closes #837 (#838) 2020-08-02 13:12:42 +01:00
plugin_runner.cpp Removed Snabb Switch support. Closes #858 (#859) 2020-09-27 12:22:50 +01:00
simple_packet_parser_ng.cpp Renamed variable for clarity 2020-12-13 14:27:04 +00:00
simple_packet_parser_ng.h Introduced new parser for traffic. Closes #837 (#838) 2020-08-02 13:12:42 +01:00
unified_parser.cpp Renamed variables for clarity 2020-12-13 14:36:56 +00:00
unified_parser.hpp Introduced new parser for traffic. Closes #837 (#838) 2020-08-02 13:12:42 +01:00