Changeset 751531a for lib/linktypes.c
- Timestamp:
- 04/08/06 16:14:13 (16 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:
- af52072
- Parents:
- 8afe034
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/linktypes.c
r67a14d4 r751531a 80 80 switch(linktype) { 81 81 case TRACE_TYPE_LEGACY: return TYPE_LEGACY; 82 case TRACE_TYPE_HDLC_POS: return TYPE_HDLC_POS; 82 83 case TRACE_TYPE_ETH: return TYPE_ETH; 83 84 case TRACE_TYPE_ATM: return TYPE_ATM; 85 case TRACE_TYPE_AAL5: return TYPE_AAL5; 84 86 } 85 87 return -1;
Note: See TracChangeset
for help on using the changeset viewer.