]> git.ipfire.org Git - people/ms/suricata.git/history - src/app-layer-modbus.c
core: Remove unneeded consts
[people/ms/suricata.git] / src / app-layer-modbus.c
2021-05-04  Simon Dugasmodbus: move from C to rust
2021-05-04  Simon Dugasmodbus: fix app-layer test cases
2021-04-26  Jeff Lucovskygeneral: Cleanup bool usage
2021-02-26  Philippe Antoinemodbus: stop allocating transactions when flooded
2020-12-07  Victor Julienapp-layer: remove callback for completion status
2020-09-09  Philippe Antoineapplayer: pass parameter to StateAlloc
2020-07-28  Victor Julienapp-layer: split EOF flag per direction
2020-07-11  Victor Julienmodbus: support AppLayerTxData
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
2020-01-20  Jeff Lucovskymodbus: Correct typo
2020-01-20  Jeff Lucovskymodbus: Update correct TX flags
2019-11-27  Jason Ishmodbus: add tx detect flags
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-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-03-14  David DIALLOmodbus: Support Unit Identifier
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-05-15  Victor Julientests: update tests for app-layer changes
2017-05-02  Victor Juliencompiler: more strict compiler warnings
2017-04-06  Victor Julienmodbus: fix compiler warnings about alignment
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-29  Jason Ishmodbus: fix format string compiler warnings
2016-10-31  Victor JulienDNP3: disable in case of no dnp3 config
2016-09-30  Giuseppe Longomodbus: set stream depth
2016-09-27  Giuseppe Longoapp-layer: add ThreadVars to AppLayerParserParse
2016-09-25  Victor Julienunittests: fix tests
2016-09-25  Victor Julienunittests: replace SCMutex* calls by FLOWLOCK_*
2016-06-02  Victor Julienoutput: introduce config and perf output levels
2016-05-17  Mats Klepslandmodbus: register logger functions
2016-05-17  Mats Klepslandtx: do not store ProgressCompletionStatus per ipproto
2016-05-09  DIALLO Davidmodbus: fix AddressSanitizer error (segmentation fault)
2016-04-12  Victor JulienQA: direct access from commandline to AppLayer API
2016-04-08  Jason Ishtests: no longer necessary to provide successful return...
2016-02-25  DIALLO Davidmodbus: fix compiler uninitialized warnings with -Wmayb...
2015-12-04  Jason Ishmodbus: disable by default
2015-06-19  Victor Julienapp-layer: fix coverity warnings
2015-06-18  Victor Julienapp-layer: update all protocols to accept NULL+EOF
2015-05-27  DIALLO Davidmodbus: fix heap-buffer-overflow in Modbus parser
2015-05-11  Victor Julienapp-layer: de_state optimization
2015-05-06  DIALLO Davidapp-layer-modbus: fix deadlock in parsers
2015-04-17  David MaciejakFix Unit ID check
2015-03-16  Victor Julienmodbus: tx de_state
2014-12-15  DIALLO Davidfix CID 1257762: Logically dead code(DEADCODE)
2014-11-06  DIALLO DavidApp-layer: Add Modbus protocol parser