#ifndef lint
static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/tcpdump/print-isoclns.c,v 1.106.2.3 2003-12-15 03:49:52 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-isoclns.c,v 1.106.2.4 2003-12-15 04:18:09 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
void isoclns_print(const u_int8_t *p, u_int length, u_int caplen)
{
- u_int8_t pdu_type;
const struct isis_common_header *header;
header = (const struct isis_common_header *)p;
- pdu_type = header->pdu_type & PDU_TYPE_MASK;
printf("%sOSI", caplen < 1 ? "|" : "");