pcap.h

struct snoop_file_header	{
	char name[8];
	char junk[8];
};

struct snoop_packet_header	{
	long	packet_size;
	char	junk[20];
};