s3: Add an async smbsock_connect
[Samba.git] / swat2 / nbt_server / index.esp
blob1928f12d1b40f4bce4c37312b83c9cb2ad4a3cc8
1 <% page_header("columns", "NBT Server", "nbt_server"); 
3   libinclude("base.js");
4   libinclude("management.js");
5 %>
7 <h1>NBT Server</h1>
9 <%
10 writefln("The NBT server is: %s\n", server_status("nbt"));
13 <h2>Packet statistics</h2>
16 var stats = nbtd_statistics();
17 if (stats == undefined) {
18         writefln("nbt server not running");
19 } else {
20         simple_table(stats);
24 <% page_footer(); %>