summaryrefslogtreecommitdiffstats
path: root/epan/slow_protocol_subtypes.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 20:34:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 20:34:10 +0000
commite4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc (patch)
tree68cb5ef9081156392f1dd62a00c6ccc1451b93df /epan/slow_protocol_subtypes.h
parentInitial commit. (diff)
downloadwireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.tar.xz
wireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.zip
Adding upstream version 4.2.2.upstream/4.2.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'epan/slow_protocol_subtypes.h')
-rw-r--r--epan/slow_protocol_subtypes.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/epan/slow_protocol_subtypes.h b/epan/slow_protocol_subtypes.h
new file mode 100644
index 0000000..5174939
--- /dev/null
+++ b/epan/slow_protocol_subtypes.h
@@ -0,0 +1,26 @@
+/** @file
+ *
+ * Defines subtypes for 802.3 "slow protocols"
+ *
+ * Copyright 2002 Steve Housley <steve_housley@3com.com>
+ * Copyright 2005 Dominique Bastien <dbastien@accedian.com>
+ * Copyright 2009 Artem Tamazov <artem.tamazov@telllabs.com>
+ * Copyright 2010 Roberto Morro <roberto.morro[AT]tilab.com>
+ * Copyright 2014 Philip Rosenberg-Watt <p.rosenberg-watt[at]cablelabs.com.>
+ *
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
+ * Copyright 1998 Gerald Combs
+ *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ */
+
+#ifndef __SLOW_PROTOCOL_SUBTYPES_H__
+#define __SLOW_PROTOCOL_SUBTYPES_H__
+
+#define LACP_SUBTYPE 0x1
+#define MARKER_SUBTYPE 0x2
+#define OAM_SUBTYPE 0x3
+#define OSSP_SUBTYPE 0xa /* IEEE 802.3 Annex 57A*/
+
+#endif /* __SLOW_PROTOCOL_SUBTYPES_H__ */