tracedump
single application IP packet sniffer
Data Fields

pid Struct Reference

Represents a process. More...

#include <tracedump.h>

Data Fields

struct tracedumptd
 path to the root data structure
int pid
 process ID
bool in_socketcall
 true if in syscall 102 and its bind(), sendto() or connect()
int code
 socketcall code
struct sockss
 cache
struct user_regs_struct regs
 regs backup

Detailed Description

Represents a process.

Definition at line 73 of file tracedump.h.


Field Documentation

int pid::code

socketcall code

Definition at line 78 of file tracedump.h.

Referenced by main().

true if in syscall 102 and its bind(), sendto() or connect()

Definition at line 77 of file tracedump.h.

Referenced by handle_socket(), and main().

int pid::pid
struct user_regs_struct pid::regs

regs backup

Definition at line 81 of file tracedump.h.

Referenced by inject_escape_socketcall(), and inject_restore_socketcall().

struct sock* pid::ss

cache

Definition at line 79 of file tracedump.h.

Referenced by handle_socket().

struct tracedump* pid::td

path to the root data structure

Definition at line 74 of file tracedump.h.

Referenced by _run_ptrace(), handle_socket(), pid_get(), and ptrace_attach_pid().


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Enumerations Enumerator Defines