Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | Demo: options added. Number of tokens can be specified now. | Serge A. Zaitsev | 2010-11-17 | |
| | | ||||
| * | Demo: can now read from stdin | Serge A. Zaitsev | 2010-11-17 | |
| | | ||||
| * | Design: primitive type implemented as a replacement to boolean/number/null. ↵ | Serge A. Zaitsev | 2010-11-17 | |
| | | | | | | | | String tokens point to the unquoted string | |||
| * | Design: rewritten using parser structure | Serge A. Zaitsev | 2010-11-16 | |
| | | ||||
| * | Design: some error codes added | Serge A. Zaitsev | 2010-11-16 | |
| | | ||||
| * | Feature: make difference between numbers and other primitives | Serge A. Zaitsev | 2010-11-16 | |
| | | ||||
| * | Design: added assert macro and return macro. | Serge A. Zaitsev | 2010-11-16 | |
| | | ||||
| * | 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> |