OpenLI

From neil.tappsville.com
Revision as of 23:02, 19 February 2020 by Gonzo (talk | contribs)
Jump to navigationJump to search

LI Information

Open LI Compiling

Wireshark

https://wiki.wireshark.org/jmirror

OpenLI Intercept Management

OpenLI Test Cases

OpenLI Testing Tools

https://github.com/wanduow/openli https://github.com/LibtraceTeam/libtrace https://github.com/wanduow/libwandder

Interfaces

Disabling NIC offloading for capturing interfaces that are not encapsulated in a vendors wrapper/header to prevent desegmentation/defragmentation

/etc/sysconfig/network-scripts/ifcfg-<INTERFACE>
ETHTOOL_OPTS="-K <INTERFACE> gso off gro off tso off"

Enable without restarting ethtool -K <INTERFACE> gso off gro off tso off