aboutsummaryrefslogtreecommitdiff
path: root/example/ndpi_util.c
Commit message (Expand)AuthorAge
* Code reworkLuca Deri2017-09-17
* Implemented flow sort based on total bytes so that we can (with -v X) immedia...Luca2017-08-02
* fix wrong datalink type for Cisco PPPCampus2017-07-29
* Updated tests to match new SSL server certificate fix/additionMicah Lyle2017-07-18
* Implementation for extra packet processing if desiredMicah Lyle2017-07-17
* Fixed bug that was forcing the reader to pass several times the same flowLuca2017-05-24
* Split src2dst / dst2src trafficLuca Deri2017-05-24
* compilation fixesAlfredo Cardigliano2017-05-23
* crc32 fixAlfredo Cardigliano2017-05-23
* Remove unused variable and clarify operator precedence in ndpi_util.cPavlos Antoniou2017-05-18
* Reworked flow structure handlerLuca Deri2017-05-17
* Fix out-of-bounds heap read caused by using header->len instead of header->ca...alexei-argus2017-05-10
* Added missing direction update with non TCP-UDP protocolsLuca2017-05-08
* Added -m for splitting analysis in sub-analysis stepsLuca Deri2017-04-30
* Improved SSL dissectionLuca2017-04-27
* Initial Wireshark nDPI integrationLuca Deri2017-04-23
* fix for https://github.com/ntop/nDPI/issues/364Campus2017-04-20
* ndpiReader now prints (-v) the flows with the correct directionLuca Deri2017-04-19
* Compilation fix for old compilersLuca2017-04-18
* Added ethernet checksum reforging and nDPI protocol export in nDPI-extcap readerLuca2017-04-17
* name correction for llc_snap header and minor fixCampus2017-04-15
* fix segmentation fault caused by missing spanning tree check - add control fo...Campus2017-04-15
* Initial wireshark integration via extcap interfaceLuca Deri2017-04-14
* Added Ookla (SpeedTest) protocol detectionLuca Deri2017-04-01
* Merge branch 'set_memory_functions' of https://github.com/vpiserchia/nDPI int...Campus2017-03-29
|\
| * Added ndpi_flow_ free/malloc and set_ functions:Vito Piserchia2017-03-16
* | SSL server certificate is now detectedLuca Deri2017-03-21
|/
* change behaviour for https://github.com/ntop/nDPI/issues/344 - fix skype dete...Campus2017-03-15
* spelling: platformJosh Soref2017-03-12
* added double tagging 802.1Q in dissection of vlan pktCampus2017-02-21
* Merge branch 'dev-numeronove-openbsd' of https://github.com/numeronove/nDPI i...Campus2017-02-13
|\
| * Easing OpenBSD buildNumeronove2017-02-11
* | Improvements for exporting info in MDNS and UBNTAC2 protocolsLuca Deri2017-02-13
* | Dissected SSH client/server versions and reported in data structuresLuca Deri2017-02-11
|/
* Removed some magic numbersDenis Volpato Martins2016-12-06
* added comment to function process_packetCampus2016-12-02
* Code cleanup. Added coveralls badgeLuca Deri2016-11-27
* Added fixes to properly honour subprotocolsLuca2016-11-26
* fix initialization of struct ndpi_flow_info *flowCampus2016-11-22
* ndpi_util: fix ‘type/ip_offset’ may be used uninitialized in this functio...Alexis La Goutte2016-11-13
* ndpi_util: unused variable 'nDPI_traceLevel' [-Wunused-const-variable]Alexis La Goutte2016-11-13
* ndpi_util: fix unused variable 'ip6_offset/ethernet_2/llc_off/cdp/slarp' [-Wu...Alexis La Goutte2016-11-13
* Prevent Segfault when building with -DNDPI_ENABLE_DEBUG_MESSAGESVito Piserchia2016-11-03
* minor fix to keep same coherence of type usedCampus2016-10-30
* fixed invalid termination with ipv6 addressCampus2016-08-09
* Added fix to avoid IPv6 formatting differences across platformsLuca2016-07-12
* Enhanced fragments support in ndpiReaderLuca Deri2016-05-31
* ndpi_util.c: fix The right operand of '+' is a garbage valueAlexis La Goutte2016-05-24
* ndpi_util: Value stored to 'fcs' is never readAlexis La Goutte2016-05-23
* ndpi_util: replace if / else by switch/caseAlexis La Goutte2016-05-23