Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Macros | Functions
pcapng-sysdig.c File Reference
#include "config.h"
#include <wsutil/ws_padding_to.h>
#include "wtap-int.h"
#include "file_wrappers.h"
#include "pcapng_module.h"

Macros

#define MIN_SYSDIG_PREAMBLE_SIZE   (16/8) /* CPU ID */
 
#define MIN_SYSDIG_EVENT_SIZE   ((64 + 64 + 32 + 16)/8) /* Timestamp + Thread ID + Event len + Event type */
 

Functions

void wtap_setup_syscall_rec (wtap_rec *rec)
 
bool pcapng_process_meta_event (wtap *wth, section_info_t *section_info _U_, wtapng_block_t *wblock)
 
void register_sysdig (void)
 

Detailed Description

SPDX-License-Identifier: GPL-2.0-or-later

Function Documentation

◆ wtap_setup_syscall_rec()

void wtap_setup_syscall_rec ( wtap_rec rec)

Set up a wtap_rec for a system call (REC_TYPE_SYSCALL).