From 04b2adac4e5d460f39454b59ed4f2d3374cb796b Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 16 Nov 2015 08:46:00 +0100 Subject: lookup: Use lookup module for OUI lookup as well Do not needlessly duplicate code between the oui and the lookup module. Instead, add an additional lookup table for OUIs to the lookup module. Signed-off-by: Tobias Klauser --- proto_lldp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto_lldp.c') diff --git a/proto_lldp.c b/proto_lldp.c index 86d6bc8..4f71ec6 100644 --- a/proto_lldp.c +++ b/proto_lldp.c @@ -9,7 +9,7 @@ #include /* for ntohs()/ntohl() */ #include "built_in.h" -#include "oui.h" +#include "lookup.h" #include "pkt_buff.h" #include "proto.h" #include "protos.h" -- cgit v1.2.3-54-g00ecf