You need to remove the offsets column from the dump. Also, assuming
this was the payload of an ICMPv6 packet, the packet would be an IPv6
packet without the ethernet header. When pdd decodes it assumes a link
layer is present, so just add a dummy ethernet header with the correct
protocol type - 86dd for IPv6.
So modifying your packet dump to
00 00 00 00 00 00 00 00 00 00 00 00 86 dd
60 00 00 00 00 28 3a fe fc b1 ab ab cd cd ef e0
00 00 00 00 00 00 00 01 fc b1 ab ab cd cd ef e1
cd 58 52 62 49 94 c4 a3 81 00 d9 cb 00 00 00 20
61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70
71 72 73 74 75 76 77 61 62 63 64 65 66 67 68 69
it gets decoded correctly by pdd.
Srivats
--
http://ostinato.org/
@ostinato