From 32aa4698dd7b1d2f14693ce93d5dff047470640c Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Wed, 21 Jun 2017 23:25:24 +0200 Subject: OSPF: fix Opaque LSA Type 11 is considered as unknown it is define in RFC5250 (and RFC 2370) Ping-Bug: 13823 Change-Id: I84f166d48b39e76ab811a6c2d1c7b1d516e7f0f3 Reviewed-on: https://code.wireshark.org/review/22328 Reviewed-by: Alexis La Goutte Petri-Dish: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin (cherry picked from commit 0727123773d36a9dd6000d82a2967f7ddaa61aca) Reviewed-on: https://code.wireshark.org/review/22370 --- epan/dissectors/packet-ospf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/epan/dissectors/packet-ospf.c b/epan/dissectors/packet-ospf.c index e4e9e0bed4..c8fcbab758 100644 --- a/epan/dissectors/packet-ospf.c +++ b/epan/dissectors/packet-ospf.c @@ -292,6 +292,7 @@ static const value_string ls_type_vals[] = { {OSPF_LSTYPE_EXTATTR, "External Attributes LSA" }, {OSPF_LSTYPE_OP_LINKLOCAL, "Opaque LSA, Link-local scope" }, {OSPF_LSTYPE_OP_AREALOCAL, "Opaque LSA, Area-local scope" }, + {OSPF_LSTYPE_OP_ASWIDE, "Opaque LSA, AS-local scope" }, {0, NULL } }; -- cgit v1.2.1