packet.unpack(1) centos man page | unix.com

Man Page: packet.unpack

Operating Environment: centos

Section: 1

PACKET.UNPACK(1)						packet.unpack 1.0.1						  PACKET.UNPACK(1)

NAME
packet.unpack - Unpack module
DESCRIPTION
Provides the object for managing and unpacking raw data from a working buffer.
CLASSES
class Unpack(__builtin__.object) Unpack object Usage: from packet.unpack import Unpack x = Unpack(buffer) # Get the 32 bytes from the working buffer data = x.rawdata(32) # Unpack an 'unsigned short' (2 bytes) short_int = x.unpack(2, 'H')[0] Methods defined here: --------------------- __init__(self, data) Constructor Initialize object's private data. data: Raw packet data rawdata(self, size) Get the number of bytes given from the working buffer. unpack(self, size, fmt) Get the number of bytes given from the working buffer and process it according to the given format. Return a tuple of unpack items, see struct.unpack.
BUGS
No known bugs.
AUTHOR
Jorge Mora (mora@netapp.com) NFStest 1.0.2 10 April 2013 PACKET.UNPACK(1)
Related Man Pages
pvm_unpack(3pvm) - redhat
pvm_unpackf(3pvm) - redhat
pvm_upkcplx(3pvm) - redhat
pvm_upkdouble(3pvm) - redhat
git-unpack-objects(1) - mojave
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
How to increment version inside a file?
Shopt -s histappend
[TIP] Processing YAML files with yq
Please Welcome Dave Munro to the Moderator Team!