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.

26 lines
1.0 KiB

  1. From efd8348c3a5ace204410608f1805c9d5899096ab Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD=20=D0=A1=D0=BF=D0=B8=D0=BD=D0=B5?=
  3. =?UTF-8?q?=D0=BD=D0=BA=D0=BE?= <ispinenko@ideco.ru>
  4. Date: Thu, 13 Sep 2018 18:23:47 +0500
  5. Subject: [PATCH 3/9] Fixed duplicate protocol name. #607
  6. ---
  7. src/lib/ndpi_main.c | 2 +-
  8. 1 file changed, 1 insertion(+), 1 deletion(-)
  9. diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c
  10. index 540e158..33ccbb1 100644
  11. --- a/src/lib/ndpi_main.c
  12. +++ b/src/lib/ndpi_main.c
  13. @@ -1225,7 +1225,7 @@ static void ndpi_init_protocol_defaults(struct ndpi_detection_module_struct *ndp
  14. ndpi_build_default_ports(ports_b, 0, 0, 0, 0, 0) /* UDP */);
  15. ndpi_set_proto_defaults(ndpi_mod, NDPI_PROTOCOL_FUN, NDPI_PROTOCOL_VIDTO,
  16. no_master,
  17. - no_master, "PPStream", NDPI_PROTOCOL_CATEGORY_MEDIA,
  18. + no_master, "Vidto", NDPI_PROTOCOL_CATEGORY_MEDIA,
  19. ndpi_build_default_ports(ports_a, 0, 0, 0, 0, 0) /* TCP */,
  20. ndpi_build_default_ports(ports_b, 0, 0, 0, 0, 0) /* UDP */);
  21. --
  22. 2.19.1