aboutsummaryrefslogtreecommitdiffstats
path: root/epan/etypes.h
diff options
context:
space:
mode:
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 d67be21c60..74ea96dea6 100644
--- a/epan/etypes.h
+++ b/epan/etypes.h
@@ -460,6 +460,10 @@
#define ETHERTYPE_FCFT 0xFCFC /* used to transport FC frames+MDS hdr internal to Cisco's MDS switch */
#endif
+#ifndef ETHERTYPE_ROCE
+#define ETHERTYPE_ROCE 0x8915 /* Infiniband RDMA over Converged Ethernet */
+#endif
+
WS_VAR_IMPORT const value_string etype_vals[];
#endif /* etypes.h */