Skip to content

Commit

Permalink
Merge pull request #65 from kYroL01/dev
Browse files Browse the repository at this point in the history
fixed Oscar family_type
  • Loading branch information
lucaderi committed Jul 13, 2015
2 parents 085d7f0 + e3e8b5c commit f948e76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/protocols/oscar.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {

Expand All @@ -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) {

Expand Down

0 comments on commit f948e76

Please sign in to comment.