1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
--- print-null.c.orig 1993-04-22 20:40:19 UTC +++ print-null.c @@ -76,9 +76,17 @@ null_print(p, ip, length) printf("ip: "); break; +#ifdef AF_NS case AF_NS: printf("ns: "); break; +#endif /* AF_NS */ +#ifdef AF_NETBIOS + case AF_NETBIOS: + printf("netbios: "); + break; +#endif /* AF_NETBIOS */ + default: printf("AF %d: ", family);