See if you can spot the difference between
Pathdata: Flags 0x0 ID count 1
ID#01: 3
FULLDATA TLV (Length 10 DataLen 6 pad 2 Bytes)
[
0x0000: 0002 0406 080a 0000
]
and:
Pathdata: Flags 0x0 ID count 1
ID#01: 3
FULLDATA TLV (Length 10 DataLen 6 pad 2 Bytes)
[
0x0000: 0002 0406 080a 0000
]
Signed-off-by: Jamal Hadi Salim <[email protected]>
Signed-off-by: Michael Richardson <[email protected]>
if (vflag >= 3 && ops->v != F_TLV_PDAT) {
if (pad)
printf
- ("%s %s (Length %d DataLen %d pad %d Bytes)\n",
+ ("%s %s (Length %d DataLen %d pad %d Bytes)\n",
ib, ops->s, EXTRACT_16BITS(&pdtlv->length),
tll, pad);
else