From 4f9da902e224b7fdc608b2b19b41818738e4f3e4 Mon Sep 17 00:00:00 2001 From: Paul Mandal Date: Fri, 15 Jan 2021 21:03:21 -0700 Subject: [PATCH] Add portnum definition for ATAK Forwarder --- portnums.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/portnums.proto b/portnums.proto index f02a253..62f03e5 100644 --- a/portnums.proto +++ b/portnums.proto @@ -88,4 +88,7 @@ enum PortNum { /** Private applications should use portnums >= 256. To simplify initial development and testing you can use "PRIVATE_APP" in your code without needing to rebuild protobuf files (via bin/regin_protos.sh) */ PRIVATE_APP = 256; + + /** ATAK Forwarder Plugin https://github.com/paulmandal/atak-forwarder */ + ATAK_FORWARDER = 257; }