diff options
Diffstat (limited to 'test/ipfix.py')
-rw-r--r-- | test/ipfix.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/ipfix.py b/test/ipfix.py index 97b559e083b..e1c41b708d7 100644 --- a/test/ipfix.py +++ b/test/ipfix.py @@ -1,7 +1,9 @@ #!/usr/bin/env python # IPFIX support for Scapy (RFC7011) -from scapy.all import * +from scapy.all import bind_layers, FieldLenField, IntField, Packet, \ + PacketListField, ShortEnumField, ShortField, StrLenField +from scapy.layers.inet import UDP # IPFIX Information Elements http://www.iana.org/assignments/ipfix/ipfix.xhtml |