summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * Simplified demo output formatSerge Zaitsev2010-11-24
| |
| * Demo: option added to specify buffer size when readingSerge A. Zaitsev2010-11-22
| |
| * jsmn: strings start from the first char after quotesSerge A. Zaitsev2010-11-22
| |
| * Demo: declarations moved to the top of functions.Serge A. Zaitsev2010-11-17
| |
| * Token manipulation functions changes. size_t replaced with unsigned int.Serge A. Zaitsev2010-11-17
| |
| * Demo: options added. Number of tokens can be specified now.Serge A. Zaitsev2010-11-17
| |
| * Demo: can now read from stdinSerge A. Zaitsev2010-11-17
| |
| * Design: primitive type implemented as a replacement to boolean/number/null. ↵Serge A. Zaitsev2010-11-17
| | | | | | | | String tokens point to the unquoted string
| * Design: rewritten using parser structureSerge A. Zaitsev2010-11-16
| |
| * Design: some error codes addedSerge A. Zaitsev2010-11-16
| |
| * Feature: make difference between numbers and other primitivesSerge A. Zaitsev2010-11-16
| |
| * Design: added assert macro and return macro.Serge A. Zaitsev2010-11-16
| |
| * Design: Added asserts in parser. Increased number of tokens in demo.Serge A. Zaitsev2010-11-16
| |
| * Fix: errpos has got a correct type nowSerge A. Zaitsev2010-11-15
| |
| * Design: objects and arrays are different types nowSerge A. Zaitsev2010-11-15
| |
| * Design: unrolled reference tables. Nested functions moved outside. Got ↵Serge A. Zaitsev2010-11-15
| | | | | | | | smaller code.
| * Demo: changed to read from '.js' fileSerge A. Zaitsev2010-11-15
| |
| * Fix: error position is an offset, not a pointerSerge A. Zaitsev2010-11-15
| |
| * Demo separated from the jsmn code. Makefile changed. Some comments addedSerge A. Zaitsev2010-11-15
| |
| * README and LICENSE added. MIT license choosen.Serge A. Zaitsev2010-11-15
| |
| * Initial commit. Demo program is included in the jsmn.c code. Ugly names and ↵Serge A. Zaitsev2010-11-15
| | | | no comments. Please, don't read this changeset
* Re-Cloned JSMN as subtree.Toni Uhlig2020-11-13
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Renamed misleading "contrib" subfolder to "dependencies".Toni Uhlig2020-11-13
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Finished unfinished nDPIsrvd.h helper functionality.Toni Uhlig2020-11-13
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Fixed `make help' printout issues.Toni Uhlig2020-11-11
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* More detailed `nanosleep() before close()' description.Toni Uhlig2020-11-11
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Improved default capture device handling if none set via `-i'.Toni Uhlig2020-11-08
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Make sure that DAEMON_EVENT_SHUTDOWN gets transmitted before close() (hacky, ↵Toni Uhlig2020-11-08
| | | | | | but works). Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* forced --prefix for travis-ciToni Uhlig2020-11-04
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added json-c to package dependencies required for libndpi unit tests.Toni Uhlig2020-10-28
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* build go example only if GOCC setToni Uhlig2020-10-17
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* cosmetics, exception verbosityToni Uhlig2020-10-17
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* py-flow-info: Print BasicEvents.Toni Uhlig2020-10-12
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* nDPId/nDPIsrvd: change_user_group does now chown/chmod collector/distributor ↵Toni Uhlig2020-10-07
| | | | | | socket paths Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Travi CIToni Uhlig2020-10-06
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* nDPId: Fixed BUG if flow was guessed but "Unknown" detected protocol serialized.Toni Uhlig2020-10-01
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Improved python event validation with focus on readability.Toni Uhlig2020-09-30
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Centralized some python code parts to make future modifications easier.Toni Uhlig2020-09-29
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* nDPIsrvd: Added very important warning and use UDS now by default.Toni Uhlig2020-09-29
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Updated README.md ASCII architecture.Toni Uhlig2020-09-29
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* nDPIsrvd: Improved UDS related code parts.Toni Uhlig2020-09-29
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added additional datalink header check for DLT_NULL/IPv6.Toni Uhlig2020-09-28
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added alias support for an nDPId instance.Toni Uhlig2020-09-27
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added daemon events.Toni Uhlig2020-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 Uhlig2020-09-26
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added event validation functions and fixed Python scripts.Toni Uhlig2020-09-26
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Use --squash for git subtree pull.Toni Uhlig2020-09-26
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Centralized EventName validation and moved code parts.Toni Uhlig2020-09-26
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Removed DISABLE_JSMN define for c-json-stdout (built-in per default).Toni Uhlig2020-09-26
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added shell script to update/pull JSMN.Toni Uhlig2020-09-26
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>