Embedded Python Real-Time FrameWork : API
Build 20250616.1
|
pcap File / Record Header Cracker More...
Classes | |
class | FileHdr |
print( 'magic=%02x; compr=d; Time=d' % ( magic, compr, tm ) ) More... | |
class | PktHdr |
benop-byte network packet header : ethernet / ip / udp More... | |
class | RecHdr |
16-byte pcap Record / packet Header from following struct: More... | |
Functions | |
def | IsGzip |
Return True if this is the gzip header string. More... | |
pcap File / Record Header Cracker
def pyRT.gatea.net.pcap.IsGzip | ( | map | ) |
Return True if this is the gzip header string.
Valid gzip file has the following 10-byte header:
map | - 1st 10 bytes of mapped in file |