Hello everyone,
I have a network application on Linux that creates connections by
socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL)).
The connection setup and transfer worked, but when I capture traffic by
tcpdump, it only shows incoming packets but not outgoing ones (e.g. for TCP, it
captured SYN
like us.
Bests,
Hoang,
PhD student, UCLouvain
From: sth...@nethelp.no
Sent: 25 November 2017 12:31
To: Viet Hoang Tran
Cc: tcpdump-workers@lists.tcpdump.org
Subject: Re: [tcpdump-workers] (Question) Is it possible to capture outgoing
raw packets on Linux