Subversion Repositories uuid_mac_utils

Rev

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

Rev 12 Rev 16
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</h2>
143
<h2>Interprete a MAC address (EUI-48 or EUI-64)</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>
149
        <li><code>AA:BB:CC:DD:EE:FF</code></li>
149
        <li><code>AA:BB:CC:DD:EE:FF</code></li>
150
        <li><code>AABBCC.DDEEFF</code> (case insensitive)</li>
150
        <li><code>AABBCC.DDEEFF</code> (case insensitive)</li>
-
 
151
        <li><code>AA-BB-CC-DD-EE-FF-11-22</code> (EUI-64)</li>
-
 
152
        <li><code>AA:BB:CC:DD:EE:FF-11-22</code> (EUI-64)</li>
-
 
153
        <li><code>fe80::1322:33ff:fe44:5566</code> (IPv6 Link Local / EUI-64)</li>
151
</ul>
154
</ul>
152
 
155
 
153
<p>The script will output:</p>
156
<p>The script will output:</p>
154
 
157
 
155
<ul>
158
<ul>