summaryrefslogtreecommitdiff
path: root/packet_states.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-09-08 00:06:14 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-09-08 00:06:14 -0400
commite554be09ab84bbaa4834f8bd52a2a995d20e0fb4 (patch)
tree78e867d4c6d0825bf6b25e70c3b9fca2c8da3044 /packet_states.h
parent6a22085a0b7047a0a410f288dea5703537fc1aa2 (diff)
downloadgpsd-e554be09ab84bbaa4834f8bd52a2a995d20e0fb4.tar.gz
Enable packet sniffer to recognize ECDIS NMEA packets with $EC leader.
This was a user feature request. All regression tests pass.
Diffstat (limited to 'packet_states.h')
-rw-r--r--packet_states.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/packet_states.h b/packet_states.h
index 07adaeda..800fb4e1 100644
--- a/packet_states.h
+++ b/packet_states.h
@@ -25,6 +25,7 @@
AIS_LEAD_2, /* seen I of possible marine AIS message */
SEATALK_LEAD_1, /* SeaTalk/Garmin packet leader 'I' */
+ ECDIS_LEAD_1, /* ECDIS packet leader 'E' */
#endif /* NMEA_ENABLE */
DLE_LEADER, /* we've seen the TSIP/EverMore leader (DLE) */