Re: [tcpdump-workers] (Question) Is it possible to capture outgoing raw packets on Linux?

2017-11-27 Thread Viet Hoang Tran
Hello Steinar Haug, Thanks for your confirmation. I tried other packet generators and tcpdump worked correctly. Then I realised in our program, there is PACKET_QDISC_BYPASS enabled. After disabling it, libpcap could capture outgoing packets also. Hope that helps others struggling on the issue l

[tcpdump-workers] [PATCH] libpcap: patch to correct linker flag sequence

2017-11-27 Thread Nimesh Prajapati
From: Yogesh Prasad Description This patch will correct the sequence of -pie and -shared options. When used together, -pie should be provided to the linker before -shared. If -pie is provided after -shared, the linker throws below error. ---