summaryrefslogtreecommitdiffstats
path: root/src/extra
Commit message (Expand)AuthorAgeFilesLines
* src: Fix IPv6 Fragment Header processingDuncan Roe2023-10-081-3/+3
* src: add alternative API to set up packet bufferPablo Neira Ayuso2023-08-201-5/+58
* src: doc: Insert SYNOPSIS sections for man pagesDuncan Roe2021-08-156-7/+110
* include: deprecate libnetfilter_queue/linux_nfnetlink_queue.hPablo Neira Ayuso2021-08-115-0/+5
* pktbuff: add __pktb_setup()Pablo Neira Ayuso2021-05-271-22/+33
* src: fix IPv6 header handlingEtan Kissling2021-02-191-2/+13
* src: add pkt_buff function for ICMPEtan Kissling2021-02-091-0/+48
* src: doc: Fix doxygen warningDuncan Roe2020-09-301-4/+0
* Simplify struct pkt_buff: remove tailDuncan Roe2020-01-295-17/+13
* src: Simplify struct pkt_buff: remove headDuncan Roe2020-01-181-3/+2
* src: Fix indenting weirdness is pktbuff.c w/out changing indentDuncan Roe2020-01-161-4/+3
* src: Fix value returned by nfq_tcp_get_payload_len()Duncan Roe2020-01-101-1/+1
* src: doc: Final polish for current roundDuncan Roe2020-01-103-33/+85
* src: Always use pktb as formal arg of type struct pkt_buffDuncan Roe2020-01-032-11/+11
* src: checksum.c: remove redundant 0xFFFF mask of uint16_tDuncan Roe2020-01-031-2/+2
* src: doc: tcp.c: fix remaining doxygen warningsDuncan Roe2019-12-301-4/+4
* src: pktb_mangle has signed offset arg so can mangle MAC header with -ve oneDuncan Roe2019-12-301-3/+5
* src: add mangle functions for IPv6, IPv6/TCP and IPv6/UDPDuncan Roe2019-12-303-0/+108
* src: more IPv6 checksum fixesDuncan Roe2019-12-301-5/+5
* src: doc: Eliminate doxygen warnings from udp.cDuncan Roe2019-12-161-20/+30
* src: doc: udp.c: rename 1 more formal pkt arg to pktbDuncan Roe2019-12-161-4/+4
* src: Fix value returned by nfq_udp_get_payload_len()Duncan Roe2019-12-111-1/+1
* Minor tweak to pktb_len function descriptionDuncan Roe2019-12-071-1/+1
* src: doc: Major re-work of user packet buffer documentationDuncan Roe2019-12-071-37/+117
* src: Fix test for IPv6 headerDuncan Roe2019-12-071-1/+1
* src: Fix IPv4 checksum calculation in AF_BRIDGE packet bufferDuncan Roe2019-11-211-1/+1
* src: Make sure pktb_alloc() works for IPv6 over AF_BRIDGEDuncan Roe2019-11-161-0/+1
* src: Make sure pktb_alloc() works for AF_INET6 since we document that it doesDuncan Roe2019-11-121-0/+1
* src: pktb_trim() was not updating tail after updating lenDuncan Roe2019-11-121-0/+1
* src: doc: Eliminate doxygen warnings from ipv{4,6}.cDuncan Roe2019-11-042-33/+34
* checksum: Fix TCP/UDP checksum computation on big endian archesAlin Nastac2019-10-091-2/+8
* src: doc: Minor fixDuncan Roe2019-10-081-1/+1
* src: Fix invalid conversion specifierDuncan Roe2019-10-081-1/+1
* src: Enable clang buildDuncan Roe2019-10-085-61/+53
* src: doc: Miscellaneous updatesDuncan Roe2019-10-083-16/+36
* src: Update UDP header length field after manglingDuncan Roe2019-10-061-0/+2
* checksum: Fix UDP checksum calculationPablo Neira Ayuso2019-09-303-8/+9
* Revert "src: Declare the define visibility attribute together"Pablo Neira Ayuso2017-04-145-36/+72
* src: Declare the define visibility attribute togetherKhem Raj2017-04-145-72/+36
* extra: Define _GNU_SOURCE to get members of tcphdr&ucphdrFelix Janda2015-05-292-0/+2
* extra: tcp: insufficient sanitization in nfq_tcp_get_payload()Pablo Neira Ayuso2014-06-301-3/+7
* extra: fix wrong implementation in nfq_udp_get_payloadTing-Wei Lan2014-06-301-4/+8
* extra: use inet_ntop instead of inet_ntoaTing-Wei Lan2014-06-301-1/+5
* src: extra: add prefix nfq_ to internal checksum functionsPablo Neira Ayuso2013-08-134-10/+10
* build: avoid symbol namespace pollutionFlorian Westphal2013-08-131-0/+12
* src: update doxygen documentation for new API for libmnlPablo Neira Ayuso2012-08-204-4/+83
* pktbuff: fix pktb_push, _pull and _put functionPablo Neira Ayuso2012-08-201-2/+5
* extra: pktbuff: pktb_expand_tail return 0 if there is no room in the tailPablo Neira Ayuso2012-08-201-3/+9
* add mangle functions for IPv4/TCP and IPv4/UDPPablo Neira Ayuso2012-08-066-4/+135
* add pkt_buff and protocol helper functionsPablo Neira Ayuso2012-08-066-0/+798