Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | Design: Added asserts in parser. Increased number of tokens in demo. | Serge A. Zaitsev | 2010-11-16 | |
| | | ||||
| * | Fix: errpos has got a correct type now | Serge A. Zaitsev | 2010-11-15 | |
| | | ||||
| * | Design: objects and arrays are different types now | Serge A. Zaitsev | 2010-11-15 | |
| | | ||||
| * | Design: unrolled reference tables. Nested functions moved outside. Got ↵ | Serge A. Zaitsev | 2010-11-15 | |
| | | | | | | | | smaller code. | |||
| * | Demo: changed to read from '.js' file | Serge A. Zaitsev | 2010-11-15 | |
| | | ||||
| * | Fix: error position is an offset, not a pointer | Serge A. Zaitsev | 2010-11-15 | |
| | | ||||
| * | Demo separated from the jsmn code. Makefile changed. Some comments added | Serge A. Zaitsev | 2010-11-15 | |
| | | ||||
| * | README and LICENSE added. MIT license choosen. | Serge A. Zaitsev | 2010-11-15 | |
| | | ||||
| * | Initial commit. Demo program is included in the jsmn.c code. Ugly names and ↵ | Serge A. Zaitsev | 2010-11-15 | |
| | | | | no comments. Please, don't read this changeset | |||
* | Re-Cloned JSMN as subtree. | Toni Uhlig | 2020-11-13 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Renamed misleading "contrib" subfolder to "dependencies". | Toni Uhlig | 2020-11-13 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Finished unfinished nDPIsrvd.h helper functionality. | Toni Uhlig | 2020-11-13 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Fixed `make help' printout issues. | Toni Uhlig | 2020-11-11 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | More detailed `nanosleep() before close()' description. | Toni Uhlig | 2020-11-11 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Improved default capture device handling if none set via `-i'. | Toni Uhlig | 2020-11-08 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Make sure that DAEMON_EVENT_SHUTDOWN gets transmitted before close() (hacky, ↵ | Toni Uhlig | 2020-11-08 | |
| | | | | | | but works). Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | forced --prefix for travis-ci | Toni Uhlig | 2020-11-04 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Added json-c to package dependencies required for libndpi unit tests. | Toni Uhlig | 2020-10-28 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | build go example only if GOCC set | Toni Uhlig | 2020-10-17 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | cosmetics, exception verbosity | Toni Uhlig | 2020-10-17 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | py-flow-info: Print BasicEvents. | Toni Uhlig | 2020-10-12 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | nDPId/nDPIsrvd: change_user_group does now chown/chmod collector/distributor ↵ | Toni Uhlig | 2020-10-07 | |
| | | | | | | socket paths Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Travi CI | Toni Uhlig | 2020-10-06 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | nDPId: Fixed BUG if flow was guessed but "Unknown" detected protocol serialized. | Toni Uhlig | 2020-10-01 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Improved python event validation with focus on readability. | Toni Uhlig | 2020-09-30 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Centralized some python code parts to make future modifications easier. | Toni Uhlig | 2020-09-29 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | nDPIsrvd: Added very important warning and use UDS now by default. | Toni Uhlig | 2020-09-29 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Updated README.md ASCII architecture. | Toni Uhlig | 2020-09-29 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | nDPIsrvd: Improved UDS related code parts. | Toni Uhlig | 2020-09-29 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Added additional datalink header check for DLT_NULL/IPv6. | Toni Uhlig | 2020-09-28 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Added alias support for an nDPId instance. | Toni Uhlig | 2020-09-27 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Added daemon events. | Toni Uhlig | 2020-09-27 | |
| | | | | | | * Added missing IPv4 / IPv6 datalink layer (if no layer2 protocol used). Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Improved event parsing for Python scripts. | Toni Uhlig | 2020-09-26 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Added event validation functions and fixed Python scripts. | Toni Uhlig | 2020-09-26 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Use --squash for git subtree pull. | Toni Uhlig | 2020-09-26 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Centralized EventName validation and moved code parts. | Toni Uhlig | 2020-09-26 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Removed DISABLE_JSMN define for c-json-stdout (built-in per default). | Toni Uhlig | 2020-09-26 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Added shell script to update/pull JSMN. | Toni Uhlig | 2020-09-26 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Merge commit 'e8af059ab3deb2a49e75c20ddcaf14ee19bcc223' as 'contrib/jsmn' | Toni Uhlig | 2020-09-26 | |
|\ | ||||
| * | Squashed 'contrib/jsmn/' content from commit 053d3cd | Toni Uhlig | 2020-09-26 | |
| | | | | | git-subtree-dir: contrib/jsmn git-subtree-split: 053d3cd29200edb1bfd181d917d140c16c1f8834 | |||
* | Removed examples/c-json-stdout/jsmn as it's new location will be ↵ | Toni Uhlig | 2020-09-26 | |
| | | | | | | contrib/jsmn, soon. Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Added host_server_name length to hash to send a detection update if length ↵ | Toni Uhlig | 2020-09-26 | |
| | | | | | | changed (hacky). Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Added new flow event: FLOW_EVENT_DETECTION_UPDATE | Toni Uhlig | 2020-09-25 | |
| | | | | | | | * This event will be triggered when nDPI detection has some new information for us (hopefully). * Detection change is based on hashing with 32-bit murmur3 certain members of the ndpi flow struct. Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Process extra packets with nDPI, still not perfect but results in a more ↵ | Toni Uhlig | 2020-09-24 | |
| | | | | | | | | | accurate detection. * set default user used for setuid() * added 2 TODOs Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | nDPId: Change user/group after init. | Toni Uhlig | 2020-09-21 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | nDPIsrvd: Use of an anonymous enum for collector/distributor socket types ↵ | Toni Uhlig | 2020-09-07 | |
| | | | | | | fits best. Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | nDPIsrvd: Change user/group, allow listening on UNIX socket for incoming ↵ | Toni Uhlig | 2020-09-05 | |
| | | | | | | distributor connections Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | go-dashboard: Print unmarshalled JSON string in a textbox. | Toni Uhlig | 2020-09-03 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | go-dashboard: Added event structs and JSON unmarshal semantic. | Toni Uhlig | 2020-09-02 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | go-dashboard: go mod/vendor support + termdash text user interface | Toni Uhlig | 2020-09-01 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> |