index
:
ndpi-daemon.git
add/PF_RING
add/apple-bsd-port
add/config-file-support
add/event-io-abstraction
add/nDPId-UDP-endpoint
add/tls-proxy-support
add/tunnel-decoding
add/udp-aes256-gcm
main
ndpi-example-proposal
tmp
Tiny nDPI based deep packet inspection daemons / toolkit.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
config.h
Commit message (
Expand
)
Author
Age
*
fix config header
Toni Uhlig
2024-12-09
*
Increased maximum value for `max-flows-per-thread` to 65k
Toni Uhlig
2024-12-03
*
Add PF_RING support. (#38)
Toni
2024-08-19
*
bump libnDPI to 4543385d107fcc5a7e8632e35d9a60bcc40cb4f4
Toni Uhlig
2024-02-06
*
Fixed integer overflow for tcp timeout (>INT_MAX).
lns
2023-05-26
*
nDPid: Fixed base64encode bug which lead to invalid base64 strings.
Toni Uhlig
2023-01-09
*
Limit the size of base64 serialized raw packet data (8192 bytes per packet).
Toni Uhlig
2022-12-06
*
Unified nDPId/nDPIsrvd command line argument storage.
Toni Uhlig
2022-11-21
*
Experimental systemd support.
Toni Uhlig
2022-11-06
*
Increased network buffer size to 33792 bytes.
Toni Uhlig
2022-10-30
*
nDPId: Added error event threshold to prevent event spamming which may be abu...
Toni Uhlig
2022-10-17
*
nDPId: Reduced flow-updates for TCP flows to 1/4 of the timeout value.
Toni Uhlig
2022-09-19
*
Added layer4 payload length bins.
Toni Uhlig
2022-09-19
*
New flow event: 'analysis'.
Toni Uhlig
2022-09-13
*
Refactored buffer subsystem.
lns
2022-04-16
*
bump libnDPI to bb12837ca75efc2691ecb18fd5f56e2d097ef26b
Toni Uhlig
2022-03-24
*
Disconnect nDPIsrvd clients immediately instead waiting for a failed write().
Toni Uhlig
2022-03-13
*
Added daemon event: DAEMON_EVENT_STATUS (periodically send's daemon statistics.)
Toni Uhlig
2022-03-06
*
Improved py-flow-info to provide more optional information about received tim...
Toni Uhlig
2022-02-05
*
Added logging interface used by nDPId, nDPIsrvd and nDPId-test.
Toni Uhlig
2022-02-03
*
Improved Plotly/Dash example. It is now somehow informative.
Toni Uhlig
2022-01-25
*
Major nDPId extension. Sorry for the huge commit.
Toni Uhlig
2022-01-20
*
Fixed some typ0's and reduced ICMP timeout to 10s.
Toni Uhlig
2021-09-16
*
Improved nDPIsrvd buffer bloat handling using caching.
Toni Uhlig
2021-08-04
*
Added zLib compression parameters to control compression conditions.
Toni Uhlig
2021-06-16
*
Use layer4 specific flow timeouts.
Toni Uhlig
2021-05-13
*
Reverted internal ndpi structs to dynamic memory allocation hoping that it wi...
Toni Uhlig
2021-03-26
*
nDPIsrvd C API overhaul and massive simplification.
Toni Uhlig
2021-02-06
*
Fixed braindead failure - Increase of NETWORK_BUFFER_MAX_SIZE > 9999 means to...
Toni Uhlig
2021-01-27
*
Increased JSON buffer size to 12288 (libnDPI serializes more and more informa...
Toni Uhlig
2021-01-27
*
Added internal/external packet processing modes. #2
Toni Uhlig
2021-01-10
*
Increased network buffer size for python scripts (and raise exception if capa...
Toni Uhlig
2021-01-08
*
Improved testing capabilities via Makefile.
Toni Uhlig
2020-12-15
*
Increased serialization buffer size as required for recent nDPI builds.
Toni Uhlig
2020-11-18
*
nDPIsrvd: Added very important warning and use UDS now by default.
Toni Uhlig
2020-09-29
*
Added new flow event: FLOW_EVENT_DETECTION_UPDATE
Toni Uhlig
2020-09-25
*
nDPIsrvd: Change user/group, allow listening on UNIX socket for incoming dist...
Toni Uhlig
2020-09-05
*
Increased network buffer size from 8448 to 9216 with the hope that it might b...
Toni Uhlig
2020-08-27
*
nDPId: Improved command line option parsing, app usage and subopts for (caref...
Toni Uhlig
2020-08-26
*
adjust some config values
Toni Uhlig
2020-08-15
*
nDPId: removed unused code, process remaining flows on shutdown (useful for r...
Toni Uhlig
2020-08-14
*
improved TCP-FIN/TCP-RST and TCP-keepalive/-idle timeout handling
Toni Uhlig
2020-08-13
*
nDPIsrvd sighandler and cmd opt parser
Toni Uhlig
2020-08-06
*
nDPId daemonize / pidfile support + improved syslog logging
Toni Uhlig
2020-08-05
*
introduced NETWORK_BUFFER_MAX_SIZE to replace BUFSIZ as this might change dep...
Toni Uhlig
2020-08-04
*
moved more default config options into config.h
Toni Uhlig
2020-08-04
*
merged some pre-processor macros which are used in multiple executables
Toni Uhlig
2020-08-04