libpcap: add support for B.A.T.M.A.N. Advanced
authorLinus Lüssing <linus.luessing@c0d3.blue>
Sun, 27 Nov 2022 15:27:47 +0000 (16:27 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Wed, 14 Dec 2022 00:06:26 +0000 (01:06 +0100)
commit26d10bad7c8b23e36d8e60513cc418bb25f6cb49
tree48eeac95be17960eb5d143e9ebc16b8bb889b32c
parent550e5b218453172de16309e3e1d1a8c451c8b3c3
libpcap: add support for B.A.T.M.A.N. Advanced

This adds support for the layer 2 mesh routing protocol
B.A.T.M.A.N. Advanced. "batadv" can be used to filter on batman-adv
packets. It also allows later filters to look at frames inside the
tunnel when both "version" and "type" are specified.

Documentation for the batman-adv protocol can be found at the following
locations:

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/networking/batman-adv.rst
https://www.open-mesh.org/

--

This is a backport of the following upstream pull request:

https://github.com/the-tcpdump-group/libpcap/pull/980
-> "Add support for B.A.T.M.A.N. Advanced #980"

Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue>
package/libs/libpcap/patches/300-Add-support-for-B.A.T.M.A.N.-Advanced.patch [new file with mode: 0644]