aboutsummaryrefslogtreecommitdiffstats
path: root/epan/etypes.h
diff options
context:
space:
mode:
authorChidambaram Arunachalam <carunach@cisco.com>2016-02-01 00:01:11 -0500
committerAnders Broman <a.broman58@gmail.com>2016-02-05 05:30:48 +0000
commit179b733d375f65e482afb84cb54c24d1c6466d21 (patch)
treee5f52630e8138206fca0a0cb28f0ce1d39ba96ae /epan/etypes.h
parent005f44c222c96c56e7742af9afefe44bd296f528 (diff)
Network Service Header Dissector for Ethernet & GRE encapsulation
draft-ietf-sfc-nsh-01.txt Bug: 11490 Change-Id: I95adb1e0b1e42ba8c75e82145a756e2836a9a989 Reviewed-on: https://code.wireshark.org/review/13633 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: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/etypes.h')
-rw-r--r--epan/etypes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/etypes.h b/epan/etypes.h
index 5af30e5101..1e0b2694a1 100644
--- a/epan/etypes.h
+++ b/epan/etypes.h
@@ -538,6 +538,10 @@ extern "C" {
#define ETHERTYPE_HSR 0x892F /* High-availability Seamless Redundancy (IEC62439 Part 3) */
#endif
+#ifndef ETHERTYPE_NSH
+#define ETHERTYPE_NSH 0x894F /* Network Service Header (draft-ietf-sfc-nsh-01.txt) */
+#endif
+
#ifndef ETHERTYPE_LOOP
#define ETHERTYPE_LOOP 0x9000 /* used for layer 2 testing (do i see my own frames on the wire) */
#endif