scroot / gopacket

Automatically exported from code.google.com/p/gopacket
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

QinQ support #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
According to IEEE 802.1ad, the ethertype for QinQ is 0x88a8.  The patch posted 
in http://pastebin.com/5TfCP4Ag adds the value 0x88a8 to list of recognized 
layer types.

Original issue reported on code.google.com by adrian.c...@gmail.com on 4 Dec 2014 at 4:03

GoogleCodeExporter commented 9 years ago
FYI, I'm using QinQ like this :-)
https://github.com/hkwi/gopenflow/blob/master/ofp4sw/gopacket.go

Original comment by Hiroaki.Kawai@gmail.com on 5 Dec 2014 at 7:53

GoogleCodeExporter commented 9 years ago
Fixed, thanks for the patch!

If you'd like, let me know what name/email you'd like in the Authors file, and 
I'll add you as a contributor.

Original comment by gconnell@google.com on 8 Dec 2014 at 4:55

GoogleCodeExporter commented 9 years ago
Thanks.  You can add me as
Adrian Tam
email: adrian.c.m.tam@gmail.com

Original comment by adrian.c...@gmail.com on 8 Dec 2014 at 7:33

GoogleCodeExporter commented 9 years ago
Hey, Adrian,

Apologies, I just realized I forgot to add you to AUTHORS.  Did that now, see 
commit 
https://code.google.com/p/gopacket/source/detail?r=b241a0daaa183c440e45a5d6a7b50
74714816fdd

Original comment by gconnell@google.com on 9 Jan 2015 at 12:01

GoogleCodeExporter commented 9 years ago
No problem.  Let me know if you want to discuss the other two issues.

Original comment by adrian.c...@gmail.com on 9 Jan 2015 at 2:51