mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Merge pull request #22673 from cachedout/fix_tcpdump
Fix broken salt-tcpdump
This commit is contained in:
commit
e20e2ae26c
@ -122,7 +122,7 @@ class PCAPParser(object):
|
||||
'tcp': {}
|
||||
}
|
||||
|
||||
(header, packet) = next(cap)
|
||||
(header, packet) = cap.next()
|
||||
|
||||
eth_length, eth_protocol = self.parse_ether(packet)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user