X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/1bcd37991fa57d9e966a6f96e7cbff59b16c28bd..1c67c0188bc9cd5095154efde3011bb6ac1b3130:/print-ospf.c?ds=inline diff --git a/print-ospf.c b/print-ospf.c index 8e6a003f..668506e9 100644 --- a/print-ospf.c +++ b/print-ospf.c @@ -59,8 +59,10 @@ static const struct tok ospf_authtype_values[] = { static const struct tok ospf_rla_flag_values[] = { { RLA_FLAG_B, "ABR" }, { RLA_FLAG_E, "ASBR" }, - { RLA_FLAG_W1, "Virtual" }, - { RLA_FLAG_W2, "W2" }, + { RLA_FLAG_V, "Virtual" }, + { RLA_FLAG_W, "Wildcard" }, + { RLA_FLAG_NT, "Nt" }, + { RLA_FLAG_H, "Host" }, { 0, NULL } }; @@ -1142,7 +1144,7 @@ ospf_print(netdissect_options *ndo, case OSPF_AUTH_SIMPLE: ND_PRINT("\n\tSimple text password: "); - (void)nd_printzp(ndo, op->ospf_authdata, OSPF_AUTH_SIMPLE_LEN, NULL); + nd_printjnp(ndo, op->ospf_authdata, OSPF_AUTH_SIMPLE_LEN); break; case OSPF_AUTH_MD5: