Subversion Repositories uuid_mac_utils

Rev

Rev 16 | Rev 20 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16 Rev 18
Line 138... Line 138...
138
 
138
 
139
<form method="GET" action="interprete_uuid.php">
139
<form method="GET" action="interprete_uuid.php">
140
        <input type="text" name="uuid" value="" style="width:500px"> <input type="submit" value="Go">
140
        <input type="text" name="uuid" value="" style="width:500px"> <input type="submit" value="Go">
141
</form>
141
</form>
142
 
142
 
143
<h2>Interprete a MAC address (EUI-48 or EUI-64)</h2>
143
<h2>Interprete a MAC address (MAC/EUI/ELI)</h2>
144
 
144
 
145
<p>You can enter an UUID in the following notations:</p>
145
<p>You can enter an UUID in the following notations:</p>
146
 
146
 
147
<ul>
147
<ul>
148
        <li><code>AA-BB-CC-DD-EE-FF</code></li>
148
        <li><code>AA-BB-CC-DD-EE-FF</code></li>
Line 159... Line 159...
159
        <li>Information about the I/G and U/L flags.</li>
159
        <li>Information about the I/G and U/L flags.</li>
160
        <li>Information about the entry in the IEEE registry, if available.</li>
160
        <li>Information about the entry in the IEEE registry, if available.</li>
161
        <li>Information about the registrant, if available.</li>
161
        <li>Information about the registrant, if available.</li>
162
</ul>
162
</ul>
163
 
163
 
164
<p>Please enter a MAC address:</p>
164
<p>Please enter a MAC, EUI, ELI, or IPv6-Link-Local address:</p>
165
 
165
 
166
<form method="GET" action="interprete_mac.php">
166
<form method="GET" action="interprete_mac.php">
167
        <input type="text" name="mac" value=""> <input type="submit" value="Go">
167
        <input type="text" name="mac" value=""> <input type="submit" value="Go">
168
</form>
168
</form>
169
 
169