aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cemi.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-15/+15
2021-11-15regex: Prefer C99/POSIX typesJoão Valverde1-0/+2
2021-07-29Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-11/+11
2021-04-17Fix compilation with gcc-11.Constantine Gavrilov1-3/+3
2021-02-07cemi: Fix Dead Store found by Clang AnalyzerAlexis La Goutte1-1/+2
2020-09-27Fix some wrong filter names.Martin Mathieson1-3/+3
2020-05-01No explicit glib.h include requiredJaap Keuter1-0/+2
2019-11-09cemi: Fix Dead StoreAlexis La Goutte1-11/+11
2019-11-04Get rid of proto_tree_add_debug_text() callsPascal Quantin1-28/+14
2019-05-15cemi: Remove superfluous checksJaap Keuter1-2/+2
2018-11-02cemi: fix dead assignment (found by clang).Dario Lombardo1-1/+1
2018-10-24cemi: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-7/+7
2018-10-24cemi: fix copyrightAlexis La Goutte1-2/+2
2018-10-24cemi: fix no previous prototype for ‘proto_register_cemi/proto_reg_handoff_...Alexis La Goutte1-0/+3
2018-10-16KNX-IP: new KNXnet/IP dissectorRalf Nasilowski1-0/+3515