Data Structures | |
class | CaptureInterface |
Class that reads packet data from a serial interface. More... | |
class | Ieee802154Base |
class | PcapFile |
Class that reads a capture file. More... | |
Functions | |
def | process_command_line_args |
Variables | |
CAPFILE = None | |
name of the capture file, overwritten by -r option | |
int | cnt = 0 |
d = None | |
tuple | d = device.read_packet() |
tuple | device = CaptureInterface() |
tuple | device = PcapFile() |
process command line options | |
int | MAXPACKETS = 0 |
PORT = None | |
name of the capture port, overwritten by -p option | |
int | run = 0 |
int | run = 1 |
tuple | s = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM) |
tuple | si = sys.exc_info() |
int | SINGLESTEP = 0 |
single step flag | |
string | SOCKNAME = 'ieee802154' |
name of the file socket, overwritten by -i option | |
int | VERBOSE = 0 |