mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Correct 'DHCSP' to 'DSCP'. I think I had DHCP on my mind.
This commit is contained in:
parent
f9b5dd7853
commit
ebb01286ce
@ -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,
|
||||
|
@ -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 = [];
|
||||
|
Loading…
Reference in New Issue
Block a user