Skip to content

Commit

Permalink
fix doip.py
Browse files Browse the repository at this point in the history
  • Loading branch information
superuserx authored Jul 20, 2023
1 parent eb3658d commit 68957b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scapy/contrib/automotive/doip.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ def __init__(self, ip='::1', port=13400, activate_routing=True,
self.ip = ip
self.port = port
self.source_address = source_address
self.buffer = b""
super(DoIPSocket6, self)._init_socket(socket.AF_INET6)

if activate_routing:
Expand Down

0 comments on commit 68957b1

Please sign in to comment.