country code aggregation bug
Carter Bullard
carter at qosient.com
Thu Jun 21 15:46:05 EDT 2012
Gentle people,
There is a potential for the dst country code to be zero'd out when aggregating. The fix is included below.
Because we just released client patches, I'll wait a bit to release another bugfix release,
possible a few week.s
This fix will be available in argus-clients-3.0.7.1, which I'll have on the server later next week.
==== //depot/argus/clients/common/argus_client.c#272 - /Volumes/Users/carter/argus/clients/common/argus_client.c ====
***************
*** 8805,8811 ****
if (c1 && c2) {
if (bcmp(c1->src, c2->src, sizeof(c1->src)))
bzero(&c1->src, sizeof(c1->src));
! if (bcmp(c1->dst, c2->src, sizeof(c1->dst)))
bzero(&c1->dst, sizeof(c1->dst));
} else
--- 8805,8811 ----
if (c1 && c2) {
if (bcmp(c1->src, c2->src, sizeof(c1->src)))
bzero(&c1->src, sizeof(c1->src));
! if (bcmp(c1->dst, c2->dst, sizeof(c1->dst)))
bzero(&c1->dst, sizeof(c1->dst));
} else
For those that are building country based reports and real-time displays/tables, this fix is important.
Sorry fo any inconvenience,
Carter
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4367 bytes
Desc: not available
URL: <https://pairlist1.pair.net/pipermail/argus/attachments/20120621/f836dc75/attachment.bin>
More information about the argus
mailing list