]> The Tcpdump Group git mirrors - tcpdump/commitdiff
print dynamic update a little bit better
authoritojun <itojun>
Tue, 20 Feb 2001 06:22:57 +0000 (06:22 +0000)
committeritojun <itojun>
Tue, 20 Feb 2001 06:22:57 +0000 (06:22 +0000)
print-domain.c

index b51731fc312037ddd2985225ea2830ae783bc9d7..b670a220fca684a7a0481675e5164cd4f6c6fba6 100644 (file)
@@ -21,7 +21,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-domain.c,v 1.70 2001-02-20 06:03:42 itojun Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-domain.c,v 1.71 2001-02-20 06:22:57 itojun Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -49,15 +49,15 @@ static const char rcsid[] =
 #include "extract.h"                    /* must come after interface.h */
 
 static char *ns_ops[] = {
-       "", " inv_q", " stat", " op3", " notify", " op5", " op6", " op7",
+       "", " inv_q", " stat", " op3", " notify", " update", " op6", " op7",
        " op8", " updataA", " updateD", " updateDA",
        " updateM", " updateMA", " zoneInit", " zoneRef",
 };
 
 static char *ns_resp[] = {
        "", " FormErr", " ServFail", " NXDomain",
-       " NotImp", " Refused", " Resp6", " Resp7",
-       " Resp8", " Resp9", " Resp10", " Resp11",
+       " NotImp", " Refused", " YXDomain", " YXRRSet",
+       " NXRRSet", " NotAuth", " NotZone", " Resp11",
        " Resp12", " Resp13", " Resp14", " NoChange",
 };