aboutsummaryrefslogtreecommitdiffstats
path: root/epan/etypes.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2015-04-08 21:27:10 -0400
committerMichael Mann <mmann78@netscape.net>2015-04-23 11:45:01 +0000
commit2665578aba714a7fc34a1ddca67317ce01bf88c9 (patch)
tree21c34e0d30f3804da9e50965c7a8eecf4876b2f4 /epan/etypes.h
parent0e572cbcbf125ceb37d11638b5f05e646da1fc5d (diff)
Add C15 Call History Protocol dissection (C15ch) dissector
Bug: 11063 Change-Id: I3daa9e6a75e52df1587678bd78f42e4e46fe4509 Reviewed-on: https://code.wireshark.org/review/7557 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/etypes.h')
-rw-r--r--epan/etypes.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/epan/etypes.h b/epan/etypes.h
index d802f9a96a..591aa76f40 100644
--- a/epan/etypes.h
+++ b/epan/etypes.h
@@ -102,6 +102,10 @@ extern "C" {
#define ETHERTYPE_VINES_ECHO 0x0BAF
#endif
+#ifndef ETHERTYPE_C15_HBEAT
+#define ETHERTYPE_C15_HBEAT 0x0C15
+#endif
+
#ifndef ETHERTYPE_TRAIN
#define ETHERTYPE_TRAIN 0x1984 /* Created by Microsoft Network Monitor as a summary packet */
#endif
@@ -148,6 +152,10 @@ extern "C" {
#define ETHERTYPE_EPL_V1 0x3E3F
#endif
+#ifndef ETHERTYPE_C15_CH
+#define ETHERTYPE_C15_CH 0x4742
+#endif
+
#ifndef ETHERTYPE_DEC
#define ETHERTYPE_DEC 0x6000
#endif