wb2osz / direwolf

Dire Wolf is a software "soundcard" AX.25 packet modem/TNC and APRS encoder/decoder. It can be used stand-alone to observe APRS traffic, as a tracker, digipeater, APRStt gateway, or Internet Gateway (IGate). For more information, look at the bottom 1/4 of this page and in https://github.com/wb2osz/direwolf/blob/dev/doc/README.md
GNU General Public License v2.0
1.51k stars 299 forks source link

Invalid datakind for Monitor Connected Information in debug_print() #528

Closed mfncooper closed 2 months ago

mfncooper commented 2 months ago

The AGWPE code for debug_print() uses the wrong datakind value for Monitor Connected Information in the TO_CLIENT switch statement.

https://github.com/wb2osz/direwolf/blob/dev/src/server.c#L382

The switch uses 'M' whereas the correct value should be 'I'.

This bug is the cause of the "**INVALID**" message types seen in the debug logs posted in issue #497.

wb2osz commented 2 months ago

Thank you for pointing out this issue. This should be resolved in the "dev" branch.