We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e45f429 commit 16f0443Copy full SHA for 16f0443
1 file changed
README.md
@@ -49,14 +49,14 @@ generate_mac.vid_file_random('/usr/share/wireshark/manuf')
49
Read from a manuf file like above, but find Vendor bytes belonging to a specific
50
vendor, by name.
51
```
52
-generate_mac.vid_file_vendor('/usr/share/wireshark/manuf', '3Com')
53
-'00:06:8C:C7:3F:93'
+generate_mac.vid_file_vendor('/usr/share/wireshark/manuf',"Motorola")
+'40:88:05:4F:CE:82'
54
55
*OPTIONAL:* this can also now search the description field
56
57
58
-generate_mac.vid_file_vendor("/usr/share/wireshark/manuf","Motorola","Wuhan")
59
-'40:A1:08:16:11:D2'
+generate_mac.vid_file_vendor('/usr/share/wireshark/manuf',"Motorola","BSG")
+'00:24:37:5C:3A:8B'
60
61
62
Provide the vendor bytes in a string. Generate Host bytes only
0 commit comments