aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Smith <edward.smith@nowlegent.com>2016-03-24 19:58:43 -0400
committerMichael Mann <mmann78@netscape.net>2016-03-25 03:32:48 +0000
commit98ccc699a7b5800c322179d053a43c0bf0cefbe1 (patch)
tree253a324564a8326e8311d5bb601bb3889681e317
parent6bce7a0760e620bf4e6fc5fb9470f650cb2c51c8 (diff)
Add new UPI values for GFP
Change-Id: I8cfad1cdbb3843fa65931d8a22beba1b6bdf57c8 Reviewed-on: https://code.wireshark.org/review/14620 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
-rw-r--r--epan/dissectors/packet-gfp.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/epan/dissectors/packet-gfp.c b/epan/dissectors/packet-gfp.c
index 9eb79daf4c..dd8282921a 100644
--- a/epan/dissectors/packet-gfp.c
+++ b/epan/dissectors/packet-gfp.c
@@ -160,9 +160,12 @@ static const range_string gfp_upi_data_rvals[] = {
{17, 17, "Frame-Mapped IPv6"},
{18, 18, "Frame-Mapped DVB-ASI"},
{19, 19, "Frame-Mapped 64B/66B encoded Ethernet, including frame preamble"},
- {20, 20,"Frame-Mapped 64B/66B encoded Ethernet ordered set information"},
+ {20, 20, "Frame-Mapped 64B/66B encoded Ethernet ordered set information"},
{21, 21, "Transparent transcoded FC-1200"},
- {22, 239, "Reserved for future standardization"},
+ /*UPI value 22 & 23 from Amendment 3 (01/2015)*/
+ {22, 22, "Precision Time Protocol message"},
+ {23, 23, "Synchronization status message"},
+ {24, 239, "Reserved for future standardization"},
{240, 252, "Reserved for proprietary use"},
{253, 253, "Reserved for proprietary use, formerly Frame-Mapped 64B/66B encoded Ethernet, including frame preamble"},
{254, 254, "Reserved for proprietary use, formerly Frame-Mapped 64B/66B encoded Ethernet ordered set information"},