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
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.
---