ethernet information
Hi,
I have a driver implementing 2 callouts for both FWPM_LAYER_INBOUND and OUTBOUND layers,ipv4. I need information about the underlying prootocol, let say ethernet. Do you know if it is possible without hooking the ndis layer?
Thanks,
Fabien.
I don't know about supported, but I did notice during my development of a WFP callout that the ethernet frame header was at the very beginning of the NBL indicated to my callout on the inbound layers. I think you may be out of luck on outbound, however, as the ethernet headers would not have been constructed yet...
Hope this helps,
Jeremy
Thanks for your answers,
I noticed the presence of the ethernet headers for the inbound layers,
but your are right about outbound. Anyway, it is not supported by the
wfp plateform, so will continue to work with ndis for all the underlying
layer.
Thanks,
Fabien