Skip to content

Commit ed604aa

Browse files
committed
don't assume that its actually the wireshark manuf file. removing kludge
1 parent 552597e commit ed604aa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

generate_mac/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ def _read_vid_file(vid_file):
4747
except:
4848
continue
4949
out_lines.append(line)
50-
# delete the first line which is 00:00:00, by Xerox. Malformed, and
51-
# unlikely to be in use with modern equipment
52-
del(file_lines[0])
5350

5451
return out_lines
5552

0 commit comments

Comments
 (0)