HelenOS sources

linktype_parser_t   45 uspace/app/pcapcat/main.c static const linktype_parser_t eth_parser = {
linktype_parser_t   51 uspace/app/pcapcat/main.c static const linktype_parser_t parsers[1] = { eth_parser };
linktype_parser_t   71 uspace/app/pcapcat/main.c 	int parser_count = sizeof(parsers) / sizeof(linktype_parser_t);
HelenOS homepage, sources at GitHub