Commit e2d8f15c authored by Adam Wujek's avatar Adam Wujek

[bug: #234] tools/ptpdump: interpret signaling messages

Signed-off-by: 's avatarAdam Wujek <adam.wujek@creotech.pl>
parent 864fab96
......@@ -415,6 +415,7 @@ static void dump_payload(char *prefix, void *pl, int len)
break;
case PPM_SIGNALING :
donelen += l1sync_dump_tlv(prefix, pl + donelen, n);
donelen += wr_dump_tlv(prefix, pl + donelen, n);
break;
default :
goto out;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment