]> git.ipfire.org Git - people/ms/suricata.git/history - src/source-pcap-file.c
detect: allows <> syntax for uint ranges
[people/ms/suricata.git] / src / source-pcap-file.c
2021-11-24  Philippe Antoinesource/pcap: remove unused code
2020-09-04  Victor Julienpcap: fix minor scan-build warnings
2020-08-06  Victor Julienflow: redesign of flow timeout handling
2020-08-04  James Dutrisacpcap: read directories recursively
2020-07-24  Victor Juliensources: hide RegisterTests behind ifdef UNITTESTS
2020-02-07  Victor Juliendecode: remove pseudo packet checks
2020-02-07  Victor Julienthreading: change local packet queue logic
2020-02-07  Victor Julienthreading: remove post_pq argument from 'SlotFunc'
2019-11-25  Eric Leblondsource-pcap-file: honor bpf filter on command line
2019-09-02  Victor Julienconst: constify decoder, app-layer, detect funcs
2019-04-05  Victor Julienpcap: suppress info messages
2019-03-26  Danny Browningsource-pcap-file: Pcap File Init Failure Handling ...
2018-07-13  Danny Browningsource-pcap-file: delete when done (2417)
2018-03-21  Danny Browningpcap/file: fix missing files stopping engine #2451
2018-03-01  Danny Browningsource-pcap-file: Directory mode may miss files (bug...
2018-01-04  Victor Juliencuda: remove
2017-12-13  Danny Browningsource-pcap-file: Fix coverity findings (Bug #2356)
2017-12-11  Dana Helwigsource-pcap-file: Pcap Directory Mode (Feature #2222)
2017-11-27  Pierre ChifflierAdd support for PCAP LINKTYPE_IPV4
2017-06-27  Victor Julienpcap: fix linktype raw issues
2017-05-02  Victor Juliencompiler: more strict compiler warnings
2016-11-23  Victor Julienpcap-file: minor cleanup
2016-09-19  Victor Julienthreads: remove EngineKill & SURICATA_KILL
2016-09-05  Victor Juliendecode: fix int types
2016-05-20  Victor Julientime: improve offline time handling
2016-05-05  maxtorsUse ConfValIs* for parsing pcap-file.checksum-checks.
2016-04-15  Victor Julienpcap: small cleanups
2016-03-31  browner87source-pcap-file: fix stats not being reset
2016-03-31  browner87Fix for redmine bug 1737
2016-03-07  cardiglianopkt acq: introduce break loop API
2015-07-23  Victor Julienpcap-file: set tenant-id if available
2015-06-17  Victor Juliendecode: create util function for basic counter updates
2015-05-27  Victor Juliencounters: remaining s/SCPerf/Stats/g
2015-05-27  Victor Juliencounters: s/SCPerfCounterSetUI64/StatsSetUI64/g
2015-05-27  Victor Juliencounters: s/SCPerfCounterIncr/StatsIncr/g
2015-05-27  Victor Juliencounters: s/SCPerfCounterAddUI64/StatsAddUI64/g
2015-05-26  Victor Juliencounters: remove references to SCPerfCounterAddDouble
2015-05-26  Victor Juliencounters: make increment call take threadvars
2015-05-26  Victor Juliencounters: threadvars s/sc_perf_pca/perf_private_ctx/g
2015-04-30  Victor Julienpcap: implement LINKTYPE_NULL
2015-03-04  Eric Leblondpcap-file: add missing atomic init
2014-12-19  Victor Julienflow timeout: cleanups
2014-10-30  Ken SteeleMake suricata_ctl_flags be volatile
2014-07-30  Ken SteeleEnforce function coding standard
2014-07-28  Victor Juliendecode: pass ThreadVars to DecodeThreadVarsFree
2014-07-25  Victor JulienFix pcap packet acquisition methods
2014-07-21  Ken SteeleAdd error checking for pthread_setspecific() and pthrea...
2014-07-21  Ken SteeleReplace ringbuffer in Packet Pool with a stack for...
2014-04-02  Victor Julienpcap-file: clean up decode thread local storage
2014-02-09  Victor JulienBug 1107: decoders: bail out on pseudo packets
2014-01-21  Victor JulienPass ThreadVars ptr to various thread init funcs
2014-01-10  Eric Leblondcapture: display exit stats at default verbosity
2013-12-02  Eric Leblondcmdline: add -k to specify checksum validation
2013-12-02  Eric Leblondpcap-file: add checksum-checks configuration variable
2013-12-02  Eric LeblondAdd invalid pkt counter.
2013-11-28  Eric Leblonddecode: update API to return error
2013-10-28  Victor JulienCounters: more unused code removal
2013-10-28  Victor JulienCounters: remove all unused parts of the API
2013-06-21  Anoop SaldanhaMinor cosmetic changes to the cuda code.
2013-06-21  Anoop SaldanhaVersion 1 of AC Cuda.
2013-03-01  Eric Leblondpcap-file: treat the case of unsupported pcap link
2013-01-21  Eric Leblondpcap-file: don't kill engine in unix socket mode
2012-11-19  Eric Leblondunix-socket: introduce API to add commands and tasks
2012-11-19  Eric Leblondunix-manager: add unix command socket and associated...
2012-11-19  Eric Leblondpcap-file: free thread var at deinit.
2012-11-08  Victor JulienOpenBSD 5.2 build fixes, Unit test fix.
2012-10-04  Anoop SaldanhaAdd a packet src for every packet generated inside...
2012-09-25  Eric LeblondUse unlikely for error treatment.
2012-09-08  Eric LeblondFix invalid usage of operator.
2012-08-23  Anoop Saldanharx TMs shouldn't return TM_ECODE_FAILED if engine is...
2012-06-20  Anoop Saldanha#482 - use decode_flag for all decode TMs. Use the...
2012-03-15  Victor JulienProfile pcap file callback.
2012-03-09  Victor Julienflow engine: improve scalability
2012-01-13  Victor JulienClean up default output. Use simpler output format...
2011-12-02  Anoop SaldanhaAccomodate pcap-file mode to signal flow mgr to wakeup...
2011-10-26  Victor JulienHandle failing thread modules that are called by the...
2011-10-17  Anoop Saldanhaintroduce SCPerfSyncCounters/SCPerfSyncCounters macro...
2011-10-17  Anoop Saldanhaupdate broken stats.log. Use pktacqloop funcs in pcap...
2011-09-17  Anoop SaldanhaAdd new flags var to tm module. TMs can now set flags...
2011-09-15  Eric LeblondReturn OK when leaving cleanly.
2011-09-06  Victor JulienAdd per packet profiling.
2011-08-31  Eric Leblondpcap-file: Allocated packet must be free if there's...
2011-08-26  Victor JulienImplement a pkt acq loop infra with support for pcap...
2010-12-31  Eric LeblondModify files to avoid direct pckt payload access
2010-12-17  Victor JulienDisable adding to unregistered mbit/s counter.
2010-12-13  Victor JulienMove updating the time from the pcap callback to the...
2010-06-29  Victor JulienIn case of error in pcap file reading mode, we shut...
2010-06-28  Victor JulienAttempt to work around NULL packets we're seeing ending...
2010-06-21  Victor JulienMove packet pool to ringbuffer, update packet pool...
2010-06-19  Victor JulienFix SCondWait -> SCCondWait typo.
2010-06-11  Pablo RinconUDP support at AppLayer message handling
2010-06-04  Victor JulienFix pcap file mode not shutting down on ctrl-c
2010-06-02  Victor JulienFix a corner case where the pcap receive modules could...
2010-06-01  Victor JulienAdd multi packet reading for pcap live mode. Add a...
2010-05-28  Victor JulienMake pcap file mode read multiple packets per 'read...
2010-05-25  William MetcalfGPL and Copyright header updates.
2010-05-19  Gerardo Iglesias... Fix inconsistent use of dynamic memory allocation
2010-05-18  Victor JulienMove to different way of enforcing max_pending. Should...
2010-05-12  William Metcalfincrement packet count before assigning value, tshark...
2010-05-05  Victor JulienAdd a packet count var for pcap file mode to the Packet...
next