FreeCalypso > hg > freecalypso-sw
comparison rvinterf/lowlevel/rvifmain.c @ 902:4423039aeb4b
rvtdump: report ext LCD output packets sanely
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 06 Sep 2015 07:27:57 +0000 |
parents | 136fa1ccd591 |
children | ed5dcc53e0b3 |
comparison
equal
deleted
inserted
replaced
901:bacf366e8ce3 | 902:4423039aeb4b |
---|---|
178 print_ati_output(); | 178 print_ati_output(); |
179 if (client_head) | 179 if (client_head) |
180 forward_nonrvt_pkt(); | 180 forward_nonrvt_pkt(); |
181 return; | 181 return; |
182 case RVT_EXTUI_HEADER: | 182 case RVT_EXTUI_HEADER: |
183 if (rxpkt_len < 5 || !(rxpkt_len & 1)) | |
184 goto unknown; | |
183 if (!no_output || logF) | 185 if (!no_output || logF) |
184 print_unknown_packet(); /* formatting TBD */ | 186 report_extui_packet(); |
185 if (client_head) | 187 if (client_head) |
186 forward_nonrvt_pkt(); | 188 forward_nonrvt_pkt(); |
187 return; | 189 return; |
188 case '*': | 190 case '*': |
189 print_fc_lld_msg(); | 191 print_fc_lld_msg(); |