boundary / libdnet

updated fork of libdnet from https://code.google.com/p/libdnet/
Other
39 stars 12 forks source link

Changed the name of the vlan struct #1

Closed mmellison closed 10 years ago

mmellison commented 10 years ago

Changed the name of struct eth_vlan_hdr in eth.h to struct eth_8021q_hdr in order to help prevent name collision with other popular networking libraries, such as pf_ring.

Since this struct has been recently added to libdnet, I elect to change it here.

busterb commented 10 years ago

Make it eth_8021q_hdr and you've got yourself a deal!

mmellison commented 10 years ago

Works for me!