>From print-isoclns.c:
  static int
  isis_print_extd_ip_reach (const u_int8_t *tptr, const char *ident, u_int16_t 
afi) {
      char ident_buffer[20];
      u_int8_t prefix[sizeof(struct in6_addr)]; /* shared copy buffer for IPv4 
and IPv6 prefixes */

The prefix definition isn't wrapped in an #ifdef INET6. Ditto for this
line in the same file:
  memset(prefix, 0, sizeof(struct in6_addr));              /* clear the copy 
buffer */


-- 
albert chin ([EMAIL PROTECTED])
-
This is the tcpdump-workers list.
Visit https://lists.sandelman.ca/ to unsubscribe.

Reply via email to