0

I am working on the monitor network program using libpcap. I have searched but fail to find the good way to ignore the broadcast packages filter expression so that I set it to kernel.

Could you please give me the advice or the sample of code for that?

Thank you for you time!

Anh Ma
  • 11
  • 1

1 Answers1

0

The filter expression to ignore broadcast packets is "not broadcast".