summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* db: insert ipv6 addresses in the same format as ip2binHEADmasterJeremy Sowden2023-09-141-32/+1
* ip2hbin: store ipv6 address as integerJeremy Sowden2023-09-141-5/+4
* raw2packet_BASE: store ARP address values as integersJeremy Sowden2023-09-141-4/+9
* printpkt, raw2packet_BASE: keep gateway address in NBOJeremy Sowden2023-09-141-1/+1
* filter: IP2BIN: correct spelling of variableJeremy Sowden2022-12-081-2/+2
* filter: fix buffer sizes in filter plug-insJeremy Sowden2022-12-084-13/+13
* filter: PWSNIFF: replace malloc+strncpy with strndupJeremy Sowden2021-11-301-9/+9
* filter: HWHDR: remove zero-initialization of MAC typeJeremy Sowden2021-11-301-1/+1
* filter: HWHDR: re-order KEY_RAW_MAC checksJeremy Sowden2021-11-301-18/+16
* filter: HWHDR: simplify flow-controlJeremy Sowden2021-11-301-13/+11
* build: add Make_global.am for common flagsJeremy Sowden2021-11-152-5/+4
* build: remove empty filter sub-directoryJeremy Sowden2021-11-152-1/+1
* raw2packet: fix comma instead of semicolonTimon Ulrich2020-10-301-1/+1
* ip2bin: fix plugin link for some compilerEric Leblond2017-07-021-1/+1
* ulogd: fix crash when ipv4 packet is truncatedLiping Zhang2016-10-171-1/+2
* Use stdint types everywhereFelix Janda2015-06-266-27/+28
* Define _GNU_SOURCE to get members of tcphdrFelix Janda2015-06-232-0/+2
* store Common Information Model name in ulogd keyEric Leblond2014-01-282-2/+12
* base: fix warning on pointer handlingEric Leblond2013-01-181-4/+4
* Get rid of SVN tag in comment.Eric Leblond2013-01-187-15/+5
* Add additional ip6 header fields to database scriptsBob Hockney2012-12-191-1/+1
* Fix parsing of ipv6 flowlabel and tc fieldsBob Hockney2012-12-191-2/+2
* build: move remaining preprocessor flags into CPPFLAGSJan Engelhardt2012-11-271-2/+2
* filter: IP2HBIN: fix compilation warning with gcc-4.7Pablo Neira Ayuso2012-08-031-1/+0
* src: fix version that -V displaysPablo Neira Ayuso2012-08-0310-10/+10
* build: use pkglibdir instead of pkglibexecdir for automakeBjörn Lässig2012-05-182-2/+2
* A simple filter plugin called IP2HBIN addedJozsef Kadlecsik2012-01-162-1/+204
* build: use compile/link information from pkgconfigJan Engelhardt2011-02-011-2/+3
* build: use appropriate location for program modulesJan Engelhardt2011-02-012-5/+5
* filter/HWHDR: remove redundant sizeof(char)Jan Engelhardt2010-11-051-1/+1
* build: propagate global CFLAGSJan Engelhardt2010-11-052-0/+2
* build: remove unused $(all_includes)Jan Engelhardt2010-11-052-2/+2
* HWHDR: Fix various crashesEric Leblond2010-09-221-19/+17
* IP2BIN: fix missing protocol keyChristophe Fish2010-04-021-0/+5
* ip2bin: add AF_BRIDGE family support.Eric Leblond2009-03-061-1/+27
* hwhdr: suppress explicit allocationEric Leblond2009-03-061-12/+12
* ip2bin: suppress explicit allocation of some output key valuesEric Leblond2009-03-061-14/+14
* ip2str: suppress explicit allocation of some output key valuesEric Leblond2009-03-061-17/+16
* ifindex: avoid memory allocationEric Leblond2009-03-061-21/+16
* Replace INCLUDES by AM_CPPFLAGS in Makefile.am.Eric Leblond2009-01-222-2/+2
* build: use -avoid-version for modulesJan Engelhardt2009-01-202-9/+9
* HWHDR: Fix size of allocated string.Eric Leblond2009-01-131-1/+1
* Return true/false instead of ULOGD_IRET_OK/STOPThomas Jacob2008-12-091-2/+2
* Add SCTP support to BASE plugin.Eric Leblond2008-12-091-0/+53
* add ukey_* function for key assignationPablo Neira Ayuso2008-12-0910-228/+165
* Fix light memory error in parse_mac2strPierre Chifflier2008-12-091-2/+8
* hwhdr: finish missing renamingPierre Chifflier2008-10-201-2/+2
* hwhdr: fix segfault when RAW_MAC is NULLPierre Chifflier2008-10-201-1/+1
* cleanup: fix compilation warning related to signed and unsigned comparisonsEric Leblond2008-07-313-4/+5
* cleanup: fix gcc warningsEric Leblond2008-07-294-7/+3