Example #1
0
 static void got_packet(u_char *args, const pcap_pkthdr *header, const u_char *packet) {
     Remote *r = reinterpret_cast<Remote *>(args);
     r->onPacket(packet, *header);
 }