Tagged Questions
4
votes
3answers
110 views
question about pcap
i have to do a sniffer as an assignment for the security course. i am using c and the pcap library. i got everything working well (since i got a code from the internet and changed it). but i have some ...
0
votes
1answer
919 views
libpcap, pcap_next_ex, and incompatible pointer types
Disclaimer: This is for a homework assignment, but the question is not regarding the assignment, just about general syntax weirdness.
I'm trying to use libpcap in the context of a much larger ...