diff --git a/scapy/layers/l2.py b/scapy/layers/l2.py
index 03ff5f1f0f6fa185f7ae09cd1adcde86bb9cb09e..d45638f0fd1bd6cd2ba7e6a417a0a8474dd0f145 100644
--- a/scapy/layers/l2.py
+++ b/scapy/layers/l2.py
@@ -390,6 +390,7 @@ class GRE(Packet):
 
 bind_layers( Dot3,          LLC,           )
 bind_layers( Ether,         LLC,           type=122)
+bind_layers( Ether,         LLC,           type=34928)
 bind_layers( Ether,         Dot1Q,         type=33024)
 bind_layers( Ether,         Ether,         type=1)
 bind_layers( Ether,         ARP,           type=2054)