aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/smpp.c
Commit message (Expand)AuthorAge
* smpp: fix parsing of Generic Nack message (#2496)Ivan Nardi2024-07-18
* Have a clear distinction between public and private/internal API (#2137)Ivan Nardi2023-11-09
* Some small changes (#1869)Ivan Nardi2023-01-25
* Add protocol disabling feature (#1808)Ivan Nardi2022-12-18
* Fix some warningsNardi Ivan2022-09-05
* Add a "confidence" field about the reliability of the classification. (#1395)Ivan Nardi2022-01-11
* Update copyrightAlfredo Cardigliano2022-01-03
* Remove `struct ndpi_packet_struct` from `struct ndpi_flow_struct` (#1319)Ivan Nardi2021-10-05
* Remove `detected_protocol_stack` field from `ndpi_packet_struct` (#1317)Ivan Nardi2021-09-29
* Compile everything with "-W -Wall -Wno-unused-parameter" flags (#1276)Ivan Nardi2021-08-20
* (C) UpdateLuca Deri2021-01-07
* Updated (C)Luca Deri2020-01-05
* Added buffer overflow check in smpp dissectorLuca Deri2019-11-26
* Adedd DTLS check in STUNLuca Deri2019-09-21
* Major code cleanupLuca2018-07-21
* Refactoring the debugging output.Vitaly Lavrov2017-10-26
* spelling: lengthJosh Soref2017-03-12
* Update smpp.cdillinger792017-01-18
* SMPP: fix comparison of unsigned expression >= 0 is always true [-Werror,-Wta...Alexis La Goutte2016-12-29
* fix indent code and int type to keep conformity of the rest of the code (u_in...Campus2016-12-15
* Implemented Short Message Peer-to-Peer (SMPP) dissectorDamir Franusic2016-12-14