aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ethertype.c
diff options
context:
space:
mode:
authorDr. Lars Völker <lars.voelker@technica-engineering.de>2020-06-29 23:20:32 +0200
committerAnders Broman <a.broman58@gmail.com>2020-07-02 06:20:27 +0000
commit916550de96ac8c1dd94d9a62af8846fbe9967e90 (patch)
tree5b83433427e946f517297d50005006e320528104 /epan/dissectors/packet-ethertype.c
parent39b4d2eb3e9911937b9119f80dd0b6c59b809ebc (diff)
TECMP: Adding support for the TECMP protocol
The Technically Enhanced Capture Module Protocol (TECMP) allows the transport of data recorded on different technologies (e.g. Ethernet, CAN, LIN, FlexRay). A typical usage scenario is data recording in vehicles, e.g. for validating and testing autonomous driving. Bug: 16661 Change-Id: If7c08529049cc1d30d9a5640b4216eac83546800 Reviewed-on: https://code.wireshark.org/review/37610 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-ethertype.c')
-rw-r--r--epan/dissectors/packet-ethertype.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ethertype.c b/epan/dissectors/packet-ethertype.c
index ee7ab9a60c..3c45b7e5e8 100644
--- a/epan/dissectors/packet-ethertype.c
+++ b/epan/dissectors/packet-ethertype.c
@@ -180,6 +180,7 @@ const value_string etype_vals[] = {
{ ETHERTYPE_NWP, "Neighborhood Watch Protocol" },
{ ETHERTYPE_BLUECOM, "bluecom Protocol" },
{ ETHERTYPE_QINQ_OLD, "QinQ: old non-standard 802.1ad" },
+ { ETHERTYPE_TECMP, "Technically Enhanced Capture Module Protocol (TECMP)" },
{ ETHERTYPE_6LOWPAN, "6LoWPAN" },
{ ETHERTYPE_AVSP, "Arista Timestamp" },
{ ETHERTYPE_ECPRI, "eCPRI" },