Skip to content

spark404/igmp-querier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Querier

Very simple commandline tool to send a IGMP membership query. Mainly usefull together with a packetcapture tool like wireshark or tcpdump.

Building

This version works on both darwin and linux. It's OS specific as the bind to interface method differs per OS.

go build -o igmp-querier ./cmd/igmp-querier

Usage

igmp-querier <2|3> <interface>

Example:

# ./igmp-querier 3 eth0

About

Very simple commandline tool to send a IGMP membership query.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages