Scan Tool For Mac Address

Best IP - MAC Scanner. IP - MAC Scanner is quite smart program for both business and private use. It enables to scan IP address and scan MAC address quickly. As the best IP scanner, it supports to fast scan IP from both distributive and DHCP addresses.

Discover which company built a networked interface by MAC Address.

  1. Several formats accepted: 00-1C-23-59-5A-92, 001c23595a92, 00:1C:23:59:5A:92
  2. Partial searches are accepted: 001c, 2359:92
  3. Uses several databases including NMAP, IEEE Official List, Wireshark Info, and more.
  4. Never know what else may show up ;)

MAC address

A media access control address (MAC address) is a unique identifier assigned to network interfaces for communications on the physical network segment. MAC addresses are used as a network address for most IEEE 802 network technologies, including Ethernet. Logically, MAC addresses are used in the media access control protocol sublayer of the OSI reference model.

MAC addresses are most often assigned by the manufacturer of a network interface controller (NIC) and are stored in its hardware, such as the card's read-only memory or some other firmware mechanism. If assigned by the manufacturer, a MAC address usually encodes the manufacturer's registered identification number and may be referred to as the burned-in address (BIA). It may also be known as an Ethernet hardware address (EHA), hardware address or physical address. This can be contrasted to a programmed address, where the host device issues commands to the NIC to use an arbitrary address.

A network node may have multiple NICs and each must have one unique MAC address per NIC.

MAC addresses are formed according to the rules of one of three numbering name spaces managed by the Institute of Electrical and Electronics Engineers (IEEE): MAC-48, EUI-48, and EUI-64. The IEEE claims trademarks on the names EUI-48 and EUI-64, in which EUI is an abbreviation for Extended Unique Identifier.

Notational conventions

The standard (IEEE 802) format for printing MAC-48 addresses in human-friendly form is six groups of two hexadecimal digits, separated by hyphens (-) or colons (:), in transmission order (e.g. 01-23-45-67-89-ab or 01:23:45:67:89:ab ). This form is also commonly used for EUI-64. Another convention used by networking equipment uses three groups of four hexadecimal digits separated by dots (.) (e.g. 0123.4567.89ab ), again in transmission order.

Address details

The original IEEE 802 MAC address comes from the original Xerox Ethernet addressing scheme. This 48-bit address space contains potentially 248 or 281,474,976,710,656 possible MAC addresses.

All three numbering systems use the same format and differ only in the length of the identifier. Addresses can either be universally administered addresses or locally administered addresses. A universally administered address is uniquely assigned to a device by its manufacturer. The first three octets (in transmission order) identify the organization that issued the identifier and are known as the Organizationally Unique Identifier (OUI). The following three (MAC-48 and EUI-48) or five (EUI-64) octets are assigned by that organization in nearly any manner they please, subject to the constraint of uniqueness. The IEEE has a target lifetime of 100 years for applications using MAC-48 space, but encourages adoption of EUI-64s instead. A locally administered address is assigned to a device by a network administrator, overriding the burned-in address. Locally administered addresses do not contain OUIs.

Universally administered and locally administered addresses are distinguished by setting the second-least-significant bit of the most significant byte of the address. This bit is also referred to as the U/L bit, short for Universal/Local, which identifies how the address is administered. If the bit is 0, the address is universally administered. If it is 1, the address is locally administered. In the example address 06-00-00-00-00-00 the most significant byte is 06 (hex), the binary form of which is 00000110, where the second-least-significant bit is 1. Therefore, it is a locally administered address. Consequently, this bit is 0 in all OUIs.

If the least significant bit of the most significant octet of an address is set to 0 (zero), the frame is meant to reach only one receiving NIC. This type of transmission is called unicast. A unicast frame is transmitted to all nodes within the collision domain, which typically ends at the nearest network switch or router. A switch will forward a unicast frame through all of its ports (except for the port that originated the frame) if the switch has no knowledge of which port leads to that MAC address, or just to the proper port if it does have knowledge. Only the node with the matching hardware MAC address will accept the frame; network frames with non-matching MAC-addresses are ignored, unless the device is in promiscuous mode.

If the least significant bit of the most significant address octet is set to 1, the frame will still be sent only once; however, NICs will choose to accept it based on criteria other than the matching of a MAC address: for example, based on a configurable list of accepted multicast MAC addresses. This is called multicast addressing.

The following technologies use the MAC-48 identifier format:

  • Ethernet
  • 802.11 wireless networks
  • IEEE 802.5 token ring
  • most other IEEE 802 networks
  • Fiber Distributed Data Interface (FDDI)
  • Asynchronous Transfer Mode (ATM), switched virtual connections only, as part of an NSAP address
  • Fibre Channel and Serial Attached SCSI (as part of a World Wide Name)
  • The ITU-TG.hn standard, which provides a way to create a high-speed (up to 1 gigabit/s) local area network using existing home wiring (power lines, phone lines and coaxial cables). The G.hn Application Protocol Convergence (APC) layer accepts Ethernet frames that use the MAC-48 format and encapsulates them into G.hn Medium Access Control Service Data Units (MSDUs).

Every device that connects to an IEEE 802 network (such as Ethernet and WiFi) has a MAC-48 address. Common consumer devices to use MAC-48 include every PC, iPhone, iPad, and Android-based devices.

The distinction between EUI-48 and MAC-48 identifiers is purely nominal: MAC-48 is used for network hardware; EUI-48 is used to identify other devices and software. (Thus, by definition, an EUI-48 is not in fact a 'MAC address', although it is syntactically indistinguishable from one and assigned from the same numbering space.)

The IEEE now considers the label MAC-48 to be an obsolete term, previously used to refer to a specific type of EUI-48 identifier used to address hardware interfaces within existing 802-based networking applications, and thus not to be used in the future. Instead, the proprietary term EUI-48 should be used for this purpose.

The EUI-48 is expected to have its address space exhausted by the year 2100.

EUI-64 identifiers are used in:

  • IPv6 (Modified EUI-64 as the least-significant 64 bits of a unicast network address or link-local address when stateless autoconfiguration is used)
  • ZigBee / 802.15.4 / 6LoWPAN wireless personal-area networks
Tool

The IEEE has built in several special address types to allow more than one network interface card to be addressed at one time:

  • Packets sent to the broadcast address, all one bits, are received by all stations on a local area network. In hexadecimal the broadcast address would be FF:FF:FF:FF:FF:FF. A broadcast frame is flooded and is forwarded to and accepted by all other nodes.
  • Packets sent to a multicast address are received by all stations on a LAN that have been configured to receive packets sent to that address.
  • Functional addresses identify one or more Token Ring NICs that provide a particular service, defined in IEEE 802.5.

These are all examples of group addresses, as opposed to individual addresses; the least significant bit of the first octet of a MAC address distinguishes individual addresses from group addresses. That bit is set to 0 in individual addresses and set to 1 in group addresses. Group addresses, like individual addresses, can be universally administered or locally administered.

In addition, the EUI-64 numbering system encompasses both MAC-48 and EUI-48 identifiers by a simple translation mechanism. To convert a MAC-48 into an EUI-64, copy the OUI, append the two octets FF-FF and then copy the organization-specified extension identifier. To convert an EUI-48 into an EUI-64, the same process is used, but the sequence inserted is FF-FE. In both cases, the process can be trivially reversed when necessary. Organizations issuing EUI-64s are cautioned against issuing identifiers that could be confused with these forms. The IEEE policy is to discourage new uses of 48-bit identifiers in favor of the EUI-64 system.
IPv6 — one of the most prominent standards that uses a Modified EUI-64 — treats MAC-48 as EUI-48 instead (as it is chosen from the same address pool) and toggles the U/L bit (as this makes it easier to type locally assigned IPv6 addresses based on the Modified EUI-64). This results in extending MAC addresses (such as IEEE 802 MAC address) to Modified EUI-64 using only FF-FE (and never FF-FF) and with the U/L bit inverted.

Individual address block

An Individual Address Block is a 24-bit OUI managed by the IEEE Registration Authority, followed by 12 IEEE-provided bits (identifying the organization), and 12 bits for the owner to assign to individual devices. An IAB is ideal for organizations requiring fewer than 4097 unique 48-bit numbers (EUI-48).

Mac Address Usage in hosts

Although intended to be a permanent and globally unique identification, it is possible to change the MAC address on most modern hardware. Changing MAC addresses is necessary in network virtualization. It can also be used in the process of exploiting security vulnerabilities. This is called MAC spoofing.

A host cannot determine from the MAC address of another host whether that host is on the same link (network segment) as the sending host, or on a network segment bridged to that network segment.

In IP networks, the MAC address of an interface can be queried given the IP address using the Address Resolution Protocol (ARP) for Internet Protocol Version 4 (IPv4) or the Neighbor Discovery Protocol (NDP) for IPv6. In this way, ARP or NDP is used to translate IP addresses (OSI layer 3) into Ethernet MAC addresses (OSI layer 2). On broadcast networks, such as Ethernet, the MAC address uniquely identifies each node on that segment and allows frames to be marked for specific hosts. It thus forms the basis of most of the link layer (OSI Layer 2) networking upon which upper layer protocols rely to produce complex, functioning networks.

Mac Address Usage in switches

Mac Scan Tools Automotive

Layer 2 switches use MAC addresses to restrict packet transmission to the intended recipient. However, the effect is not immediate.

Bit-reversed notation

The standard notation, also called canonical format, for MAC addresses is written in transmission bit order with the least significant bit transmitted first, as seen in the output of the iproute2/ifconfig/ipconfig command, for example.

However, since IEEE 802.3 (Ethernet) and IEEE 802.4 (Token Bus) send the bytes (octets) over the wire, left-to-right, with least significant bit in each byte first, while IEEE 802.5 (Token Ring) and IEEE 802.6 send the bytes over the wire with the most significant bit first, confusion may arise when an address in the latter scenario is represented with bits reversed from the canonical representation. For example, an address in canonical form 12-34-56-78-9A-BC would be transmitted over the wire as bits 01001000 00101100 01101010 00011110 01011001 00111101 in the standard transmission order (least significant bit first). But for Token Ring networks, it would be transmitted as bits 00010010 00110100 01010110 01111000 10011010 10111100 in most-significant-bit first order. The latter might be incorrectly displayed as 48-2C-6A-1E-59-3D. This is referred to as bit-reversed order, non-canonical form, MSB format, IBM format, or Token Ring format, as explained in RFC 2469. Canonical form is generally preferred, and used by all modern implementations.

When the first switches supporting both Token Ring and Ethernet came out, some did not distinguish between canonical form and non-canonical form and so did not reverse MAC address bits as required. This led to cases of duplicate MAC addresses in the field.

See also

  • Hot Standby Router Protocol or standard alternative VRRP Virtual Router Redundancy Protocol, which allows multiple routers to share one IP address and MAC address to provide router redundancy. The OpenBSD project has an open source alternative, the Common Address Redundancy Protocol (CARP). On Linux, iptables has a CLUSTERIP target.
  • NSAP address, another endpoint addressing scheme.
  • Sleep Proxy Service, which may 'take over' another device's MAC address during certain periods

References

  1. IEEE Std 802-2001. The Institute of Electrical and Electronics Engineers, Inc. (IEEE). 2002-02-07. p. 19. 'The universal administration of LAN MAC addresses began with the Xerox Corporation administering Block Identifiers (Block IDs) for Ethernet addresses.'
  2. 'Guidelines for use of the 24-bit Organizationally Unique Identifiers (OUI)'. IEEE-SA.
  3. 'Standard Group MAC Addresses: A Tutorial Guide'. IEEE-SA.
  4. 'Guidelines for Fibre Channel Use of the Organizationally Unique Identifier (OUI)'. IEEE-SA.
  5. 'Network Interface Controller'. Wikipedia.
  6. 'Guidelines for 64-bit Global Identifier (EUI-64)'. IEEE-SA.
  7. RFC 5342'IANA Considerations and IETF Protocol Usage for IEEE 802 Parameters'. IETF. September 2008.
  8. IEEE-RA. 'What is an Individual Address Block?'.

External links

  • Wireshark's OUI Lookup Tool and MAC address list

Mac Tools Scanner Tools

WifiInfoView v2.46
Copyright (c) 2012 - 2019 Nir Sofer

See Also

  • Wifi scanner software - Wireless network scanner app for Mac OS X
  • WirelessNetView - View wireless networks information on Windows XP.
  • Wifi Collector - Collect wireless networks information and their location on Android device.
  • NK2Edit - Edit, merge and fix the AutoComplete files (.NK2) of Microsoft Outlook.

Description

WifiInfoView scans the wireless networks in your area and displays extensive information about them, including:Network Name (SSID), MAC Address, PHY Type (802.11g or 802.11n), RSSI, Signal Quality, Frequency, Channel Number, Maximum Speed, Company Name, Router Model and Router Name (Only for routers that provides this information), and more...
When you select a wireless network in the upper pane of this tool, the lower pane displays the Wi-Fi information elements received from this device, in hexadecimal format.
WifiInfoView also has a summary mode, which displays a summary of all detected wireless networks, grouped by channel number, company that manufactured the router, PHY type, or the maximum speed.

System Requirements

  • Operating System: This utility works on Windows Vista, Windows 7, Windows 8, Windows Server 2008, and Windows 10.Both 32-bit and x64 systems are supported.
    Windows XP is not supported because this tool is based on new Wi-Fi API that doesn't exist on Windows XP.If you want to get wireless networks information on Windows XP, you can use the WirelessNetView utility.
  • Wireless network adapter and wireless card driver that works with the built-in wireless support of Windows Vista/7/8/2008. If you don't have a compatible wireless adapter and driver, 'cannot find wireless adapter' error will be displayed.
  • In order to watch 5GHz wireless networks, you have to use a wireless network adapter that supports 5 GHz channels.

Versions History

  • Version 2.46:
    • Fixed the save command-line option to work according to the selected display mode (/DisplayMode command-line option).
  • Version 2.45:
    • Added 'Restart Windows Wireless Service' option (Under the Help menu)
  • Version 2.42:
    • Fixed bug: When the SSID of the device updated, WifiInfoView dispalyed incorrect SSID string.
    • Updated the internal MAC addresses file.
  • Version 2.41:
    • You can now send the data to stdout by specifying empty string as filename, for example:
      WifiInfoView.exe /scomma ' | more
  • Version 2.40:
    • Added option to filter by signal quality (In 'Advanced Options' window).
  • Version 2.34:
    • Fixed issue: WifiInfoView displayed incorrect channel width for 802.11ac networks.
  • Version 2.33:
    • Added 'Country Code' column (For access points with 802.11d support).
  • Version 2.32:
    • Added option to save as JSON file.
  • Version 2.31:
    • Updated the internal MAC addresses file.
  • Version 2.30:
    • Added 'MAC Addresses List' option (Ctrl+F8), which allows you to create a list of MAC addresses and their description.The description specified in this list will be displayed under the 'Description' column.The MAC addresses list is saved in 'WifiInfoView_MAC_List.txt' located in the same folder of WifiInfoView.exe
  • Version 2.27:
    • Added description text for all types of information elements (Displayed in the lower pane).
  • Version 2.26:
    • Fixed bug: The filtering in the 'Advanced Options' window didn't affect the output of the command-line options ( /scomma, /shtml and others)
    • In 'Advanced Options' window - You can now also filter by SSID in addition to the BSSID filtering.
    • Added 'Select All' and 'Deselect All' to the 'Column Settings' window.
  • Version 2.25:
    • Added 'Stations Count' column (Available only for APs with 'BSS Load' information): Specifies the number of wifi clients associated with the access point.
    • Added 'Channel Utilization' column (Available only for APs with 'BSS Load' information): Specifies the % of time that the channel is busy.
  • Version 2.21:
    • Fixed the lower pane to switch focus when pressing tab key.
  • Version 2.20:
    • Added 'Connected' column - Displays 'Yes' if you are connected to this network.
  • Version 2.15:
    • Added '802.11 Standards' column, which displays the 802.11 Standards that the access point supports:802.11d, 802.11e, 802.11h, 802.11i, 802.11k, 802.11r, and more...
    • The 'PHY Type' now displays multiple phy types (e.g: 802.11g/n, 802.11n/ac).
  • Version 2.10:
    • Added new option to 'Advanced Options' window: Show only the specified BSSIDs (Comma-delimited list).
  • Version 2.08:
    • The connection name is now displayed in the adapters list of 'Advanced Options' window.
  • Version 2.07:
    • Updated the internal MAC addresses file.
  • Version 2.06:
    • Added 'Align Numeric Columns To Right' option.
  • Version 2.05:
    • Added option to show only networks in the specified channels (In 'Advanced Options' window).
  • Version 2.00:
    • Added option to display only networks detected in the last xx seconds (In 'Advanced Options' window).
    • Added 'Show only networks with detection count higher than...' option (In 'Advanced Options' window).
  • Version 1.97:
    • Added 'Save All Items'.
  • Version 1.96:
    • Updated the internal MAC addresses file.
  • Version 1.95:
    • Added 'Affected Channels' summary mode, which shows the number of networks that affect every channel, according to the 'Channels Range' column.
  • Version 1.90:
    • Added 'Channel Width' column, in MHz.
    • Added 'Channels Range' column, which shows the actual range of channels that the wireless network uses (according to the channel width).
  • Version 1.86:
    • Updated the internal MAC addresses file.
  • Version 1.85:
    • Added 'Minimum Signal Quality' and 'Maximum Signal Quality' columns to the 'Full Details Mode'.
  • Version 1.81:
    • Added 'Put Icon On Tray' option.
  • Version 1.80:
    • Fixed WifiInfoView to calculate the maximum speed of 802.11ac networks.
  • Version 1.79:
    • WifiInfoView now displays 'Cannot find wireless adapter !' message in the bottom status bar when there is no wireless adapter...
  • Version 1.78:
    • The current display mode is now added to the window title.
  • Version 1.77:
    • Added 'Next Display Mode' (Ctrl+1) and 'Previous Display Mode' (Ctrl+2) options to easily switch between modes.
  • Version 1.76:
    • Fixed bug: WifiInfoView failed to remember the last size/position of the main window if it was not located in the primary monitor.
    • Updated the internal MAC addresses file.
  • Version 1.75:
    • Added new summary mode - Company-Router Model
  • Version 1.70:
    • Added new command-line options: /DisplayMode , /UseOnlyAdapter , /NetworkAdapter, and more.
  • Version 1.65:
    • Added 'WPS Summary Mode'.
  • Version 1.61:
    • Added secondary sorting support: You can now get a secondary sorting, by holding down the shift key while clicking the column header.Be aware that you only have to hold down the shift key when clicking the second/third/fourth column. To sort the first column you should not hold down the Shift key.
  • Version 1.60:
    • Added 'Percent' column to the summary mode.
  • Version 1.56:
    • Fixed the command-line scan (added on version 1.50) to wait until the scan is completed.
    • Added /NumberOfScans command-line option, which allows you to scan multiple times from command-line, in order to get a better result, for example:
      WifiInfoView.exe /NumberOfScans 5 /scomma c:tempwscan.csv
  • Version 1.55:
    • Added 'Start Time' column, which displays the last time that access point was possibly started/restarted/rebooted. Be aware that some access points reset their timestamp periodically without restart/reboot action, and thus for these APs, the time value dislayed on this column doesn'trepresent the correct start time.
    • The 'WPS Support' column now displays the WPS status - Configured, Not Configured, or Locked.
  • Version 1.50:
    • Added command-line options to export the wireless networks list into a file.
  • Version 1.45:
    • The 'Security' column now displays the security mode of the network - WEP, WPA-PSK, WPA2-PSK, and so on.... (Instead of Yes/No)
    • Added Security Summary Mode.
    • The 'Cipher' column now displays more accurate information. (Added TKIP+CCMP value)
    • Updated the internal MAC addresses file.
  • Version 1.40:
    • Added 'Copy MAC Addresses' option (Ctrl+M)
    • Added 'Show Lower Pane' option (Under the View menu). You can turn it off if you don't need the lower pane.
  • Version 1.36:
    • WifiInfoView now detects 802.11ac networks (according to the 'VHT Capabilities' and 'VHT Operation' information elements)
  • Version 1.35:
    • Added 'Cipher' column.
    • Added 'WPS Support' column.
  • Version 1.30:
    • Added 'Average Signal Quality' column.
    • Added 'Advanced Options' window (F9), which allows you to choose the wireless network adapter that will be used to scan the wireless networks.This option is useful if you have multiple wireless network adapters.
    • Added 'Clear Networks List' option.
  • Version 1.26:
    • Added /cfg command-line option, which instructs WifiInfoView to use a config file in another location instead if the default config file, for example:
      WifiInfoView.exe /cfg '%AppData%WifiInfoView.cfg'
  • Version 1.25:
    • Added BSS Type Summary Mode.
  • Version 1.20:
    • Added 'Automatically Scroll Down On New Item' option.
  • Version 1.18:
    • Added 'BSS Type' column - Infrastructure or Ad-Hoc.
    • Fixed the flickering while scrolling the wireless networks list.
  • Version 1.17:
    • Added 'Select Another Font' option, which allows you to choose a font (name and size) to use on the main window.
  • Version 1.16:
    • Added 'Sort On Every Update' option.
  • Version 1.15:
    • Updated the internal MAC addresses file.
    • Added 'Mark Odd/Even Rows' option, under the View menu. When it's turned on, the odd and even rows are displayed in different color, to make it easier to read a single line.
  • Version 1.10:
    • Added new summary mode: Signal Quality.
  • Version 1.05:
    • Added 2 new summary modes - Router Name and Router Model.
  • Version 1.00 - First release.

Start Using WifiInfoView

WifiInfoView doesn't require any installation process or additional dll files. In order to start using it,simply run the executable file - WifiInfoView.exe

After you run WifiInfoView, the list of detected wireless networks in your area is displayed on the upper pane and it's updated atvery high rate. You can change update rate from Options->Update Rate menu.
When you select one or more wireless networks in the upper pane, the lower pane displays the Wi-Fi information elementsof the selected items, in hexadecimal format.

Columns In the Upper Pane

  • SSID: The name of the network.
  • MAC Address: MAC address of the router.
  • PHY Type: The PHY type for this network - 802.11a, 802.11g, 802.11n, or High-Rate DSSS
  • RSSI: The received signal strength indicator value, in units of decibels referenced to 1.0 milliwatts (dBm), as detected by the wireless LAN interface driver for the AP or peer station.
  • Signal Quality: A number between 0 and 100 that represents the quality of the signal.
  • Frequency: The channel center frequency of the band on which the 802.11 Beacon or Probe Response frame was received. The value of this column is in units of Gigahertz (GHz).
  • Channel: Channel number used by this wireless network.
  • Information Size:The total size (in bytes) of all Wi-Fi information elements received from this wireless network.
  • Elements Count: The total number of Wi-Fi information elements received from this wireless network.
  • Company: The company that manufactured the router, according to the 3 first bytes of the MAC address.
  • Router Model: The model of the router. This value is displayed only for routers that provide this information inside the Wi-Fi information elements.
  • Router Name: The name of the router. This value is displayed only for routers that provide this information inside the Wi-Fi information elements.
  • Security: Specifies whether the network is secured (Yes/No).
  • Maximum Speed: The maximum speed (in Mbps) that you can get when connecting to this wireless network.
  • First Detection: The first date/time that this network was detected.
  • Last Detection: The last date/time that this network was detected.
  • Detection Count: The number of times that this network was detected.

Summary Modes

When you switch to one of the summary modes, instead of showing the list of all networks, WifiInfoView only shows the number of networks and the average/minimum/maximum of the signal quality for every group.

For example, in the above screenshot, you can see that there are 25 wireless networks that use channel 6, 10wireless networks that use channel 11, and so on....

In the example below, you can see the there are 9 wireless routers of NETGEAR, 8 wireless routers of Sagemcom, and so on... (Be aware that some companies may appear more than once, with a little different name)

Free Scan Tool For Mac

The following summary modes are available under the Options menu:Channels Summary Mode, Companies Summary Mode, PHY Types Summary Mode, and Max Speed Summary Mode

The 'Company' Column

WifiInfoView allows you to view the company name of each wireless device.The company name is determined according to the MAC address.

By default, WifiInfoView uses an internal database of MAC addresses/companies which is updated from time to time. If you want to use the most updated database, you can download it from the following link, and put in the same folderof WifiInfoView.exe:http://standards-oui.ieee.org/oui.txt
Be aware that you must save it as 'oui.txt'

Command-Line Options

WifiInfoView.exe /cfg '%AppData%WifiInfoView.cfg'
/stext <Filename>Save the list of wireless networks into a regular text file.
/scomma <Filename>Save the list of wireless networks into a comma-delimited text file (csv).
/shtml <Filename>Save the list of wireless networks into HTML file (Horizontal).
/sxml <Filename>Save the list of wireless networks into XML file.
/sort <column>This command-line option can be used with other save options for sorting by the desired column.If you don't specify this option, the list is sorted according to the last sort that you made from the user interface.The <column> parameter can specify the column index (0 for the first column, 1 for the second column, and so on) orthe name of the column, like 'SSID' and 'RSSI'.You can specify the '~' prefix character (e.g: '~SSID') if you want to sort in descending order.You can put multiple /sort in the command-line if you want to sort by multiple columns.

Examples:
WifiInfoView.exe /shtml 'd:tempwifi.html' /sort 2 /sort ~1
WifiInfoView.exe /scomma 'd:tempwifi.html' /sort '~Security' /sort 'SSID'

/UseOnlyAdapter <0 | 1>Specifies whether to use only the desired network adapter. 0 = No, 1 = Yes.
/MacAddressFormat <1 - 3>Specifies the MAC address format.1 = XX-XX-XX-XX-XX-XX, 2 = XX:XX:XX:XX:XX:XX, 3 = XXXXXXXXXXXX.
/UpdateRate <1 - 4>Specifies the update rate:1- Low, 2 - Medium, 3 - High, 4 - Very High.

For all save command-line options, you can specify empty filename in order to send the data to stdout, for example:
WifiInfoView.exe /scomma ' | more

Translating WifiInfoView to other languages

Ip Scan Tool Mac Address

In order to translate WifiInfoView to other language, follow the instructions below:
  1. Run WifiInfoView with /savelangfile parameter:
    WifiInfoView.exe /savelangfile
    A file named WifiInfoView_lng.ini will be created in the folder of WifiInfoView utility.
  2. Open the created language file in Notepad or in any other text editor.
  3. Translate all string entries to the desired language.Optionally, you can also add your name and/or a link to your Web site. (TranslatorName and TranslatorURL values) If you add this information, it'll be used in the 'About' window.
  4. After you finish the translation, Run WifiInfoView, and all translated strings will be loaded from the language file.
    If you want to run WifiInfoView without the translation, simply rename the language file, or move it to another folder.

License

This utility is released as freeware. You are allowed to freely distribute this utility via floppy disk, CD-ROM, Internet, or in any other way, as long as you don't charge anything for this and you don'tsell it or distribute it as a part of commercial product. If you distribute this utility, you must include all files inthe distribution package, without any modification !

Disclaimer

The software is provided 'AS IS' without any warranty, either expressed or implied,including, but not limited to, the implied warranties of merchantability and fitnessfor a particular purpose. The author will not be liable for any special, incidental,consequential or indirect damages due to loss of data or any other reason.

Software Scan Mac Address

Feedback

If you have any problem, suggestion, comment, or you found a bug in my utility, you can send a message to nirsofer@yahoo.com
Download WifiInfoView

WifiInfoView is also available in other languages. In order to change the language of WifiInfoView, download the appropriate language zip file, extract the 'wifiinfoview_lng.ini', and put it in the same folder that you Installed WifiInfoView utility.

Best Scan Tool For Mac

LanguageTranslated ByDateVersion
ArabicMohamed.Bajdouai20/05/2015WifiInfoView v1.80
Brazilian PortuguesePaulo Guzmán20/09/20182.40
Brazilian PortugueseMCHAL06/11/20121.10
CzechJan Sinko30/11/20182.41
DanishDennis Kamp31/07/20141.65
DutchJan Verheijen10/05/20192.46
FrenchGilles PEDROLI/Largo04/09/20182.40
FrenchfreMea09/08/20151.85
FrenchSkorpix38 (sept 2018)10/10/20182.40
German«Latino» auf WinTotal.de10/05/20192.46
GreekΘανάσης Κατσαγεώργης11/09/20121.00
HungarianGasparics Sándor14/11/20121.10
ItalianAndrea Carli04/09/20182.40
ItalianFERRUCCIO (TO)25/01/20192.42
JapaneseiLEƒÖEj14/04/20151.79
PolishHightower15/05/20192.46
RomanianJaff (Oprea Nicolae)06/02/20161.96
RussianDmitry Yerokhin23/04/20192.45
Simplified ChineseAsx、locationiskey06/03/20172.20
Simplified ChineseKirk23/04/20192.45
Simplified Chinese李柏均 (Localized by Bojun Li)06/10/20131.26
SlovakFrantišek Fico13/05/20192.46
SpanishJulio Rey26/12/20131.26
SpanishKiketrucker25/04/20192.45
SwedishI.K.l14/10/20172.30
Traditional ChineseDanfong Hsieh23/04/20192.45
ThaiHS3PLN และ WiFi.ในฝัน.com29/01/20131.10
Turkish Yücel Temel29/12/20162.08
TurkishYücel Temel16/04/20182.32
VietnameseHai Hoang29/07/20172.26