mosers
/
eaas-vde-proxy
Archiviert
1
0
Fork 0

Error in pseudocode corrected

main
Simon Moser vor 3 Jahren
Ursprung fabae4938e
Commit 2375f6fa84
Signiert von: mosers
GPG-Schlüssel-ID: 96B3365A234B500C

@ -17,8 +17,6 @@ class vde_proxy:
finally: finally:
frame.mac = self.new_mac frame.mac = self.new_mac
frame.packet = handle_packet(frame.packet) frame.packet = handle_packet(frame.packet)
packet = frame.get_packet()
packet.ip = self.new_ip
def handle_packet(packet): def handle_packet(packet):
protocols = { protocols = {