]> git.ipfire.org Git - people/ms/suricata.git/history - src/source-af-packet.c
detect: allows <> syntax for uint ranges
[people/ms/suricata.git] / src / source-af-packet.c
2017-02-21  Alexander Gozmanaf-packet: get VLAN info for packets in TPACKET_V3...
2017-02-21  Alexander Gozmanaf-packet: write VLAN info for both TPACKET_V2 and V3
2017-02-08  Eric Leblondaf-packet: add VLAN header when needed in IPS mode
2016-11-29  Victor Julienaf-packet: fix fanout support on Debian Jessie
2016-09-19  Victor Julienthreads: remove EngineKill & SURICATA_KILL
2016-06-21  Victor Julienaf-packet: minor cleanups
2016-06-21  Victor Julienaf-packet: test if fanout is supported before use
2016-06-02  Victor Julienoutput: introduce config and perf output levels
2016-05-31  Eric Leblondcoverity: fix CID 1362014
2016-05-31  Victor Julienaf-packet: use better defaults if config is missing
2016-05-20  Victor Julienaf-packet: CentOS6 build fixes
2016-05-20  Eric Leblondaf-packet: use time() instead of GetTime()
2016-05-20  Eric Leblondaf-packet: print errno on mmap error
2016-05-20  Eric Leblondaf-packet: ask for hardware timestamp
2016-05-20  Eric Leblondaf-packet: reset stats at start of capture
2016-05-20  Eric Leblondaf-packet: detect availability of tpacket_v3
2016-05-20  Eric Leblondaf-packet: add option to use memory locked mmap
2016-05-20  Eric Leblondaf-packet: configurable tpacket_v3 block timeout
2016-05-20  Eric Leblondaf-packet: configurable tpacket_v3 block size
2016-05-20  Eric Leblondaf-packet: put ring setup in a separate function
2016-05-20  Eric Leblondaf-packet: AFPWalkBlock error handling
2016-05-20  Eric Leblondaf-packet: continuing cleaning and hole hunting
2016-05-20  Eric Leblondaf-packet: cleaning and hole hunting
2016-05-20  Eric Leblondaf-packet: tpacket_v3 implementation
2016-05-20  Eric Leblondaf-packet: remove useless code
2016-05-20  Eric Leblondaf-packet: micro optimization
2016-05-20  Eric Leblondaf-packet: avoid test for each packet
2016-03-29  Victor Juliendetect reload: generic packet injection for capture
2016-03-15  Victor Julienafpacket: strip prio from vlan id
2016-03-12  Victor Julienafpacket: suppress harmless Coverity warning (1192960)
2016-03-09  Eric Leblondaf-packet: don't check GRO LRO on non ethernet
2016-03-09  Eric Leblondaf-packet: handle raw link
2016-03-07  cardiglianopkt acq: introduce break loop API
2015-12-06  Victor Julienafpacket: suppress output
2015-12-06  Victor Julienafpacket: move zero copy setup to config parsing
2015-12-06  Victor Julienafpacket: indent fixup
2015-12-06  Victor Julienafpacket: add null decoder, put ethernet first
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-27  Victor Juliencounters: rename register API calls
2015-05-26  Victor Juliencounters: remove unused description
2015-05-26  Victor Juliencounters: SCPerfGetLocalCounterValue cleanup
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-05-08  Eric Leblondaf-packet: use max packet size as snaplen
2015-03-11  Eric Leblondaf-packet: don't unlock twice the bpf mutex
2014-12-05  Victor Julienafpacket: only check offloading once per iface
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-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-23  Eric Leblondaf-packet: exit in case of a fatal error
2014-04-14  Eric Leblondaf-packet: fix error handling
2014-04-02  Victor Julienaf-packet: clean up decode thread local storage
2014-03-18  Victor Julienaf-packet: fix init sync with no traffic
2014-03-17  Eric Leblondaf-packet: move packet fanout code
2014-03-17  Eric Leblondaf-packet: synchronize reading start
2014-02-27  Eric Leblondcapture: use 64 bits counters
2014-02-27  Eric Leblondaf-packet: fix livedev packets counter
2014-02-25  Victor Julienpcap/afpacket: update counters at exit
2014-02-09  Eric Leblondaf-packet: declare TP_STATUS_VLAN_VALID if needed
2014-02-09  Victor JulienBug 1107: decoders: bail out on pseudo packets
2014-02-07  Eric Leblondaf-packet: no VLAN id from msg header for old kernel
2014-02-07  Eric Leblondaf-packet: improve VLAN detection
2014-02-07  Eric Leblondaf-packet: handle vlan counter
2014-02-07  Eric Leblondaf-packet: get vlan id from header
2014-01-21  Victor JulienPass ThreadVars ptr to various thread init funcs
2014-01-17  Eric Leblondaf-packet: fix problem introduced in recent commit
2014-01-10  Eric Leblondaf-packet: update packet reading loop logic
2014-01-10  Eric Leblondaf-packet: fix live device counter usage
2013-12-02  Eric LeblondAdd invalid pkt counter.
2013-11-25  Eric Leblondaf-packet: add warning message if LRO or GRO are set
2013-10-28  Victor JulienCounters: more unused code removal
2013-10-28  Victor JulienCounters: remove all unused parts of the API
2013-10-15  Anoop SaldanhaAdd a /* fall through */ comment for all switch case...
2013-09-02  Ken SteeleCreate SCMUTEX_INITIALIZER to abstract out PTHREAD_MUTE...
2013-07-29  Eric Leblondaf-packet: add sanity check in free function
2013-07-19  Ken SteeleReplace ReleaseData function on Packet Structure with...
2013-07-15  Anoop SaldanhaCode to enable cuda support for live mode pcap and...
2013-06-27  Eric Leblonddecode: Packet action start with PACKET
2013-06-17  Eric Leblondaction handling: use macro for test.
2013-03-28  Eric Leblondaf-packet: warn about BPF filter consequence in IPS...
2013-03-01  Eric Leblondaf-packet: leave reading loop at each turn
2012-12-12  Anoop Saldanhafix for 653.
2012-11-19  Eric LeblondAdd atomic counter for iface drop.
2012-11-11  Victor Julienbuild: more checking for includes
2012-10-30  Eric Leblondaf-packet: fix possible infinite loop.
2012-10-30  Eric Leblondaf-packet: dump counter every seconds.
2012-10-04  Anoop SaldanhaAdd a packet src for every packet generated inside...
2012-09-25  Eric LeblondUse unlikely for error treatment.
2012-09-24  Eric Leblondaf-packet: clean APFPacketVar before release.
2012-09-19  Eric Leblondaf-packet: little code cleaning
2012-09-19  Eric Leblondaf-packet: fix IPS mode
2012-09-08  Eric Leblondaf-packet: fix looping in ring buffer.
2012-09-06  Eric Leblondaf-packet: handle possible exit of capture loop.
next