From cf03b9a538c8a51364d379eb818be3ac3801add1 Mon Sep 17 00:00:00 2001
From: Marcel Patzlaff <mpatzlaff@benocs.com>
Date: Fri, 10 Apr 2015 15:46:56 +0200
Subject: [PATCH] CHANGE: added support for Jumbo LLC frames

---
 scapy/layers/l2.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scapy/layers/l2.py b/scapy/layers/l2.py
index 03ff5f1f..d45638f0 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)
-- 
GitLab