<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Basil recently sent this to Tapio but hasn't received a response.<div><br></div><div>Is FAP still active?</div><div><br></div><div>Anyone else dealing with encapsulated packets?</div><div><br></div><div>Thanks,</div><div>Bryan K7UDR<br><div><br><div>Begin forwarded message:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; font-size:medium; color:rgba(0, 0, 0, 1.0);"><b>From: </b></span><span style="font-family:'Helvetica'; font-size:medium;">Basil Gunn <<a href="mailto:basil@pacabunga.com">basil@pacabunga.com</a>><br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; font-size:medium; color:rgba(0, 0, 0, 1.0);"><b>Subject: </b></span><span style="font-family:'Helvetica'; font-size:medium;"><b>Patch request for fap.c - third party packets</b><br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; font-size:medium; color:rgba(0, 0, 0, 1.0);"><b>Date: </b></span><span style="font-family:'Helvetica'; font-size:medium;">February 1, 2013 12:10:46 PM PST<br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; font-size:medium; color:rgba(0, 0, 0, 1.0);"><b>To: </b></span><span style="font-family:'Helvetica'; font-size:medium;"><a href="mailto:oh2gve@pakettiradio.net">oh2gve@pakettiradio.net</a><br></span></div><br><div>Hi Tapio,<br><br>I was wondering if you would consider the following patch to fap.c.<br>The following patch allows me to detect encapsulated third party<br>packets in my app.  I can then parse off the encapsulated address<br>& resubmit the packet to fap. I am currently doing this with Dan<br>Smith's APRS client.<br><br><br>@@ -450,6 +450,9 @@<br> <span class="Apple-tab-span" style="white-space:pre">   </span>else if ( typechar == '}' )<br> <span class="Apple-tab-span" style="white-space:pre">      </span>{<br> <span class="Apple-tab-span" style="white-space:pre">        </span><span class="Apple-tab-span" style="white-space:pre">    </span>/* Come here to avoid the "when all else fails" option. */<br>+<span class="Apple-tab-span" style="white-space:pre">     </span><span class="Apple-tab-span" style="white-space:pre">    </span>result->type = malloc(sizeof(fap_packet_type_t));<br>+<span class="Apple-tab-span" style="white-space:pre">     </span><span class="Apple-tab-span" style="white-space:pre">    </span>if ( !result->type ) return result;<br>+<span class="Apple-tab-span" style="white-space:pre">   </span><span class="Apple-tab-span" style="white-space:pre">    </span>*result->type = fapTHIRD_PARTY;<br> <span class="Apple-tab-span" style="white-space:pre">       </span>}<br> <span class="Apple-tab-span" style="white-space:pre">        </span>/* When all else fails, try to look for a !-position that can occur<br> <span class="Apple-tab-span" style="white-space:pre">      </span>   anywhere within the 40 first characters according to the spec. */<br><br><br>Thank you for making the fap C library open source.<br><br>/Basil N7NIX<br></div></blockquote></div><br></div></body></html>