| Commit message (Collapse) | Author | Age |
... | |
|\ \ \ \
| | | | |
| | | | | |
remake clean or remake install failed.
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Add LGTM code quality badges
|
| | | | | | |
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
New dissector: Nest Log Sink
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This is a dissector for the Nest Log Sink protocol which is used by the Nest Protect (https://nest.com/ca/smoke-co-alarm/overview/).
Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
|
| | | | | | |
|
| |/ / / /
|/| | | | |
|
|/ / / / |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
as mining
Implements #503
|
| | | | |
|
| | | | |
|
|\ \ \ \ |
|
| |\ \ \ \
| | | | | |
| | | | | | |
Prevent missing text lines and invalid reads past end-of-buffer.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The recent revert commit applied to ndpi_parse_packet_line_info resurrects an old bug where the last lines in packets that end with a CR+NL will not be parsed. This revert commit is an attempt to prevent invalid reads past the end of the packet buffer. This PR moves the end-of-bounds test to before the 16-bit read and returns if true. This fixes the case where a text line ends aligned to the buffer-end boundary, and it fixes the invalid read issue.
Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
|
| |\ \ \ \ \
| | |/ / / /
| |/| | | | |
Bug fix and performance improvement for spotify dissector.
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
Slight performance improvements in spotify dissector (avoid doing ntohl and masking in each and all if conditions).
|
|/ / / / |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
(#589)
* if one protocol do not have it's regex (pattern_to_match)
then parse it's string (string_to_match) into hex
so we can match every protocol with hyperscan
* fix string2hex()
* fix init_hyperscan():
check return value of string2hex()
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Avoid possible NULL pointer dereference in ndpi_detection_process_packet
|
| | | | | |
|
| | | | | |
|
|/ / / / |
|
| | | |
| | | |
| | | |
| | | | |
Fixes warning
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Add back pkgconfig file. It is required by ntopng to find the install…
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
shared library.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Move the configure include file inclusion and code depending on it in…
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
protected by the NDPI_LIB_COMPILATION define, this should avoid it polluting the environment when including this file from ntopng.
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Added optimization for TCP flows that do not start with a SYN packet: early giveup is performed
Code cleanup
|
| | | | | |
|
|/ / / /
| | | |
| | | |
| | | | |
Used clang instead of gcc on MacOS
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Added target for install
Fixes #593
|
|\ \ \ \ |
|
|/| | | |
| | | | |
| | | | |
| | | | | |
https://github.com/eglooca/ndpi-pr into eglooca-pr-remove-autoconf-include
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Including this file in any "public" API header breaks all projects that also use autotools because macros such as PACKAGE_VERSION will be redefined.
Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
README add protocol : removed Makefile.am step
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
ndpi_typedefs.h : missing include
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
include to ndpi_protocol_ids.h needed for:
- NDPI_PROTOCOL_SIZE
- NDPI_MAX_SUPPORTED_PROTOCOLS
- NDPI_MAX_NUM_CUSTOM_PROTOCOLS
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
.c in ndpi_main.c
|