Andrew Boyson / net

Dependents:   oldheating gps motorhome heating

Revision:
167:3ba4e3c49631
Parent:
159:3ebef2d02f7f
Child:
170:96c637dc3f52
--- a/resolve/nr4.c	Thu Apr 02 11:58:33 2020 +0000
+++ b/resolve/nr4.c	Thu Apr 02 19:08:25 2020 +0000
@@ -316,9 +316,14 @@
         if (records[i].state == STATE_EMPTY) continue;
         if (records[i].ip || records[i].name[0])
         {
+            HttpAddByteAsHex(i);
+            HttpAddChar('\t');
             HttpAddInt32AsHex(MsTimerCount - records[i].elapsed);
+            HttpAddChar('\t');
             HttpAddInt32AsHex(records[i].ip);
+            HttpAddChar('\t');
             HttpAddChar(letterFromStateAndProtocol(records[i].state, records[i].protocol));
+            HttpAddChar('\t');
             HttpAddText(records[i].name);
             HttpAddChar('\n');
         }