-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds helper functions for generating the logon packets (#563)
Updates dcc::Packet to have helper functions for generating packets related to DCC logon: - Logon Enable - Select / get short info - Logon Assign Moves the definitions of DCC packet related constants into a header so they are reusable. === * Moves the bit definitions for dcc packet into a header. * Implements the CRC checksumming rule in the dcc packet generation. * Adds implementation for LOGON_ENABLE to Packet. * Adds implementations for genetaring select info and logon assign. * Fixes comments.
- Loading branch information
1 parent
bd2f9ec
commit ddcb125
Showing
5 changed files
with
309 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.