IP_TEXT 67 uspace/app/pcapcat/eth_parser.c #define PRINT_IP(msg, ip_addr, spaces) printf("%s %s: %d.%d.%d.%d%s", msg, IP_TEXT, ip_addr[0], ip_addr[1], ip_addr[2], ip_addr[3], spaces) IP_TEXT 158 uspace/app/pcapcat/eth_parser.c printf("%s %s", IP_TEXT, MALFORMED_PACKET); IP_TEXT 170 uspace/app/pcapcat/eth_parser.c printf("%s header: %dB, payload: %dB, protocol: 0x%x, ", IP_TEXT, header_length, payload_length, ip_protocol);HelenOS homepage, sources at GitHub