youngbo89 / mping

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mping

MAC Ping. One-way packet transmit test tool.

  • Without IP protocol.
  • One-way, No echo
  • Ethernet Only

If you want to see frames(packets) at the receiver side, use tcpdump with -e option.

Usage

  ./mping [IF NAME] [MAC ADDR]

So, Like this:

  ./mping eth0 01:23:45:67:89:0A

About


Languages

Language:C 77.1%Language:Python 16.3%Language:Makefile 6.7%