diff --git a/public/nodes.js b/public/nodes.js index 47a5622..3d9bb65 100644 --- a/public/nodes.js +++ b/public/nodes.js @@ -3,6 +3,7 @@ (function () { let nodes = []; + const PAYLOAD_TYPES = {0:'Request',1:'Response',2:'Direct Msg',3:'ACK',4:'Advert',5:'Channel Msg',7:'Anon Req',8:'Path',9:'Trace'}; function escapeHtml(s) { if (!s) return '';