Skip to content

Commit e2b3a76

Browse files
committed
port dns from vs1 to vs2
1 parent b521153 commit e2b3a76

File tree

4 files changed

+744
-2
lines changed

4 files changed

+744
-2
lines changed

dissect/formats/inet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def __init__(self):
7171

7272
def _onSetEtype(self):
7373
# append vlan tags if needed
74-
if etype == ethp.vlan:
74+
if self.etype == ethp.vlan:
7575
self.vtag = uint16()
7676
self.vvlan = uint16()
7777

0 commit comments

Comments
 (0)