Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Devel/restore diagnostics #12

Merged
merged 4 commits into from
Oct 21, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add ASCII which is being used
  • Loading branch information
meltyness committed Oct 18, 2024
commit 512cd2706ee2105af07deb038a27259b4f6573ce
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,8 @@ pub enum RTAuthenPacketType {
TAC_PLUS_AUTHEN_TYPE_MSCHAPV2 = 0x06,
}
impl_from_byte!(RTAuthenPacketType,
TAC_PLUS_AUTHEN_TYPE_PAP);
TAC_PLUS_AUTHEN_TYPE_PAP,
TAC_PLUS_AUTHEN_TYPE_ASCII);

#[derive(Debug)]
#[repr(u8)]
Expand Down