Exemplo n.º 1
0
 def __init__(self, res=None, name="Traceroute", stats=None):
     PacketList.__init__(self, res, name, stats)
     self.graphdef = None
     self.graphASres = 0
     self.padding = 0
     self.hloc = None
     self.nloc = None
    def __init__(self, res=None, name="Dot11List", stats=None):
        if stats is None:
            stats = conf.stats_dot11_protocols

        PacketList.__init__(self, res, name, stats)
Exemplo n.º 3
0
    def __init__(self, res=None, name="Dot11List", stats=None):
        if stats is None:
            stats = conf.stats_dot11_protocols

        PacketList.__init__(self, res, name, stats)