aboutsummaryrefslogtreecommitdiffstats
path: root/epan/etypes.h
diff options
context:
space:
mode:
authorRichard Sharpe <realrichardsharpe@gmail.com>2017-10-25 19:38:33 -0700
committerMichael Mann <mmann78@netscape.net>2017-10-26 20:24:03 +0000
commit05b1d35586aee37dad7d84fa27531fc9794a41c9 (patch)
tree847f181fbc4e32fc99e92dc05be42d846be86fca /epan/etypes.h
parentb4a6f4e2441153ffa8c6df7d790bc9cb66df0a9e (diff)
Initial coding of the ieee1905 dissector with Multi-AP support.
Change-Id: I94da228cba6baf20a2cd02bafc9704492f2cfc9f Reviewed-on: https://code.wireshark.org/review/23956 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Richard Sharpe <realrichardsharpe@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann <mmann78@netscape.net>
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 4ec6736d9a..be8a109aaa 100644
--- a/epan/etypes.h
+++ b/epan/etypes.h
@@ -569,6 +569,10 @@ extern "C" {
#define ETHERTYPE_HSR 0x892F /* High-availability Seamless Redundancy (IEC62439 Part 3) */
#endif
+#ifndef ETHERTYPE_IEEE_1905
+#define ETHERTYPE_IEEE_1905 0x893A /* IEEE 1905 */
+#endif
+
#ifndef ETHERTYPE_IEEE_802_1BR
#define ETHERTYPE_IEEE_802_1BR 0x893F /* IEEE 802.1br E-Tag, Bridge Port Extension */
#endif