JPCAP & DSCP - TechRepublic
Question
February 13, 2007 at 12:43 AM
sorfanos

JPCAP & DSCP

by sorfanos . Updated 19 years, 5 months ago

Hello there

Does anyone has an idea about how can someone can view the DSCP (Differentiated Services Code Point) field using the JPCAP library…

I try for example
if (packet instanceof IPPacket)
{
newPacket=(IPPacket)packet;
byte myByte=newPacket.rsv_tos;
…etc
}

but I get that the byte length is zero

Best regards
Spirus

This discussion is locked

All Comments