Subversion Repositories uuid_mac_utils

Rev

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

Rev 18 Rev 20
Line 7... Line 7...
7
        <title>UUID &amp; MAC Utils by Daniel Marschall</title>
7
        <title>UUID &amp; MAC Utils by Daniel Marschall</title>
8
</head>
8
</head>
9
 
9
 
10
<body>
10
<body>
11
 
11
 
12
<h1>UUID &amp; MAC Utils by Daniel Marschall</h1>
12
<h1>UUID &amp;amp; MAC Utils by Daniel Marschall</h1>
13
 
13
 
14
<!-- <p><a href="https://svn.viathinksoft.com/cgi-bin/viewvc.cgi/uuid_mac_utils/">View the source code</a></p> -->
14
<!-- <p><a href="https://svn.viathinksoft.com/cgi-bin/viewvc.cgi/uuid_mac_utils/">View the source code</a></p> -->
15
<p><a href="https://github.com/danielmarschall/uuid_mac_utils/">View the source code</a></p>
15
<p><a href="https://github.com/danielmarschall/uuid_mac_utils/">View the source code</a></p>
16
 
16
 
17
<h2>Generate an UUID (according to RFC 4122)</h2>
17
<h2>Generate an UUID (according to RFC 4122)</h2>
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, EUI, ELI, or IPv6-Link-Local address:</p>
164
<p>Please enter a MAC/EUI, ELI, SAI, AAI, 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