:orphan: .. index:: pair: struct; rgt_cap_idx_rec .. _doxid-structrgt__cap__idx__rec: struct rgt_cap_idx_rec ====================== .. toctree:: :hidden: Overview ~~~~~~~~ Entry in index of capture files heads. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct rgt_cap_idx_rec { // fields uint64_t :ref:`pos`; uint32_t :ref:`len`; }; .. _details-structrgt__cap__idx__rec: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Entry in index of capture files heads. Capture file head is the main PCAP header + PCAP header and data related to the first captured packet. That packet is a fake one containing information about sniffer (TA name, interface name, etc). All such heads are stored in a single file in RAW log bundle. A separate index file tells at which position a head for a particular capture file is stored and how many bytes it contains. Fields ------ .. index:: pair: variable; pos .. _doxid-structrgt__cap__idx__rec_1abb612458096a2ad5ee9bfd8e4e84b13d: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint64_t pos Position in the file of capture heads .. index:: pair: variable; len .. _doxid-structrgt__cap__idx__rec_1ad3172b777027d69679f99bab9d617ae1: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t len Length of the capture file head