aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isobus-vt.c
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2020-05-16 15:31:02 -0700
committerGuy Harris <gharris@sonic.net>2020-05-16 22:31:42 +0000
commite34f760f285b13d1267c721ae11882241a6a3f3b (patch)
treee986d12a911728f9ba063f7c6a05a1b64f24d126 /epan/dissectors/packet-isobus-vt.c
parente837ad57d9f55f4eaab2da8ea41b75f329817139 (diff)
isobus-vt: update with information from the spec.
It's ISO 11783-6, and the spec agrees with the previous change. Change-Id: Iac8dd83a7844c59bcc1b74cd0712bc5f38b3ae43 Reviewed-on: https://code.wireshark.org/review/37218 Reviewed-by: Guy Harris <gharris@sonic.net>
Diffstat (limited to 'epan/dissectors/packet-isobus-vt.c')
-rw-r--r--epan/dissectors/packet-isobus-vt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-isobus-vt.c b/epan/dissectors/packet-isobus-vt.c
index 0be6425668..6e71b6a96c 100644
--- a/epan/dissectors/packet-isobus-vt.c
+++ b/epan/dissectors/packet-isobus-vt.c
@@ -1,6 +1,7 @@
/* packet-isobus-vt.c
* Routines for ISObus VT dissection (Based on CANOpen Dissector)
* Copyright 2016, Jeroen Sack <jsack@lely.com>
+ * ISO 11783-6
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
@@ -1956,7 +1957,6 @@ dissect_vt(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, enum vt_directio
proto_item_append_text(ti, ": ");
if (error_codes & 0x01)
proto_item_append_text(ti, "Audio device is busy, subsequent commands use the new setting ");
- /* TODO: Haven't confirmed this bit against spec, but was previously wrongly also 0x01 */
if (error_codes & 0x02)
proto_item_append_text(ti, "Command is not supported ");
if (error_codes & 0x10)