| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
|
|
| |
given flow
Code cleanup
|
|
|
|
| |
Fixed bug that prevented content type to be properly detected
|
|
|
|
| |
Reworked protocol initialization
|
|
|
|
| |
Fixed DNS dissector decoding bug
|
|
|
|
| |
Switch from unsigned long to size_t as allocation functions parameter.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
src/include/ndpi_api.h:73:13: error: parameter 'ndpi_malloc' not found in the function declaration [-Werror,-Wdocumentation]
src/include/ndpi_api.h:91:13: error: parameter 'cache' not found in the function declaration [-Werror,-Wdocumentation]
src/include/ndpi_api.h:92:13: error: parameter 'cache' not found in the function declaration [-Werror,-Wdocumentation]
ndpiReader.c:152:22: error: not a Doxygen trailing comment [-Werror,-Wdocumentation]
ndpiReader.c:153:36: error: not a Doxygen trailing comment [-Werror,-Wdocumentation]
ndpiReader.c:156:39: error: not a Doxygen trailing comment [-Werror,-Wdocumentation]
|
|
|
|
| |
Implemented sub-protocol detection for SSL/HTTP/HTTPS
|
|
|
|
|
|
| |
Reworked protocol/master_protocol
Added new API call to print protocol/master_protocol
- ndpi_protocol2name()
|
|
|
|
| |
Modified ndpiReaded to print subprotocols
|
| |
|
|
|