]> The Tcpdump Group git mirrors - tcpdump/commitdiff
LISP: Fix a typo
authorFrancois-Xavier Le Bail <[email protected]>
Mon, 16 Dec 2024 10:32:24 +0000 (11:32 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Mon, 16 Dec 2024 16:54:05 +0000 (17:54 +0100)
Update the outputs of two tests accordingly.

print-lisp.c
tests/lisp_invalid-v.out
tests/lisp_invalid.out

index a2a458b8b49b605aac959a4a6f82ff49d47679d0..4476dfff969076c8439a58b29db57c02fc1b0ad3 100644 (file)
@@ -314,7 +314,7 @@ lisp_print(netdissect_options *ndo, const u_char *bp, u_int length)
                        packet_offset += 16;
                        break;
                default:
-                       ND_PRINT(" [unsuported address family identifier %u]",
+                       ND_PRINT(" [unsupported address family identifier %u]",
                                 eid_afi);
                        /*
                         * No support for LCAF right now.
index fc24a9b928f1f7347c2cc9077d286249bb770427..45129afb79178f308dfff32d6d1ffb37ffa9dcd6 100644 (file)
@@ -3,7 +3,7 @@
     3 record(s), Authentication SHA1,
     Authentication-Data: 0x0000:  4bbb 9614 a67a 8604 0407 7995 4537 1906
     Authentication-Data: 0x0010:  836c d1d6
-      Record TTL 1440, Authoritative, No-Action, Map Version: 0, [unsuported address family identifier 7680]
+      Record TTL 1440, Authoritative, No-Action, Map Version: 0, [unsupported address family identifier 7680]
     2  2015-08-22 11:09:05.615558 IP (tos 0x0, ttl 64, id 1, offset 0, flags [none], proto UDP (17), length 156)
     192.168.0.105.4342 > 127.0.0.1.4342: LISP-Map-Notify, flags [I-xTR-ID-Present],
     2 record(s), Authentication unknown-type, [authentication data length 35117 > 112] (invalid)
index 8576e18a123f20ffa16df086bd599e574301f108..cfb20d3fcfcd9dda1f14697fd49c60f66f4fc66e 100644 (file)
@@ -1,3 +1,3 @@
     1  2015-08-22 11:09:05.156268 IP 192.168.0.105.4342 > 127.0.0.1.4342: LISP-Map-Notify, 3 record(s),
- [unsuported address family identifier 7680]
+ [unsupported address family identifier 7680]
     2  2015-08-22 11:09:05.615558 IP 192.168.0.105.4342 > 127.0.0.1.4342: LISP-Map-Notify, 2 record(s), [authentication data length 35117 > 112] (invalid)