Changeset 158 for trunk/src/dataFlowSet.c
- Timestamp:
- 10/18/11 16:42:15 (11 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/dataFlowSet.c
r154 r158 862 862 } 863 863 switch (agCache.dPort){ 864 case 25: 865 myPtrs->currentMIB->ipv4MailFlowNb += 1; 866 myPtrs->currentMIB->ipv4MailBytesNb += agCache.bytes; 867 myPtrs->currentMIB->ipv4MailPcktsNb += agCache.pkts; 868 break; 864 869 case 53: 865 870 myPtrs->currentMIB->ipv4DNSFlowNb += 1;