* complete IS-IS & CLNP support.
*/
-#ifndef lint
-static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/tcpdump/print-isoclns.c,v 1.165 2008-08-16 13:38:15 hannes Exp $ (LBL)";
-#endif
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
printf (", LM: %u", EXTRACT_24BITS(tptr));
tptr=tptr+3;
printf (", P: %u", *(tptr));
- printf (", P-ID: %u", EXTRACT_16BITS(++tptr));
+ tptr++;
+ printf (", P-ID: %u", EXTRACT_16BITS(tptr));
}
break;
case ISIS_SUBTLV_EXT_IS_REACH_INTF_SW_CAP_DESCR: