Difference between revisions of "OpenLI"

From neil.tappsville.com
Jump to navigationJump to search
m
m
Line 16: Line 16:
 
https://github.com/LibtraceTeam/libtrace
 
https://github.com/LibtraceTeam/libtrace
 
https://github.com/wanduow/libwandder
 
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
 +
<pre>
 +
/etc/sysconfig/network-scripts/ifcfg-<INTERFACE>
 +
ETHTOOL_OPTS="-K <INTERFACE> gso off gro off tso off"
 +
</pre>
 +
Enable without restarting <code>ethtool -K <INTERFACE> gso off gro off tso off</code>

Revision as of 21:57, 17 February 2020


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