From 82da31feca915c406f59d43c7777ac1789470aa2 Mon Sep 17 00:00:00 2001 From: Jonthan Date: Thu, 26 Sep 2019 11:38:03 -0400 Subject: [PATCH] Added GRE to Dictionary of specs --- specs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/specs.py b/specs.py index 7930f02..8e5d3b5 100644 --- a/specs.py +++ b/specs.py @@ -784,6 +784,7 @@ protocols={"ethernet":ethernet, "cotp_dt":cotp_dt, "cotp_dr":cotp_dr, "dns":dns, + "gre":gre, "example":example, "test":test }