pellegre / libcrafter

A high level C++ network packet sniffing and crafting library.
298 stars 88 forks source link

IEEE 802.1Q support #4

Closed ronenil closed 10 years ago

ronenil commented 10 years ago

I'm interested in having 802.1Q supported in libcrafter.

I implemented such support and I'd like to contribute it. I don't have prior experience with open source contributions so I'll need guidance about that.

ronenil commented 10 years ago

I've just forked ronenil/libcrafter from pellegre/libcrafter and committed and pushed my 802.1Q support. Please provide feedback and comment and guidance on how to make it available in the official version of the library.

pellegre commented 10 years ago

the standard procedure to contribute to a project is using a pull request : https://help.github.com/articles/using-pull-requests

once you send me a pull request I'll merge with my local branch, study the changes, give you some feedback and adding the changes to the master branch. once I merge with the master branch you'll be a libcrafter contributor because your user will appear on the git history with each one of your changes.