Skip to content

Stream 802.11 frames encapsulated in TZSP over UDP to a remote host.

License

Notifications You must be signed in to change notification settings

hobobandy/python-tzsp-streamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-tzsp-streamer

Stream 802.11 frames encapsulated in TaZmen Sniffer Protocol (TZSP) over UDP to a remote host.

Requirements

Python

System

Wireshark

Tested with Wireshark Version 4.4.1, it should work with older versions with the TZSP dissector.

Configuration

  • Make sure the destination port matches the TZSP port configured in Edit > Preferences > Protocols > TZSP.
  • Make sure TZSP is enabled under Analyze > Enabled Protocols.
  1. Start a capture on the network interface with the destination IP.
  2. Use the display filter tzsp to only show streamed frames.

Known Quirks

  • Columns with dynamic fields (Source, Destination, etc.) will show local IP, or other matching fields, therefore it may be useful to create a custom Configuration Profile in Wireshark with more specific columns (e.g., wlan.sa field for Source).

Roadmap

  • Stream Ethernet packets (add a CLI switch)
  • Improve CLI output to include statistics
  • Include a service file and process mode

Credit

Initial code idea came from Nick vs Networking's Scratch'n'Sniff project.

About

Stream 802.11 frames encapsulated in TZSP over UDP to a remote host.

Topics

Resources

License

Stars

Watchers

Forks

Languages