2 * netsniff-ng - the packet sniffing beast
3 * Copyright 2012 Daniel Borkmann.
4 * Subject to the GPL, version 2.
10 extern const char *lookup_vendor(unsigned int id
);
11 extern void dissector_init_oui(void);
12 extern void dissector_cleanup_oui(void);
14 static inline const char *lookup_vendor_str(unsigned int id
)
16 return lookup_vendor(id
) ? : "Unknown";