]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2024-05-14  Philippe Antoinewebsocket: fix opcodes values for ping/pong 11072/head
2024-05-14  Philippe Antoinedns: set tx id for frames
2024-05-14  Philippe Antoineframes: rust API makes tx_id explicit
2024-05-14  Philippe Antoinedetect: log relevant frames app-layer metadata
2024-05-14  Shivani Bhardwajfuzz: add target for DecodeBase64
2024-05-14  Shivani Bhardwajdoc: add note about fast_pattern w base64_data
2024-05-14  Shivani Bhardwajbase64_data: reject fast_pattern use
2024-05-13  Jeff Lucovskyconfig/ja3: Eliminate warnings when JA3 is disabled 11055/head
2024-05-08  Jason Ishrust: temporary: disable debug assertions 11046/head
2024-05-07  Jason Ishgithub: update pull request template
2024-05-07  Jason Ishbundle.sh: accept more forms of a branch name
2024-05-06  jason taylordoc: update normalization notes 11027/head
2024-05-06  jason taylordoc: add http.connection ref and fix location
2024-05-06  Shivani Bhardwajeve/stats: add description for ips
2024-05-06  Shivani Bhardwajeve/stats: add description for transactions
2024-05-05  Philippe Antoinesnmp: remove community keyword unit test 11023/head
2024-05-05  dependabot... github-actions: bump actions/upload-artifact from 4...
2024-05-02  dependabot... github-actions: bump github/codeql-action from 3.24... 11015/head
2024-05-02  dependabot... github-actions: bump actions/download-artifact from...
2024-05-02  dependabot... github-actions: bump codecov/codecov-action from 4...
2024-05-02  Victor Juliengithub-actions: convert dpdk tests to use script
2024-05-02  Victor Juliengithub-actions: add dpdk ids live test script
2024-05-02  Victor Juliengithub-ci: add af-packet and dpdk codecov builds
2024-05-02  Shivani Bhardwajutil/base64: remove coverity reported dead code
2024-05-01  Victor Juliendetect/iprep: update doc about 0 value 11000/head 11013/head
2024-05-01  Victor Juliendetect/iprep: allow 0 as a reputation value
2024-05-01  Victor Juliendetect/iprep: minor code cleanups
2024-04-30  Philippe Antoinesdp: fix logging medias 10994/head
2024-04-28  Jason Ishrust/dns: visibility cleanups 10976/head
2024-04-28  Jason Ishrust/dns: ffi naming and visibility cleanups
2024-04-26  Jason Ishgithub-ci: remove cocci from fedora 39 build 10971/head
2024-04-26  Jason Ishgithub-ci: add ubuntu 24.04 build with cocci
2024-04-26  jason taylordoc: update flowbits information
2024-04-26  Philippe Antoineci: fix macos build
2024-04-26  Victor Juliendecode/tcp: improve pointer hygene
2024-04-26  Victor Juliendecode/icmpv4: rename ICMPV4_GET_EMB_IPV4 to PacketGetI...
2024-04-26  Victor Juliendecode/icmpv6: store embedded ip6h ptr as offset
2024-04-26  Victor Juliendecode/icmpv4: store embedded ip4h ptr as offset
2024-04-26  Victor Juliendecode/icmpv4: put embedded pointer first
2024-04-26  Victor Juliendecode/tcp: reduce TCPVars by turning bools into bitfields
2024-04-26  Victor Julienaf-packet: fix eBPF/XDP compilation
2024-04-26  Victor Juliendecode/tcp: move tcph into L4 packet data
2024-04-26  Victor Juliendecode/udp: move udph into L4 packet data
2024-04-26  Victor Juliendecode/ethernet: move ethh into L2 section
2024-04-26  Victor Juliendecode/pppoe: localize pppoedh pointer
2024-04-26  Victor Juliendecode/pppoe: localize pppoesh header pointer
2024-04-26  Victor Juliendecode/icmpv4: move icmpv4h into L4 packet data
2024-04-26  Victor Juliendecode/icmpv6: move icmpv6h into L4 packet data
2024-04-26  Victor Juliendecode/esp: move esph into L4 packet data
2024-04-26  Victor Juliendecode/gre: move greh into L4 packet data
2024-04-26  Victor Juliendecode/sctp: move sctph into L4 packet data
2024-04-26  Victor Juliendecode/icmpv6: add and use PacketIsICMPv6 inline func
2024-04-26  Victor Juliendecode/icmpv6: switch ptr checks to PKT_IS_ICMPV6
2024-04-26  Victor Juliendecode/icmpv4: add and use PacketIsICMPv4 inline func
2024-04-26  Victor Juliendecode/udp: add and use PacketIsUDP inline func
2024-04-26  Victor Juliendecode/tcp: add and use PacketIsTCP inline func
2024-04-26  Victor Juliendecode: start l4 packet area; convert csum handling
2024-04-26  Victor Juliendecode/icmpv4: switch ptr checks to PKT_IS_ICMPV4
2024-04-26  Victor Juliendecode: refactor L3 checkum handling
2024-04-26  Victor Juliendecode: use macro's instead of direct ptr checks
2024-04-26  Victor Juliendecode/icmpv6: improve packet vars layout
2024-04-26  Victor Juliendecode/icmpv6: remove unused error_ptr field
2024-04-26  Victor Juliendecode/icmpv6: remove embedded address storage
2024-04-26  Victor Juliendecode/icmpv6: remove unused L4 header pointers from...
2024-04-26  Victor Juliendecode/icmpv4: shrink icmpv4 packet vars
2024-04-26  Victor Juliendecode/icmpv4: remove unused Packet members
2024-04-26  Victor Juliendecode/tcp: remove unused macro
2024-04-26  Victor Juliendecode/tcp: reduce size needed for SACK tracking
2024-04-26  Victor Juliendecode/tcp: minor struct layout optimization
2024-04-26  Victor Juliendecode/tcp: reduce size needed for tracking WSCALE
2024-04-26  Victor Juliendecode/tcp: reduce space needed for tracking TFO
2024-04-26  Victor Juliendecode/tcp: reduce space needed for MSS tracking
2024-04-26  Victor Juliendecode/tcp: optimize SACKOK storage
2024-04-26  Victor Juliendecode/ipv4: minor test cleanups
2024-04-26  Victor Juliendecode/ipv6: prep for turning ip4h/ip6h into union
2024-04-26  Victor Juliendecode/ipv4: prep for turning ip4h/ip6h into union
2024-04-26  Victor Juliendecode: minor style cleanup in the header ptrs
2024-04-26  Victor Julienvalidate: remove ip4h/ip6h check
2024-04-26  Victor Juliendefrag: track ip hdr offset in tracker
2024-04-26  Victor Juliendecode: reduce macro use in IPv4/IPv6
2024-04-26  Victor Julienflow: avoid direct IP header checks
2024-04-26  Victor Juliendecode: reduce PKT_IS_IPV4/PKT_IS_IPV6 use
2024-04-26  Victor Juliendecode: rename IP_GET_IPPROTO to PacketGetIPProto
2024-04-26  Victor Juliendecode: implement IP_GET_IPPROTO as inline func
2024-04-26  Shivani Bhardwajtls/random: fix incorrect direction handling
2024-04-26  Victor Julienpcap: address codeql warning
2024-04-26  Victor Julienrohash: fix codeql warnings
2024-04-26  Victor Julienrohash: minor code cleanups
2024-04-25  Jason Ishmisc: remove some unused includes 10952/head
2024-04-25  Jason Ishrun-mode: remove duplicate var; add setter function
2024-04-25  Shivani Bhardwajutil/base64: add more tests to increase coverage
2024-04-25  Shivani Bhardwajutil/mime: check invalidity after final b64 block
2024-04-25  Shivani Bhardwajutil/mime: skipped chars should be marked consumed
2024-04-25  Shivani Bhardwajutil/base64: use real numbers in test vectors
2024-04-25  Shivani Bhardwajutil/base64: update tests to correct consumed bytes
2024-04-25  Shivani Bhardwajutil/base64: use decoder fns per RFC
2024-04-25  Shivani Bhardwajutil/base64: add base64 decode fns per RFC
2024-04-25  Giuseppe Longodoc: add sdp update
2024-04-25  Giuseppe Longorust/sip: parse and log sdp
2024-04-25  Giuseppe Longorust/sdp: implement logger
next