Difference between revisions of "debugPacket exclude"

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with '; debugPacket_exclude [<packet switches>] : '''packet switch''' - The first 2 bytes of recieved packets in reversed order (e.g. 8A 23 -> 238A). See your tables\packetdescriptions…')
 
m
Line 7: Line 7:
  
 
[[Category:config.txt]]
 
[[Category:config.txt]]
 +
[[Category:Debug]]

Revision as of 01:42, 16 December 2009

debugPacket_exclude [<packet switches>]
packet switch - The first 2 bytes of recieved packets in reversed order (e.g. 8A 23 -> 238A). See your tables\packetdescriptions.txt for a list of known packets.
This specifies a comma-separated list of packet switches that you want to be ignored by the options debugPacket_received, debugPacket_ro_sent, debugPacket_sent, and debugPacket_unparsed, if these options are set.
Note. Only useful for developers. Don't mess with these unless you know what you are doing.