Skip to content

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

License

Notifications You must be signed in to change notification settings

0xc0decafe/tzsptap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published