Contents Menu Expand Light mode Dark mode Auto light/dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
PyPCAPKit
PyPCAPKit
  • Module Documentation
    • User Interface
      • Core Interface
      • Auxiliary Interface
    • Library Foundation
      • File Extractor
      • Engine Support
        • Base Engine
        • Built-in Engines
        • 3rd-Party Engines
      • Packets Reassembly
        • Base Class
        • IP Datagram Reassembly
          • Base Class
          • IPv4 Datagram Reassembly
          • IPv6 Datagram Reassembly
        • TCP Datagram Reassembly
      • Flow Tracing
        • Base Class
        • Follow TCP Stream
      • Registry Management
    • Protocol Family
      • Root Protocol
      • Link Layer
        • Base Protocol
        • Ethernet Protocol
        • ARP/InARP - (Inverse) Address Resolution Protocol
        • RARP/DRARP - (Dynamic) Reverse Address Resolution Protocol
        • L2TP - Layer Two Tunnelling Protocol
        • OSPF - Open Shortest Path First
        • VLAN - 802.1Q Customer VLAN Tag Type
      • Internet Layer
        • Base Protocol
        • IP - Internet Protocol
        • IPv4 - Internet Protocol version 4
        • IPv6 - Internet Protocol version 6
        • IPv6-Frag - Fragment Header for IPv6
        • IPv6-Opts - Destination Options for IPv6
        • IPv6-Route - Routing Header for IPv6
        • HOPOPT - IPv6 Hop-by-Hop Options
        • IPsec - Internet Protocol Security
        • AH - Authentication Header
        • HIP - Host Identity Protocol
        • MH - Mobility Header
        • IPX - Internetwork Packet Exchange
      • Transport Layer
        • Base Protocol
        • TCP - Transmission Control Protocol
        • UDP - User Datagram Protocol
      • Application Layer
        • Base Protocol
        • HTTP - Hypertext Transfer Protocol
        • HTTP/1.* - Hypertext Transfer Protocol
        • HTTP/2 - Hypertext Transfer Protocol
        • FTP - File Transfer Protocol
      • Auxiliary Protocols
        • PCAP File Headers
        • PCAP-NG File Format
        • Raw Packet Data
        • No-Payload Packet
    • Core Utilities
      • Protocol Fields
        • Base Fields
        • Numerical Fields
        • Text Fields
        • IP Address Fields
        • Container Fields
        • Miscellaneous Fields
      • Info Class
      • Seekable I/O Object
      • Module Descriptor
      • Multi-Mapping Dictionary
      • Protocol Chain
      • Version Info
    • Compatibility Tools
      • Built-in Support
      • 3rd-Party Support
    • Dump Utilities
      • PCAP Dumper
      • Null Dumper
      • Common Utilities
    • Module Utilities
      • Auxiliary Functions
      • User Defined Exceptions
      • User Defined Warnings
    • Constant Enumerations
      • Protocol Type Registry Constant Enumerations
      • PCAPNG Constant Enumerations
      • ARP Constant Enumerations
      • L2TP Constant Enumerations
      • OSPF Constant Enumerations
      • VLAN Constant Enumerations
      • HIP Constant Enumerations
      • IPv4 Constant Enumerations
      • IPv6 Constant Enumerations
      • IPX Constant Enumerations
      • MH Constant Enumerations
      • TCP Constant Enumerations
      • FTP Constant Enumerations
      • HTTP Constant Enumerations
    • Vendor Crawlers
      • Base Crawler
      • Protocol Type Registry Vendor Crawlers
      • PCAPNG Vendor Crawlers
      • ARP Vendor Crawlers
      • L2TP Vendor Crawlers
      • OSPF Vendor Crawlers
      • VLAN Vendor Crawlers
      • HIP Vendor Crawler
      • IPv4 Vendor Crawlers
      • IPv6 Vendor Crawlers
      • IPX Vendor Crawlers
      • MH Vendor Crawlers
      • TCP Vendor Crawlers
      • FTP Vendor Crawler
      • HTTP Vendor Crawler
  • Customisation & Extensions
  • How to …
  • Help Wanted
Back to top
View this page
Edit this page

Auxiliary Protocols¶

pcapkit.protocols.misc contains the auxiliary protocol implementations. Such includes the Raw class for not-supported protocols, the NoPayload class for indication of empty payload, and PCAP header classes.

  • PCAP File Headers
  • PCAP-NG File Format
  • Raw Packet Data
  • No-Payload Packet
Next
PCAP File Headers
Previous
FTP - File Transfer Protocol
Copyright © 2017-2025, Jarry Shaw
Made with Sphinx and @pradyunsg's Furo