We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f10b46 commit 8344a2aCopy full SHA for 8344a2a
README.md
@@ -17,6 +17,8 @@ instead of being completely random
17
**vid_provided(_vid bytes_)** - specify the VID bytes when calling the function.
18
Random device bytes will be generated.
19
20
+**list_vendors(_file_)** - return a python list [] with valid vendors
21
+
22
Usage
23
-----
24
@@ -53,3 +55,9 @@ Provide the vendor bytes in a string. Generate Host bytes only
53
55
g.vid_provided('AA:BB:CC')
54
56
'AA:BB:CC:B8:B3:01'
57
```
58
59
+List valid vendor options as a list.
60
+```
61
+g.list_vendors('/usr/share/wireshark/manuf')
62
+['Vendor1','Vendor2','etc']
63
0 commit comments