diff options
author | Michele Campus <fci1908@gmail.com> | 2015-07-13 01:02:23 +0200 |
---|---|---|
committer | Michele Campus <fci1908@gmail.com> | 2015-07-13 01:02:23 +0200 |
commit | e4f4cfb1de0c9d4227734b583d8523bc2f01fcda (patch) | |
tree | 5d4ba0bdf02f125d0d473090549bb56c388782b3 /src | |
parent | 085d7f0ed470b45bc40c14fb9ab43bc370330779 (diff) |
fixed Oscar protocol dissector (4)
Diffstat (limited to 'src')
-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 f5ce1dc18..4aef2873e 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) { |