| Kunal, 
 Ashish is correct.  Hone works with UDP and RAW sockets.  So if a
    RAW socket is used for ICMP, such as with ping, it will correlate
    back to the process.  Packets are matched to the socket and the
    socket is matched to the process which created it.  Most ICMP is
    correlated to a kernel thread.  The other issue is that when a file
    descriptor is dup'ed, such as in a fork, data sent/received with the
    new file descriptor will show up under the original process.
 
 Brandon
 
 P.S. - Sorry if this message appears twice.  I sent it from the
    wrong address the first time.
 
 
 On 05/03/2013 05:01 AM, Ashish Raste
      wrote:
 
      
     
 
 
 
 |