Searched refs:hijack (Results 1 – 6 of 6) sorted by relevance
29 struct hijack { struct102 static int hijack_open ( const char *interface, struct hijack *hijack ) { in hijack_open() argument107 hijack->pcap = pcap_open_live ( interface, SNAPLEN, 1, 0, errbuf ); in hijack_open()108 if ( ! hijack->pcap ) { in hijack_open()117 if ( pcap_setnonblock ( hijack->pcap, 1, errbuf ) < 0 ) { in hijack_open()124 hijack->fd = pcap_get_selectable_fd ( hijack->pcap ); in hijack_open()125 if ( hijack->fd < 0 ) { in hijack_open()132 hijack->datalink = pcap_datalink ( hijack->pcap ); in hijack_open()137 if ( hijack->pcap ) in hijack_open()138 pcap_close ( hijack->pcap ); in hijack_open()[all …]
4 all : hijack prototester mucurses_test6 hijack : hijack.c target22 rm -f hijack prototester mucurses_test *.o
14 // we have little choice but to hijack std::__exception_ptr::exception_ptr's
46 middle attacks -- hijack the telnet port for example and masquerade as
84 A complete protection against control-flow hijack attacks requires combining