add CR payload decoder. fix ID payload decode. have __attribute__((__packed__)) for align picky arch (tcpdump.org code has better fix with lots of memcpy, however, tcpdump.org version needs more verfication). basically, sync with kame tree.
(packing constraint is unknown). avoid use of u_int8_t bitfield. it is illegal.