We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b521153 commit e2b3a76Copy full SHA for e2b3a76
dissect/formats/inet.py
@@ -71,7 +71,7 @@ def __init__(self):
71
72
def _onSetEtype(self):
73
# append vlan tags if needed
74
- if etype == ethp.vlan:
+ if self.etype == ethp.vlan:
75
self.vtag = uint16()
76
self.vvlan = uint16()
77
0 commit comments