Skip to content

Commit

Permalink
Added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
raspi committed Feb 15, 2017
1 parent ba838fd commit ce0f58e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions WinLLDPService/LLDPBase/Base.cs
Original file line number Diff line number Diff line change
Expand Up @@ -367,11 +367,11 @@ private Packet CreateLLDPPacket(NetworkInterface adapter, PacketInfo pinfo)
}

/// <summary>
///
/// Send packet using SharpPcap
/// </summary>
/// <param name="adapter"></param>
/// <param name="payload"></param>
/// <returns></returns>
/// <param name="adapter">Network adapter</param>
/// <param name="payload">Packet to be sent</param>
/// <returns>bool</returns>
private bool SendRawPacket(NetworkInterface adapter, Packet payload)
{
Debug.WriteLine("Sending RAW packet", EventLogEntryType.Information);
Expand Down

0 comments on commit ce0f58e

Please sign in to comment.