Hi folks...

Can anyone make sense of this error message?!

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*)’
I originally had this function in main, but after a re-jig i put it in the constructor of the class 'packet_analysis'.

How can i make it match!!

Thanks,
Dom