mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-05 09:29:39 +00:00
Removed the IPHC flags from the brief packet description (the flags are shown in the verbose description)
This commit is contained in:
parent
453cf7f2e6
commit
60ea81297a
@ -83,13 +83,8 @@ public class IPHCPacketAnalyzer extends PacketAnalyzer {
|
|||||||
int sci = 0;
|
int sci = 0;
|
||||||
int dci = 0;
|
int dci = 0;
|
||||||
|
|
||||||
brief.append("IPHC tf=" + tf + (nhc ? " nh" : "") + " hl=" + hlim + (cid == 1 ? " cid " : ""));
|
brief.append("IPHC");
|
||||||
brief.append((sac == 1 ? " sac" : "") + " sam=" + sam + (m == 1 ? " M" : "") +
|
|
||||||
(dac == 1 ? " dac" : " -") + " dam=" + dam);
|
|
||||||
|
|
||||||
if (cid == 1) {
|
|
||||||
brief.append(" sci=" + (packet.get(2) >> 4) + " dci=" + (packet.get(2) & 0x0f));
|
|
||||||
}
|
|
||||||
/* need to decompress while analyzing - add that later... */
|
/* need to decompress while analyzing - add that later... */
|
||||||
|
|
||||||
verbose.append("<b>IPHC HC-06</b><br>");
|
verbose.append("<b>IPHC HC-06</b><br>");
|
||||||
|
Loading…
Reference in New Issue
Block a user