Skip to content

Instantly share code, notes, and snippets.

View jyidiego's full-sized avatar

John Diego Yi jyidiego

View GitHub Profile
@jyidiego
jyidiego / sendRawEth.c
Last active September 4, 2015 01:44 — forked from twaldecker/sendRawEth.c
Send a raw Ethernet frame in Linux
/*
* Added the command line arguments for interface and MAC Address
*
* Based on raw Ethernet from austinmarton: https://gist.github.com/1922600
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*/