2-chlorobenzoic Acid
B.m. 4.890 0.0 0.0 9.0
C.m. 4.890 0.1 2.9 8.0
C.m. 4.890 0.4 2.7 7.0
D.p. 0.00 0.2 1.7 1.1
D.p. 0.00 0.3 0.0 1.1
D.p. 0.00 0.0 0.1 0.1
D.p. 0.00 0.1 0.2 0.2
D.p. 0.00 0.2 0.0 1.1
D.p. 0.00 0.1 0.1 0.1
C.m. 4.890 0.0 0.0 7.0
Compiled from Wireshark API dump, use the window(shark_port_0_window) to select particular interface (if not available on the specific channel)
The problem was the LISP mode and the fact that port 0 is disabled for traffic received from LISP mode. Also the driver version was too old.
In particular the driver version is 6.04 to 7.10 or maybe 8.43L for Windows 64-bit/x86 version (I didn't test the 8.35L version).
The problem was solved by editing lisp.conf (filename "lisp.conf") with this line :
lisp.send_from_lisp_mode = 1;
Now packets are being forwarded from the LISP interface
UPDATE :
In the Wireshark API dump 1, the LISP mode is being called from the kernel
/dev/cps0 is /dev/w1 (IRQs not available)
https://stackoverflow.