| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
| |
Ensure packet_direction is computed in the same way on little endian and
big endian architectures.
This change will convert IP addresses and port from little endian to host
endian (instead of converting from network endian to host endian) so
that it does not change the behavior on little endian architecture where
ndpi is usually developed.
A better (but more invasive) change would be to use the ntoh*()
functions and then adjust all affected tests.
|
|
|
|
|
|
|
| |
Offset in the QUIC protocol are little endian. Reading them as uint32_t
works on little endian architectures, but breaks on big endian ones.
This change applies the proper conversion and fixes running the
http_ipv6 and quic tests on big endian architectures.
|
| |
|
| |
|
|\
| |
| | |
Bank website detected as TOR from SSL Dissector (bigram check)
|
| |
| |
| | |
Commented "vp" for vpbank.com
|
| |\
| | |
| | | |
Repo sync
|
| |\ \
| | | |
| | | | |
updates from dev
|
| |\ \ \
| | | | |
| | | | | |
Added RapidVideo
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Update radius.c to RFC2865
|
| | | | | |
| | | | | |
| | | | | | |
According to RFC2865 code can have value up to 13, also payload length ranges should be applied.
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
FIX H.323 broken detection
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
TPKT header length field can have value more then 255, and in fact in all of the cases I've met it is more then 255.
Thus checking real H.323 packet like this:
(packet->payload[2] == 0x00)
stop detecting H.323 conversation at all.
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| |_|_|/
|/| | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \ |
|
| |\ \ \ \
| | | | | |
| | | | | | |
Also create the libndpi.so.2 link.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This is created bydefault by all build tools for libraries and required in certain cases. FreeBSD linker requires it when using SONAME.
|
|/ / / / / |
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
build: cleanup of dpdk examples.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- clean install dependencies on example binary
- add more rules to clean command
Signed-off-by: Vitaliy Ivanov <vitaliyi@interfacemasters.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
cannot have subprotocols, DNS can (DNS.Spotify)
Merged Skype call in/out in Skype Call
|
|\ \ \ \ \ \ |
|
| | | | | | | |
|
| |/ / / / / |
|
|/ / / / / |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Used the host guessed protocol if upper protocol has not been detected
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Pull buildsys improvements
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Vitaliy Ivanov <vitaliyi@interfacemasters.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
make install DESTDIR=/build/nDPI/
Signed-off-by: Vitaliy Ivanov <vitaliyi@interfacemasters.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Vitaliy Ivanov <vitaliyi@interfacemasters.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Also similarly to shared libraries do not hide static lib.
Signed-off-by: Vitaliy Ivanov <vitaliyi@interfacemasters.com>
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- take libpcap from configure information.
- clean up distclean.
Signed-off-by: Vitaliy Ivanov <vitaliyi@interfacemasters.com>
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Added time measurement in ndpiReader (processing and setup time)
|
| | | | |
| | | | |
| | | | |
| | | | | |
Changed ndpi_detection_giveup() API: guess is now part of the call
|