SYMBOL INDEX (43 symbols across 8 files) FILE: pcap.c function is_plausible (line 44) | int is_plausible(struct global_hdr_s global_hdr, struct packet_hdr_s hdr... function check_header (line 138) | int check_header(char *buffer, unsigned int size, unsigned int prior_ts,... function fix_pcap (line 196) | int fix_pcap(FILE *pcap, FILE *pcap_fix) { function fix_pcap_packets (line 378) | int fix_pcap_packets(FILE *pcap, FILE *pcap_fix, off_t filesize, struct ... FILE: pcap.h type global_hdr_s (line 30) | struct global_hdr_s { type packet_hdr_s (line 41) | struct packet_hdr_s { type global_hdr_s (line 66) | struct global_hdr_s type packet_hdr_s (line 66) | struct packet_hdr_s type global_hdr_s (line 83) | struct global_hdr_s type packet_hdr_s (line 83) | struct packet_hdr_s type global_hdr_s (line 122) | struct global_hdr_s FILE: pcap_kuznet.c function is_plausible_kuznetzov (line 41) | int is_plausible_kuznetzov(struct global_hdr_s global_hdr, struct packet... function check_header_kuznetzov (line 129) | int check_header_kuznetzov(char *buffer, unsigned int size, unsigned int... function fix_pcap_kuznetzov (line 187) | int fix_pcap_kuznetzov(FILE *pcap, FILE *pcap_fix) { function fix_pcap_packets_kuznetzov (line 353) | int fix_pcap_packets_kuznetzov(FILE *pcap, FILE *pcap_fix, off_t filesiz... FILE: pcap_kuznet.h type packet_hdr_kuznet_s (line 30) | struct packet_hdr_kuznet_s { type global_hdr_s (line 58) | struct global_hdr_s type packet_hdr_s (line 58) | struct packet_hdr_s type global_hdr_s (line 75) | struct global_hdr_s type packet_hdr_kuznet_s (line 75) | struct packet_hdr_kuznet_s type global_hdr_s (line 114) | struct global_hdr_s FILE: pcapfix.c function usage (line 77) | void usage(char *progname) { function conshort (line 103) | unsigned short conshort(unsigned short var) { function conint (line 121) | unsigned int conint(unsigned int var) { function print_progress (line 135) | void print_progress(off_t pos, off_t filesize) { function main (line 171) | int main(int argc, char *argv[]) { FILE: pcapfix.h type u_int8_t (line 40) | typedef uint8_t u_int8_t; type u_int16_t (line 41) | typedef uint16_t u_int16_t; type u_int32_t (line 42) | typedef uint32_t u_int32_t; FILE: pcapng.c type block_header (line 24) | struct block_header { type option_header (line 30) | struct option_header { type section_header_block (line 36) | struct section_header_block { type interface_description_block (line 44) | struct interface_description_block { type packet_block (line 51) | struct packet_block { type simple_packet_block (line 61) | struct simple_packet_block { type name_resolution_block (line 66) | struct name_resolution_block { type interface_statistics_block (line 72) | struct interface_statistics_block { type enhanced_packet_block (line 79) | struct enhanced_packet_block { function fix_pcapng (line 102) | int fix_pcapng(FILE *pcap, FILE *pcap_fix) { function find_valid_block (line 1694) | int find_valid_block(FILE *pcap, off_t filesize) { function write_shb (line 1792) | int write_shb(FILE *pcap_fix, char* writebuffer, off_t* writepos) { function write_idb (line 1891) | int write_idb(FILE *pcap_fix, char* writebuffer, off_t* writepos) { FILE: winfunc.c function truncate (line 25) | int truncate(const char *pathname, _off_t len){