Merge pull request #1896 from kevinGC:parseports

PiperOrigin-RevId: 296017834
This commit is contained in:
Copybara-Service
2020-02-19 11:40:36 -08:00
+1 -1
View File
@@ -277,7 +277,7 @@ type NetworkProtocol interface {
// DefaultPrefixLen returns the protocol's default prefix length.
DefaultPrefixLen() int
// ParsePorts returns the source and destination addresses stored in a
// ParseAddresses returns the source and destination addresses stored in a
// packet of this protocol.
ParseAddresses(v buffer.View) (src, dst tcpip.Address)