Could anyone suggest a good packet sniffer class for c++? [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 months ago . Could anyone suggest a good packet sniffer class for c++? Looking for a easy insertable class I can use in my c++ program, nothing complicated. 回答1: You will never be able to intercept network traffic just by inserting a class into your project. Packet capture functionality requires kernel mode support, hence