Lines Matching full:interface
22 network traffic for a given network interface. If you would like to capture
23 network data when there is no network interface involved, then you need to use
27 does not need to be network interface involved. For example low level HDLC
29 using the normal network interface based capture. Also CANBUS or Bluetooth
35 * An ``any`` network interface is created. It acts as a sink where the cooked
37 * A ``cooked`` virtual network interface is attached on top of this ``any``
38 interface.
39 * The ``cooked`` interface must be configured to capture certain L2 packet types
40 using the network interface configuration API.
45 interface is marked as captured network interface.
46 The packets received by the ``cooked`` interface via the ``any`` interface are
55 Interface any (0x808ab3c) (Dummy) [1]
60 Interface cooked (0x808ac94) (Virtual) [2]
66 Interface eth0 (0x808adec) (Ethernet) [3]
76 Interface net0 (0x808af44) (Virtual) [4]
88 internal interface to use for the tunnel. In this example it is interface 3.
90 The interface 2 is a virtual interface that runs on top of interface 1. The
91 cooked capture packets are written by the capture API to sink interface 1.
92 The packets propagate to interface 2 because it is linked to the first interface.
94 interface 2 to be written to capture interface 4, which in turn then capsulates
95 the packets and tunnels them to peer via the Ethernet interface 3.