MPLS: show the EXP field as TC, as per RFC 5462.
ICMP: redo MPLS Extension code as general ICMP Extension code.
VQP: Do not print unknown error codes twice.
+ VRRP: Print the protocol name before any GET_().
+ Use __func__ from C99 in some function calls.
+ DCCP: Get rid of trailing commas in lists.
+ Juniper: Report invalid packets as invalid, not truncated.
+ IPv6: Remove an obsolete code in an always-false #if wrapper.
+ Memory allocator: Update nd_add_alloc_list() to a static function.
+ ISAKMP: Use GET_U_1() to replace a direct dereference.
+ RADIUS: Use GET_U_1() to replace a direct dereference.
+ TCP: Fix an invalid check.
+ RESP: Remove an unnecessary test.
+ addrtoname.c: Fix two invalid tests.
Building and testing:
Update config.guess and config.sub.
Handle some Autoconf/make errors better.