]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-lwres.c
change make check to work with POSIX shell
[tcpdump] / print-lwres.c
index 7dea033556e1445e8535f3d8f8c5e9169cf16165..ae352807d006b2399e222b718eabf3dbfd24bbc2 100644 (file)
@@ -27,6 +27,8 @@
  * SUCH DAMAGE.
  */
 
+/* \summary: BIND9 Lightweight Resolver protocol printer */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
@@ -540,7 +542,7 @@ lwres_print(netdissect_options *ndo,
                                    EXTRACT_16BITS(&grbn->rdclass))));
                        }
                        ND_PRINT((ndo, " TTL "));
-                       relts_print(ndo, EXTRACT_32BITS(&grbn->ttl));
+                       unsigned_relts_print(ndo, EXTRACT_32BITS(&grbn->ttl));
                        ND_PRINT((ndo, " %u/%u", EXTRACT_16BITS(&grbn->nrdatas),
                            EXTRACT_16BITS(&grbn->nsigs)));