Changeset 77f79c7 for lib/linktypes.c
- Timestamp:
- 03/27/13 14:48:26 (9 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:
- 593a7c7
- Parents:
- fc8b322
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/linktypes.c
r528eb6e r77f79c7 65 65 case TRACE_DLT_PPP_SERIAL: return TRACE_TYPE_POS; 66 66 case TRACE_DLT_C_HDLC: return TRACE_TYPE_HDLC_POS; 67 case TRACE_DLT_OPENBSD_LOOP: return TRACE_TYPE_OPENBSD_LOOP; 67 68 /* Unhandled */ 68 69 case TRACE_DLT_NULL: /* Raw IP frame with a BSD specific … … 93 94 /* Theres more than one type of PPP. Who knew? */ 94 95 case TRACE_TYPE_POS: return TRACE_DLT_PPP_SERIAL; 96 case TRACE_TYPE_OPENBSD_LOOP: return TRACE_DLT_OPENBSD_LOOP; 95 97 96 98 /* Below here are unsupported conversions */ … … 200 202 case TRACE_TYPE_METADATA: 201 203 case TRACE_TYPE_NONDATA: 204 case TRACE_TYPE_OPENBSD_LOOP: 202 205 break; 203 206 }
Note: See TracChangeset
for help on using the changeset viewer.