We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d35c9 commit 2f00916Copy full SHA for 2f00916
1 file changed
README.md
@@ -24,7 +24,8 @@ Random device bytes will be generated.
24
25
Test
26
-------
27
-**list_vendors(_file_)** - return a python list [] with valid vendors
+**list_vendors(_file_)** - return a python set{} of uniqe valid vendors, from
28
+a wireshark manuf file
29
30
**is_mac_address(_mac_)** - Takes a string, and checks if it is a valid Ethernet
31
MAC address. returns True or False(bool type)
0 commit comments