Packet Output Object (Get-Packet Cmdlet)

This object contains details about a packet received while the component was sniffing.

Syntax

Object Packet {
   string Destination;
   string Source;
   string Protocol;
   int DestinationPort;
   int SourcePort;
   string Payload;
}

Remarks

When the cmdlet is active and listening for network traffic, each packet received and sent across the interface in LocalIP will be stored in a Packet object. This object contains information about the packet sniffed.

Copyright (c) 2022 /n software inc. - All rights reserved.
NetCmdlets 2020 - Version 20.0 [Build 8319]
 

Copyright (c) 2022 /n software inc. - All rights reserved.
NetCmdlets 2020 - Version 20.0 [Build 8319]