aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Improved event parsing for Python scripts.Toni Uhlig2020-09-26
* Added event validation functions and fixed Python scripts.Toni Uhlig2020-09-26
* Use --squash for git subtree pull.Toni Uhlig2020-09-26
* Centralized EventName validation and moved code parts.Toni Uhlig2020-09-26
* Removed DISABLE_JSMN define for c-json-stdout (built-in per default).Toni Uhlig2020-09-26
* Added shell script to update/pull JSMN.Toni Uhlig2020-09-26
* Merge commit 'e8af059ab3deb2a49e75c20ddcaf14ee19bcc223' as 'contrib/jsmn'Toni Uhlig2020-09-26
|\
| * Squashed 'contrib/jsmn/' content from commit 053d3cdToni Uhlig2020-09-26
* Removed examples/c-json-stdout/jsmn as it's new location will be contrib/jsmn...Toni Uhlig2020-09-26
* Added host_server_name length to hash to send a detection update if length ch...Toni Uhlig2020-09-26
* Added new flow event: FLOW_EVENT_DETECTION_UPDATEToni Uhlig2020-09-25
* Process extra packets with nDPI, still not perfect but results in a more accu...Toni Uhlig2020-09-24
* nDPId: Change user/group after init.Toni Uhlig2020-09-21
* nDPIsrvd: Use of an anonymous enum for collector/distributor socket types fit...Toni Uhlig2020-09-07
* nDPIsrvd: Change user/group, allow listening on UNIX socket for incoming dist...Toni Uhlig2020-09-05
* go-dashboard: Print unmarshalled JSON string in a textbox.Toni Uhlig2020-09-03
* go-dashboard: Added event structs and JSON unmarshal semantic.Toni Uhlig2020-09-02
* go-dashboard: go mod/vendor support + termdash text user interfaceToni Uhlig2020-09-01
* nDPId: Print compiled-in libgcrypt version (if libndpi was compiled with libg...Toni Uhlig2020-08-31
* Added golang JSON deserializer example.Toni Uhlig2020-08-31
* Increased network buffer size from 8448 to 9216 with the hope that it might b...Toni Uhlig2020-08-27
* nDPId: Improved command line option parsing, app usage and subopts for (caref...Toni Uhlig2020-08-26
* Makefile: Allow pkg-config based builds and also allow setting libndpi build ...Toni Uhlig2020-08-24
* risky-flow-to-pcap.py: dump the first few packets of a "risky" flow to a PCAP...Toni Uhlig2020-08-23
* nDPId: subopt parsing skeletonToni Uhlig2020-08-19
* nDPIsrvd.py: improved PCAP writing for guessed/undetected flows (ignore empty...Toni Uhlig2020-08-19
* added pkt_type and pkt_ipoffset to json serializationToni Uhlig2020-08-19
* nDPIsrvd: add command line option for distributor listen host/portToni Uhlig2020-08-18
* merged code to reduce code duplicatesToni Uhlig2020-08-18
* nDPIsrvd: log ip:port for distributor connection failsToni Uhlig2020-08-17
* added nDPIsrvd communication/utils python moduleToni Uhlig2020-08-16
* minor improvments regarding flow guessing on flow end/idle and other not wort...Toni Uhlig2020-08-16
* yet another README.md updateToni Uhlig2020-08-15
* error handling enhancementsToni Uhlig2020-08-15
* README.md updateToni Uhlig2020-08-15
* nDPIsrvd: fixed another two bugs; one related to EPOLLIN event for fd with sh...Toni Uhlig2020-08-15
* adjust some config valuesToni Uhlig2020-08-15
* several fixes and improvmentsToni Uhlig2020-08-14
* minor improvmentsToni Uhlig2020-08-14
* c-json-stdout: fixed broken bufferingToni Uhlig2020-08-14
* nDPIsrvd: fixed broken bufferingToni Uhlig2020-08-14
* nDPId: removed unused code, process remaining flows on shutdown (useful for r...Toni Uhlig2020-08-14
* flow-undetected-to-pcap.py: apply 'guessed' or 'undetected' to the filepathToni Uhlig2020-08-14
* Makefile: ENABLE_DEBUG disables function inliningToni Uhlig2020-08-14
* set detection_completed = 1 if guessed/not-detected event thrownToni Uhlig2020-08-13
* flow-info.py, flow-undetected-to-pcap.py: throw socket error runtime exceptio...Toni Uhlig2020-08-13
* flow-undetected-to-pcap.py: do not write pcaps for midstream flows, write pca...Toni Uhlig2020-08-13
* improved TCP-FIN/TCP-RST and TCP-keepalive/-idle timeout handlingToni Uhlig2020-08-13
* replaced deprecated pcap_lookupdev with pcap_findalldevsToni Uhlig2020-08-12
* improved nDPIsrvd buffering if write returned EAGAINToni Uhlig2020-08-12