This file contains 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
//A deprecated head file for linux, but be needed by libfilter_queue | |
//put this file in the path: /usr/include/linux/netfilter_ipv4/ | |
/* | |
* * This is a module which is used for queueing IPv4 packets and | |
* * communicating with userspace via netlink. | |
* * | |
* * (C) 2000 James Morris, this code is GPL. | |
* */ | |
#ifndef _IP_QUEUE_H | |
#define _IP_QUEUE_H |
This file contains 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/env python2.7 | |
# -*- coding:utf-8 -*- | |
# __author__ = "Shaun" | |
import sys | |
VAR = [] |
This file contains 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/env python2.7 | |
# -*- coding:utf-8 -*- | |
import subprocess | |
import curses | |
import sys | |
import os | |