[fxbug.dev] Migrate bug numbers

This changes fxbug.dev/ URLs from Monorail bug numbers to the new
Fuchsia Issue Tracker numbers.

The migration to the new issue tracker was announced here:
https://groups.google.com/a/fuchsia.dev/g/announce/c/GOYfJozEqmk/m/qsGsaJ7UAAAJ

Bug: 298074672
Change-Id: I7b19b85f36bdfab8032226b3103190770c76fa40
Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/github.com/the-tcpdump-group/tcpdump/+/980656
Fuchsia-Auto-Submit: Mitchell Kember <mkember@google.com>
Reviewed-by: Ghanan Gowripalan <ghanan@google.com>
Commit-Queue: Mitchell Kember <mkember@google.com>
diff --git a/print-tcp.c b/print-tcp.c
index 959a6fc..d7422d4 100644
--- a/print-tcp.c
+++ b/print-tcp.c
@@ -782,7 +782,7 @@
                 ldp_print(ndo, bp, length);
         } else if ((IS_SRC_OR_DST_PORT(NFS_PORT)) &&
                  length >= 4 && ND_TTEST_4(bp)) {
-                ND_PRINT("[https://fxbug.dev/84481] RPC/NFS REQUEST UNHANDLED");
+                ND_PRINT("[https://fxbug.dev/42165274] RPC/NFS REQUEST UNHANDLED");
         }
 
         return;
diff --git a/print-udp.c b/print-udp.c
index d58fcc9..5d60989 100644
--- a/print-udp.c
+++ b/print-udp.c
@@ -436,7 +436,7 @@
 			break;
 
 		case PT_RPC:
-			ND_PRINT("[https://fxbug.dev/84481] PT_RPC not supported");
+			ND_PRINT("[https://fxbug.dev/42165274] PT_RPC not supported");
 			break;
 
 		case PT_RTP:
@@ -509,7 +509,7 @@
 
 	udpipaddr_print(ndo, ip, sport, dport);
 	if (!ndo->ndo_qflag) {
-		// UNIMPLEMENTED(https://fxbug.dev/84481)
+		// UNIMPLEMENTED(https://fxbug.dev/42165274)
 	}
 
 	if (ndo->ndo_vflag && !ndo->ndo_Kflag && !fragmented) {