summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjorn Andersson <bjorn.andersson@linaro.org>2020-04-26 23:09:56 -0700
committerBjorn Andersson <bjorn.andersson@linaro.org>2020-11-16 10:38:14 -0600
commit983b223423f3ec36f231455b6a93bc2a10921794 (patch)
tree812060599f2696ea70b32a4ab5aa41d9819ab9f8
parentcb1a6476e69dcb455f6c0251b8ceca1dd67d368a (diff)
lookup: Add TFTP to known services list
Service 4096 is a QRTR based implementation of the TFTP RFCs. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
-rw-r--r--src/lookup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lookup.c b/src/lookup.c
index a73ae94..80cf984 100644
--- a/src/lookup.c
+++ b/src/lookup.c
@@ -77,6 +77,7 @@ static const struct {
{ 312, 0, "QBT1000 Ultrasonic Fingerprint Sensor service" },
{ 769, 0, "SLIMbus control service" },
{ 771, 0, "Peripheral Access Control Manager service" },
+ { 4096, 0, "TFTP" },
{ DIAG_SERVICE, 0, "DIAG service" },
};