diff options
-rw-r--r-- | src/lib/protocols/oscar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/protocols/oscar.c b/src/lib/protocols/oscar.c index f5ce1dc18..7222768c3 100644 --- a/src/lib/protocols/oscar.c +++ b/src/lib/protocols/oscar.c @@ -521,7 +521,7 @@ static void ndpi_search_oscar_tcp_connect(struct ndpi_detection_module_struct } } /* Family 0x0017 */ - if (family == htons(SERVER_STORED_INFO)) + if (family == htons(INIT_AUTH)) { switch (type) { @@ -543,7 +543,7 @@ static void ndpi_search_oscar_tcp_connect(struct ndpi_detection_module_struct /* TODO */ } /* Family 0x0085 */ - if (family == htons(SERVER_STORED_INFO)) + if (family == htons(IS_EXT)) { switch (type) { |