Changeset 113 for trunk/src/dataFlowSet.c
- Timestamp:
- 06/23/09 17:42:00 (14 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/dataFlowSet.c
r112 r113 112 112 myPtrs->currentHeaderV9Ptr->sourceId, 113 113 (*myPtrs->currentFlowsetIdPtr)))!=NULL ) { 114 myPtrs->currentMIB->dataFlowSetNb += 1; 114 115 #ifdef DEBUG 115 116 fprintf(stderr, … … 654 655 * end of one flow (not the flowset) 655 656 */ 657 myPtrs->currentMIB->realFlowNb += 1; 656 658 #ifdef DEBUG 657 659 flowCpt++; … … 1271 1273 if ((tmpOpt=existTplOptId(myPtrs->currentRouterPtr, myPtrs->currentHeaderV9Ptr->sourceId, 1272 1274 (*myPtrs->currentFlowsetIdPtr)))!=NULL) { 1275 1276 myPtrs->currentMIB->optDataFlowSetNb += 1; 1273 1277 #ifdef DEBUG 1274 1278 fprintf(stderr,"<d id: %hu, lg %hu", (*myPtrs->currentFlowsetIdPtr), data_length); … … 1342 1346 fprintf(stderr,">"); 1343 1347 #endif 1348 myPtrs->currentMIB->realFlowNb += 1; 1344 1349 return (data_length+shift); 1345 1350 } else {