X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Fipfix.py;h=bac6dfd4c2a6b9623be245988a9bc34fc47a7600;hb=742a5039b0c1985ad90a4be6690fe75b6757d177;hp=374a852216886195d665875a01dff4e1b2b58197;hpb=b8d5e4058ea0ca88179e3f09d7e1f9bd4bb3bb91;p=vpp.git diff --git a/test/ipfix.py b/test/ipfix.py index 374a8522168..bac6dfd4c2a 100644 --- a/test/ipfix.py +++ b/test/ipfix.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # IPFIX support for Scapy (RFC7011) from scapy.all import bind_layers, FieldLenField, IntField, Packet, \ @@ -501,7 +501,7 @@ bind_layers(IPFIX, Set) bind_layers(UDP, IPFIX, dport=4739) -class IPFIXDecoder(object): +class IPFIXDecoder: """ IPFIX data set decoder """ def __init__(self):