summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-06-21 23:25:24 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2017-06-23 17:05:39 +0000
commit32aa4698dd7b1d2f14693ce93d5dff047470640c (patch)
treeafdbef3fe08db26386244761891097d86eaf9512
parentc038937b0a236b710856a696ddb34e6391d6ddb0 (diff)
downloadwireshark-32aa4698dd7b1d2f14693ce93d5dff047470640c.tar.gz
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 <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> (cherry picked from commit 0727123773d36a9dd6000d82a2967f7ddaa61aca) Reviewed-on: https://code.wireshark.org/review/22370
-rw-r--r--epan/dissectors/packet-ospf.c1
1 files changed, 1 insertions, 0 deletions
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 }
};