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

Support for Wi-Fi/802.11 related radiotap fields: MCS, HE, VHT #207

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

jerkerolofsson
Copy link

}

[Test]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Format

Comment on lines 8 to 10
/*
* Copyright 2010 Chris Morgan <chmorgan@gmail.com>
*/
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can remove this bit from all files you've added.

Comment on lines 58 to 59


Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formatting

public override ushort Length => 12;

/// <summary>
///
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix comments throughout file please.

/// </summary>
public RadioTapMcsFlags Flags { get; set; }

public byte Mcs { get; set; }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment?

Comment on lines 294 to 295


Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formatting, best reformat this entire file.

@jerkerolofsson
Copy link
Author

Commands and formatting added. Please provide additional feedback if further changes are needed.
Thanks!

Comment on lines 1 to 7
/*
This file is part of PacketDotNet.

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at https://mozilla.org/MPL/2.0/.
*/
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This bit still needs to exists, the lower copyright block doesn't.

Copy link
Collaborator

@PhyxionNL PhyxionNL left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some misc left.

PacketDotNet/Ieee80211/RadioTapHighEfficiencyData1.cs Outdated Show resolved Hide resolved
PacketDotNet/Ieee80211/RadioTapHighEfficiencyData3.cs Outdated Show resolved Hide resolved
PacketDotNet/Ieee80211/RadioTapMcsKnown.cs Outdated Show resolved Hide resolved
@jerkerolofsson
Copy link
Author

Anything more I need to do?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants