NetCmdlets 2016
NetCmdlets 2016
Questions / Feedback?

Packet Output Object (Get-Packet Cmdlet)

This object contains details about a packet received while the cmdlet 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) 2019 /n software inc. - All rights reserved.
NetCmdlets 2016 - Version 16.0 [Build 7240]
 

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
NetCmdlets 2016 - Version 16.0 [Build 7240]