Simone Mainardi
3754e6dd12
Fixes crash when searching kerberos usernames
...
Fixes
(gdb) f 0
101 if(cname_str[cname_len-1] == '$') {
(gdb) p cname_len
$3 = 0
2019-11-19 11:34:34 +01:00
Luca Deri
803dc6ff77
Minor fix
2019-11-17 22:42:32 +01:00
Luca Deri
65a629304c
Kerberos dissection improvements
2019-11-17 22:35:10 +01:00
Luca Deri
42c8d3ac27
Added ability to defien custom protocols
2019-10-29 10:29:12 +01:00
Luca Deri
6b5a9aa992
Implemented Kerberos metadata extraction
2019-10-08 13:32:21 +02:00
Luca Deri
ab9246f51f
Adedd DTLS check in STUN
...
Uodated (C)
2019-09-21 09:16:56 +02:00
Luca
667e77c609
Major code cleanup
...
Converted some not popular protocols to NDPI_PROTOCOL_GENERIC with category detection
2018-07-21 16:02:54 +02:00
Vitaly Lavrov
2787c2390c
Refactoring the debugging output.
...
levels of debug output:
0 - ERROR: Only for errors.
1 - TRACE: Start of each packets and if found protocol.
2 - DEBUG: Start of searching each protocol and excluding protocols.
3 - DEBUG_EXTRA: For all other messages.
Added field ndpi_struct->debug_logging for enable debug output of each protocols.
Simple macros for debugging output are added:
NDPI_LOG_ERR(), NDPI_LOG_INFO(), NDPI_LOG_DBG(), NDPI_LOG_DBG2(),
NDPI_EXCLUDE_PROTO()
2017-10-26 20:41:22 +03:00
Michele Campus
1dd0c912c7
fixed upper/lower name and init_non_tcp_udp_dissector
2015-07-09 00:00:27 +02:00
Luca
5266c726f2
Reworked protocol initialization. Work in progress (more cleanup is needed)
2015-07-08 11:58:55 -07:00
Luca
60884f9047
Split former protocol into upper and lower protocol
2015-07-01 17:40:14 +02:00
Luca
07ebed7fae
Removed commented code
...
Renamed ndpi_int_add_connection() with ndpi_set_detected_protocol()
2015-07-01 16:45:29 +02:00
Michele Campus
8da7af7b7b
deleted protocol type (real-correlated)
2015-06-29 16:24:51 +02:00
Luca Deri
2e5ceac844
Initial import from SVN
2015-04-19 07:25:59 +02:00