Skip to content

Commit 16f0443

Browse files
committed
changed vendor examples to both being motorola
1 parent e45f429 commit 16f0443

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ generate_mac.vid_file_random('/usr/share/wireshark/manuf')
4949
Read from a manuf file like above, but find Vendor bytes belonging to a specific
5050
vendor, by name.
5151
```
52-
generate_mac.vid_file_vendor('/usr/share/wireshark/manuf', '3Com')
53-
'00:06:8C:C7:3F:93'
52+
generate_mac.vid_file_vendor('/usr/share/wireshark/manuf',"Motorola")
53+
'40:88:05:4F:CE:82'
5454
```
5555
*OPTIONAL:* this can also now search the description field
5656

5757
```
58-
generate_mac.vid_file_vendor("/usr/share/wireshark/manuf","Motorola","Wuhan")
59-
'40:A1:08:16:11:D2'
58+
generate_mac.vid_file_vendor('/usr/share/wireshark/manuf',"Motorola","BSG")
59+
'00:24:37:5C:3A:8B'
6060
```
6161

6262
Provide the vendor bytes in a string. Generate Host bytes only

0 commit comments

Comments
 (0)