]> git.ipfire.org Git - people/ms/suricata.git/history - src/app-layer-dnp3.c
detect: allows <> syntax for uint ranges
[people/ms/suricata.git] / src / app-layer-dnp3.c
2021-11-24  Jason Ishapp-layer: include decoder events in app-layer tx data
2021-11-24  Philippe Antoinednp3: fix int warnings
2021-11-22  Jason Ishapp-layer: include DetectEngineState in AppLayerTxData
2021-10-09  Philippe Antoineapp-layer: disable by default if not in configuration
2021-04-26  Jeff Lucovskygeneral: Cleanup bool usage
2020-12-07  Victor Julienapp-layer: remove callback for completion status
2020-12-01  Philippe Antoinednp3: better limit for tests when fuzzing
2020-11-04  Victor Juliendnp3: reword warning message
2020-10-07  Philippe Antoinednp3: more precise probing for banners
2020-10-07  Philippe Antoinednp3: fix probing test not using final null in string
2020-09-09  Philippe Antoinednp3: fix unit tests when fuzzing
2020-09-09  Philippe Antoineapplayer: pass parameter to StateAlloc
2020-07-11  Victor Juliendnp3: support AppLayerTxData
2020-07-07  Philippe Antoinednp3: adds unit test against previous bug
2020-07-07  Philippe Antoinednp3: fix buffer over read in responses parsing
2020-07-07  Philippe Antoinednp3: probing parser fixes direction based on dnp3...
2020-07-07  Philippe Antoinefuzz: disable DNP3 checksums while fuzzing
2020-03-26  Philippe Antoinefuzz: remove obsolete AFL code
2020-03-17  Victor Julienapp-layer: update API to return more details
2020-03-17  Victor Julienapp-layer: change return codes
2019-09-02  Victor Julienconst: constify decoder, app-layer, detect funcs
2019-08-21  Philippe Antoinedetectproto: adding missing probing parsers
2019-06-20  Jeff Lucovskyeve/logging: 2991 Optimize logging by TX
2019-06-20  Jeff Lucovskyapp-layer/logging: protocol parser updates
2019-05-03  Victor Juliendetect/dnp3: add dnp3.data with v2 api support
2019-03-27  Victor Julienproto-detect: improve midstream support
2018-08-02  Victor Julienproto/detect: remove probing parser offset argument
2018-07-13  Victor Julienapp-layer: pass STREAM_* flags to parser
2018-02-14  Jason Ishapp-layer: remove has events callback - not used
2018-02-06  Victor Julienapp-layer: remove unused HasTxDetectState call
2018-01-08  Victor Julienapp-layer: use logger bits to avoid looping
2017-12-19  Eric Leblondapp-layer: add Flow to probing parser functions
2017-07-19  Jason Ishdnp3: use BasicSearch instead of memmem
2017-05-15  Victor Julientests: update tests for app-layer changes
2017-05-02  Victor Juliencompiler: more strict compiler warnings
2017-02-08  Victor Julienafl: fix ENIP, switch DNS to UDP and add --afl-dnstcp*
2017-01-13  Jason Ishapp-layer: support to server and to client probing...
2016-11-28  Victor Juliendnp3: fix test for -Wshadow
2016-10-31  Victor JulienDNP3: disable in case of no dnp3 config
2016-10-27  Jason IshDNP3: Application layer decoder.