diff options
author | Michele Campus <fci1908@gmail.com> | 2015-07-13 01:05:57 +0200 |
---|---|---|
committer | Michele Campus <fci1908@gmail.com> | 2015-07-13 01:05:57 +0200 |
commit | e3e8b5c6e4f781c0f1053057ce557f0f780911a5 (patch) | |
tree | cb844ec4035d166b8e6d18f68530908113261793 /src/lib/protocols | |
parent | e4f4cfb1de0c9d4227734b583d8523bc2f01fcda (diff) |
fixed Oscar protocol dissector (4)
Diffstat (limited to 'src/lib/protocols')
-rw-r--r-- | src/lib/protocols/oscar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/oscar.c b/src/lib/protocols/oscar.c index 4aef2873e..7222768c3 100644 --- a/src/lib/protocols/oscar.c +++ b/src/lib/protocols/oscar.c @@ -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) { |