#ifndef OUI_H #define OUI_H extern const char *lookup_vendor(unsigned int id); extern void dissector_init_oui(void); extern void dissector_cleanup_oui(void); static inline const char *lookup_vendor_str(unsigned int id) { return lookup_vendor(id) ? : "Unknown"; } #endif /* OUI_H */ gi/linux/net-next.git/atom/tools?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2016-10-13 17:23:40 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2016-10-13 17:23:40 -0700
commit1134ca268e7387773cd6cf57aa82cc9d5e0f9127 (patch)
treed1dec9989de703de689c240dd2cd157fe72f49a9 /tools
parentc758f96a8c346ac5a6822b521ec92308c5774381 (diff)
parent930e19248e9b61da36c967687ca79c4d5f977919 (diff)
Merge branch 'next' into for-linus
Prepare second round of input updates for 4.9 merge window.
Diffstat (limited to 'tools')