summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/client_utils/packet_builder.py
blob: c33444a7cadc06e1510b0e6c141b23b464d1317e (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/router/bin/python


import outer_packages
import dpkt

class CTRexPktBuilder(object):
    """docstring for CTRexPktBuilder"""
    def __init__(self, arg):
        super(CTRexPktBuilder, self).__init__()
        self.arg = arg