Correct 'DHCSP' to 'DSCP'. I think I had DHCP on my mind.

This commit is contained in:
Herbert Wolverson 2023-03-22 13:55:56 +00:00
parent f9b5dd7853
commit ebb01286ce
2 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ pub struct PacketHeader {
pub ip_protocol: u8,
/// ECN Flag
pub ecn: u8,
/// DHSCP code
/// DSCP code
pub dscp: u8,
/// Packet Size
pub size: u32,

View File

@ -152,7 +152,7 @@ if (hdr->cwr) flags |= 128;
console.log("OOps");
}
let html = "<table class='table table-striped'>";
html += "<thead><th>Time (nanos)</th><th>Proto</th><th>TCP Flags</th><th>Sequence</th><th>Window</th><th>Flow</th><th>Bytes</th><th>ECN</th><th>DHSCP</th></thead>";
html += "<thead><th>Time (nanos)</th><th>Proto</th><th>TCP Flags</th><th>Sequence</th><th>Window</th><th>Flow</th><th>Bytes</th><th>ECN</th><th>DSCP</th></thead>";
let x_axis = [];
let y1_axis = [];
let y2_axis = [];