This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
# | |
# Author : Vitor Rodrigues Di Toro | |
# E-Mail : [email protected] | |
# Date : 14/03/2018 | |
# Last Update : 19/03/2018 | |
# | |
import unittest |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define _WINSOCK_DEPRECATED_NO_WARNINGS | |
#define WIN32_LEAN_AND_MEAN | |
#include <iostream> | |
#include <string> | |
#include <winsock2.h> | |
#include <ws2tcpip.h> | |
#include <iphlpapi.h> | |
#include <combaseapi.h> |
OlderNewer