From 4caa64fc18dfbde99b6f8b0f5d2aa211292d9ffe Mon Sep 17 00:00:00 2001 From: Gabriel Ganne Date: Fri, 8 Jul 2016 14:11:21 +0200 Subject: nsh: add protocol dissection over ethernet Change-Id: I4cbfb5d4371fa4401f591d5e52a603ae1256c23c Signed-off-by: Gabriel Ganne Reviewed-on: https://code.wireshark.org/review/20435 Reviewed-by: Dario Lombardo Petri-Dish: Dario Lombardo Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- epan/dissectors/packet-ethertype.c | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/dissectors/packet-ethertype.c') diff --git a/epan/dissectors/packet-ethertype.c b/epan/dissectors/packet-ethertype.c index e02d55ac8d..0d84d3670c 100644 --- a/epan/dissectors/packet-ethertype.c +++ b/epan/dissectors/packet-ethertype.c @@ -108,6 +108,7 @@ const value_string etype_vals[] = { { ETHERTYPE_GIGAMON, "Gigamon Header" }, { ETHERTYPE_MSRP, "802.1Qat Multiple Stream Reservation Protocol" }, { ETHERTYPE_MMRP, "802.1ak Multiple Mac Registration Protocol" }, + { ETHERTYPE_NSH, "Network Service Header" }, { ETHERTYPE_AVBTP, "IEEE 1722 Audio Video Bridging Transport Protocol" }, { ETHERTYPE_ROHC, "Robust Header Compression(RoHC)" }, { ETHERTYPE_TRILL, "TRansparent Interconnection of Lots of Links" }, -- cgit v1.2.3