dsniff
2.4b2
About: A collection of tools for network auditing
![]() ![]() |
#include "config.h"
#include <sys/param.h>
#include <sys/types.h>
#include <sys/ioctl.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <err.h>
#include <pcap.h>
#include "pcaputil.h"
Go to the source code of this file.
Functions | |
int | pcap_dloff (pcap_t *pd) |
pcap_t * | pcap_init (char *intf, char *filter, int snaplen) |
char * | copy_argv (char **argv) |
char* copy_argv | ( | char ** | argv | ) |
int pcap_dloff | ( | pcap_t * | pd | ) |
pcap_t* pcap_init | ( | char * | intf, |
char * | filter, | ||
int | snaplen | ||
) |