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
/
schema
Commit message (
Expand
)
Author
Age
*
bump libnDPI to c49d126d3642d5b1f5168d049e3ebf0ee3451edc
HEAD
tmp
main
Toni Uhlig
2025-03-06
*
Initial tunnel decoding (GRE - Layer4 only atm) (#55)
Toni
2025-02-25
*
bump libnDPI to e946f49aca13e4447a7d7b2acae6323a4531fb55
Toni Uhlig
2025-01-25
*
nDPId daemon status event: serialize nDPI API version + Size/Flow
Toni Uhlig
2024-11-17
*
bump libnDPI to 59ee1fe1156be234fed796972a29a31a0589e25a
Toni Uhlig
2024-11-13
*
Added `vlan_id` dissection of the most outer (first) 802.1Q header. Fixes #50
Toni Uhlig
2024-11-02
*
Updated JSON schema files and a test to make use of the UUID feature.
Toni Uhlig
2024-10-29
*
bump libnDPI to 92507c014626bc542f2ab11c729742802c0bc345
Toni Uhlig
2024-09-09
*
Updated flow event schema with risk names/severites.
Toni Uhlig
2024-09-03
*
Extend flow JSON schema with more properties from nDPI JSON serializer.
Toni Uhlig
2024-08-22
*
Add PF_RING support. (#38)
Toni
2024-08-19
*
Added global (heap) memory stats for daemon status events.
Toni Uhlig
2024-06-19
*
Replaced ambiguous naming of "JSON string" to more accurate "JSON message".
Toni Uhlig
2023-12-04
*
Serialize nDPId / libnDPI versions within daemon events.
Toni Uhlig
2023-09-10
*
bump libnDPI to ...
Toni Uhlig
2023-05-24
*
Moved `datalink` json key/value from error to packet events and renamed it to...
Toni Uhlig
2023-04-21
*
Improved the point of time when to append the raw packet base64 data to the s...
Toni Uhlig
2022-11-15
*
Sync unit tests.
Toni Uhlig
2022-11-13
*
bump libnDPI to db9f6ec1b4018164e5bff05f115dc60711bb711b
Toni Uhlig
2022-10-31
*
nDPId: Added error event threshold to prevent event spamming which may be abu...
Toni Uhlig
2022-10-17
*
Added nDPIsrvd-analysed to generate CSV files from analyse events.
Toni Uhlig
2022-09-30
*
Improved flown analyse event:
Toni Uhlig
2022-09-22
*
Merge branch 'main' of github.com:utoni/nDPId
Toni Uhlig
2022-09-19
|
\
|
*
Improve README
Damiano Verzulli
2022-09-19
*
|
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
*
Bump libnDPI to 37f918322c0a489b5143a987c8f1a44a6f78a6f3 and updated flow jso...
Toni Uhlig
2022-09-06
*
Split `*_l4_payload_len' into `*_src_l4_payload_len' and `*_dst_l4_payload_len'.
Toni Uhlig
2022-08-15
*
Split `flow_packets_processed' into `flow_src_packets_processed' and `flow_ds...
lns
2022-08-15
*
bump libnDPI to 8f6a006e36eef0ae386f7e663d3ebecfad6a2dc9
Toni Uhlig
2022-07-01
*
bump libnDPI to bb12837ca75efc2691ecb18fd5f56e2d097ef26b
Toni Uhlig
2022-03-24
*
Reworked nDPIsrvd.h C-API.
Toni Uhlig
2022-03-21
*
Renamed basic event to error event for the sake of the logic.
Toni Uhlig
2022-03-13
*
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
*
Added additional (minimalistic) detection information to flow updates.
Toni Uhlig
2022-02-04
*
Process additional layer 3 protocols.
Toni Uhlig
2022-01-31
*
nDPId: Added some error messages when workflow init fails.
Toni Uhlig
2022-01-26
*
Major nDPId extension. Sorry for the huge commit.
Toni Uhlig
2022-01-20
*
Fixed invalid "flow_last_seen" timestamp for the first packet.
Toni Uhlig
2021-10-08
*
Reworked layer 4 flow length naming/calculation.
Toni Uhlig
2021-05-20
*
Use layer4 specific flow timeouts.
Toni Uhlig
2021-05-13
*
Added JSON schema validation to run_tests.sh
Toni Uhlig
2021-04-09
*
Updated README.md
Toni Uhlig
2021-03-24
*
Added nDPId-test as all-in-one JSON dumper.
Toni Uhlig
2021-03-24
*
Extended nDPIsrvd.h with address parsing.
Toni Uhlig
2021-02-23
*
Added JSON schema files and a Python schema validator.
Toni Uhlig
2021-02-17