Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 655 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 655 Bytes

tzsptap

A small tool receiving TZSP encapsulated data and forwarding it to a local tap interface. Very usefull for IDS systems.

build

On linux simply do:

gcc -o tzsptap -Wall tzsptap.c

On FreeBSD do:

cc -o tzsptap -Wall tzsptap.c

run

To run the tool check the usage:

# ./tzsptap 
No listen address given.
Usage: ./tzsptap [-v] -l address [-p port]

-v              : Be verbose
-l address      : the IP address to listen on
-p port         : the port to listen on [default: 37008]
-h              : Print this help

You need to supply at least the address the tool shall listen on.