How to capture outgoing TCP packets using Windows Filtering Platform.

Hello,

I want to capture outgoing TCP packets using Windows Filtering Platform. I am using WFPSampler example. I used it at FWPM_LAYER_OUTBOUND_IPPACKET_V4 and FWPM_LAYER_OUTBOUND_TRANSPORT_V4 layer. After that when I send data using telnet then I am not able to get TCP packet for that data at both layer.

Can anyone tell me at which layer I can get the outgoing TCP packet as soon as possible?