From 9def8bbfdbce670cf973cda55743eea5aa47d4a5 Mon Sep 17 00:00:00 2001 From: p1-bmu Date: Mon, 13 Sep 2021 16:55:58 +0200 Subject: [PATCH] corenet: fix GTP-U logging --- pycrate_corenet/ServerGTPU.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pycrate_corenet/ServerGTPU.py b/pycrate_corenet/ServerGTPU.py index 1513e21..ede2049 100644 --- a/pycrate_corenet/ServerGTPU.py +++ b/pycrate_corenet/ServerGTPU.py @@ -51,9 +51,9 @@ else: print('[ERR] ServerGTPU : you\'re not on *nix system. It\'s not going to work:\n'\ 'You need PF_PACKET socket') -from .utils import * from pycrate_core.elt import Envelope from pycrate_ether.IP import * +from .utils import * #------------------------------------------------------------------------------# # setting / unsetting ethernet IF in promiscuous mode #