Changeset 81c2da8
- Timestamp:
- 04/13/10 15:17:24 (11 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- b5af22c
- Parents:
- 14509f0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_dag25.c
r43c00e5 r81c2da8 494 494 495 495 FORMAT_DATA->device = dag_device; 496 497 /* See Config_Status_API_Programming_Guide.pdf from the Endace Dag Documentation */ 498 /* Check kBooleanAttributeActive is true -- no point capturing on an interface that's disabled */ 499 /* Check kBooleanAttributeFault is false */ 500 /* Check kBooleanAttributeLocalFault is false */ 501 /* Check kBooleanAttributeLock is true ? */ 502 /* Check kBooleanAttributePeerLink ? */ 503 504 /* Set kBooleanAttributePromisc/kBooleanPromiscuousMode based on libtrace promisc attribute?*/ 505 /* Set kUint32AttributeSnapLength to the snaplength */ 496 506 497 507 pthread_mutex_unlock(&open_dag_mutex);
Note: See TracChangeset
for help on using the changeset viewer.