diff --git a/src/network_traffic_filter.c b/src/network_traffic_filter.c index 137b478..8cf68ef 100644 --- a/src/network_traffic_filter.c +++ b/src/network_traffic_filter.c @@ -156,7 +156,7 @@ void collect_packet_info (packet_address_proto_info_t* out_info, unsigned char * out_info->proto = FPP_UNKNOWN; break; default: - printf("EtherType 0x%04X", ether_type); + traceEvent(TRACE_DEBUG, "collect_packet_info stumbled across the unknown ether type 0x%04X", ether_type); }; }