You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
584 B

  1. diff -u --recursive snort-2.9.15-vanilla/src/dynamic-preprocessors/appid/service_plugins/service_rpc.c snort-2.9.15/src/dynamic-preprocessors/appid/service_plugins/service_rpc.c
  2. --- snort-2.9.15-vanilla/src/dynamic-preprocessors/appid/service_plugins/service_rpc.c 2019-10-03 02:42:31.000000000 -0400
  3. +++ snort-2.9.15/src/dynamic-preprocessors/appid/service_plugins/service_rpc.c 2019-10-13 16:16:37.146329944 -0400
  4. @@ -32,6 +32,7 @@
  5. #include "flow.h"
  6. #include "service_api.h"
  7. +#include <tirpc/rpc/rpcent.h>
  8. #if defined(FREEBSD) || defined(OPENBSD)
  9. #include "rpc/rpc.h"
  10. #endif