summaryrefslogtreecommitdiff
path: root/ais_json.c
diff options
context:
space:
mode:
Diffstat (limited to 'ais_json.c')
-rw-r--r--ais_json.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ais_json.c b/ais_json.c
index 1ac2f398..4d22a2bf 100644
--- a/ais_json.c
+++ b/ais_json.c
@@ -224,6 +224,10 @@ int json_ais_read(const char *buf,
}
imo = true;
}
+ else if (strstr(buf, "\"fid\":15,") != NULL) {
+ status = json_read_object(buf, json_ais8_fid15, endptr);
+ imo = true;
+ }
else if (strstr(buf, "\"fid\":29,") != NULL) {
status = json_read_object(buf, json_ais8_fid29, endptr);
imo = true;