MCPcopy Index your code
hub / github.com/cSploit/android / getMacVendor

Method getMacVendor

cSploit/src/org/csploit/android/core/System.java:981–986  ·  view source on GitHub ↗
(byte[] mac)

Source from the content-addressed store, hash-verified

979 }
980
981 public static String getMacVendor(byte[] mac){
982 if(mac != null && mVendors != null && mac.length >= 3)
983 return mVendors.get(NetworkHelper.getOUICode(mac));
984 else
985 return null;
986 }
987
988 public static String getProtocolByPort(String port){
989

Callers 1

getDescriptionMethod · 0.95

Calls 2

getOUICodeMethod · 0.95
getMethod · 0.80

Tested by

no test coverage detected