Current File : //kunden/usr/share/systemtap/examples/security-band-aids/cve-2015-7547.stp
global T_UNSPEC = 62321
global T_A = 1
probe process("/lib*/libresolv.so.*").function("__libc_res_nquery")
{
  if ($type == T_UNSPEC ) { $type = T_A }
}