From 339ee187e90cf6eab5ce2fd3f2c94d7fffde3038 Mon Sep 17 00:00:00 2001
From: mtu <maxence.tury@ssi.gouv.fr>
Date: Mon, 18 Sep 2017 14:56:30 +0200
Subject: [PATCH] Add loading instruction to the TLS init

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

diff --git a/scapy/layers/tls/__init__.py b/scapy/layers/tls/__init__.py
index 4b76353f..8e260d4d 100644
--- a/scapy/layers/tls/__init__.py
+++ b/scapy/layers/tls/__init__.py
@@ -5,6 +5,7 @@
 
 """
 Tools for handling TLS sessions and digital certificates.
+Use load_layer('tls') to load them to the main namespace.
 
 Prerequisites:
 
-- 
GitLab