This shows you the differences between two versions of the page.
fixivs [2006/11/19 16:12] 127.0.0.1 external edit |
fixivs [2010/11/21 13:09] (current) sleek typos |
||
---|---|---|---|
Line 7: | Line 7: | ||
* Example: | * Example: | ||
* If you had a packet with these values: BSSID: AA:BB:CC:DD:EE:FF, SOURCE: 00:11:22:33:44:55, DST: 66:77:88:99:66:77, you'd get a packet with BSSID: 66:77:88:99:66:77 (dst is taken instead of bssid). | * If you had a packet with these values: BSSID: AA:BB:CC:DD:EE:FF, SOURCE: 00:11:22:33:44:55, DST: 66:77:88:99:66:77, you'd get a packet with BSSID: 66:77:88:99:66:77 (dst is taken instead of bssid). | ||
- | * Broadcast packets also desynchronize file format and you start getting "random" macs. | + | * Broadcast packets also de-synchronize file format and you start getting "random" macs. |
* Fix. What this tool does: | * Fix. What this tool does: | ||
Line 26: | Line 26: | ||
(do NOT use same filename for input and output!). | (do NOT use same filename for input and output!). | ||
| | ||
- | It will replace occurences of FromMac for ToMac, because bssid got replaced with dst-mac of packets. | + | It will replace occurrences of FromMac for ToMac, because bssid got replaced with dst-mac of packets. |
| | ||
Author: LatinSuD | Author: LatinSuD |