Skip to content

Commit 1a5780e

Browse files
committed
ArchitectureNotes - Update tense to reflect that SharpPcap's packet parsers are historical at this point
1 parent 03e10b0 commit 1a5780e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ArchitectureNotes

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ The high level design goals of Packet.Net are:
88

99
Packet.Net is a rewrite of SharpPcap's packet parsers.
1010

11-
SharpPcap's packet parsers have a few shortcomings in their design. To understand
11+
SharpPcap's packet parsers had a few shortcomings in their design. To understand
1212
what these are it is important to know more about SharpPcap's design.
1313

1414

1515
SharpPcap's packet parsing
1616
--------------------------
17-
SharpPcap considers all packets to be of type 'Packet'. Packet types are subclassed, so
17+
SharpPcap considered all packets to be of type 'Packet'. Packet types are subclassed, so
1818
a UdpPacket is an IpPacket which is an EthernetPacket which is a Packet. This is useful
1919
because a user can have a 'UdpPacket udp' and can access the source mac address via
2020
'udp.SourceHwAddress', without having to jump through any hoops.

0 commit comments

Comments
 (0)