File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ The high level design goals of Packet.Net are:
8
8
9
9
Packet.Net is a rewrite of SharpPcap's packet parsers.
10
10
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
12
12
what these are it is important to know more about SharpPcap's design.
13
13
14
14
15
15
SharpPcap's packet parsing
16
16
--------------------------
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
18
18
a UdpPacket is an IpPacket which is an EthernetPacket which is a Packet. This is useful
19
19
because a user can have a 'UdpPacket udp' and can access the source mac address via
20
20
'udp.SourceHwAddress', without having to jump through any hoops.
You can’t perform that action at this time.
0 commit comments