Hi folks...
Can anyone make sense of this error message?!
I originally had this function in main, but after a re-jig i put it in the constructor of the class 'packet_analysis'.Code:argument of type ‘void (packet_analysis::)(u_char*, const pcap_pkthdr*, const u_char*)’ does not match ‘void (*)(u_char*, const pcap_pkthdr*, const u_char*)’
How can i make it match!!
Thanks,
Dom




Reply With Quote