summaryrefslogtreecommitdiffstats
path: root/src/extra/pktbuff.c
Commit message (Expand)AuthorAgeFilesLines
* 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: 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: Minor fixDuncan Roe2019-10-081-1/+1
* src: Enable clang buildDuncan Roe2019-10-081-21/+20
* src: doc: Miscellaneous updatesDuncan Roe2019-10-081-1/+14
* Revert "src: Declare the define visibility attribute together"Pablo Neira Ayuso2017-04-141-14/+28
* src: Declare the define visibility attribute togetherKhem Raj2017-04-141-28/+14
* build: avoid symbol namespace pollutionFlorian Westphal2013-08-131-0/+12
* src: update doxygen documentation for new API for libmnlPablo Neira Ayuso2012-08-201-0/+50
* 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-061-0/+62
* add pkt_buff and protocol helper functionsPablo Neira Ayuso2012-08-061-0/+142