Deleted Added
full compact
21c21
< * $FreeBSD: head/contrib/tcpdump/print-domain.c 146778 2005-05-29 19:09:28Z sam $
---
> * $FreeBSD: head/contrib/tcpdump/print-domain.c 147904 2005-07-11 04:14:02Z sam $
26c26
< "@(#) $Header: /tcpdump/master/tcpdump/print-domain.c,v 1.89 2004/03/23 19:03:03 fenner Exp $ (LBL)";
---
> "@(#) $Header: /tcpdump/master/tcpdump/print-domain.c,v 1.89.2.1 2005/04/20 20:59:00 guy Exp $ (LBL)";
136,137c136,137
<
< if ((elt = (i & ~INDIR_MASK)) != EDNS0_ELT_BITLABEL)
---
> if ((elt = (i & ~INDIR_MASK)) != EDNS0_ELT_BITLABEL) {
> printf("<ELT %d>", elt);
138a139
> }