Forum Topic - Getting loopback packet in pfil filter:
   
Getting loopback packet in pfil filter  
Hi,

In io-pkt I am using pfill hooks to get output and input packets on an ethernet interface. But when I sent the packet on
 local loopback  port (lo0), the packet does not show of in pfill hooks. But the packet is received through tcpdump. 

How to receive the loopback packets sent on local loopback port?