Changeset be22b51 for lib/protocols.c
- Timestamp:
- 03/26/07 11:25:01 (15 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:
- f0c639b
- Parents:
- dbdc23f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/protocols.c
r4a207b8 rbe22b51 320 320 case TRACE_TYPE_DUCK: 321 321 return NULL; /* duck packets have no payload! */ 322 case TRACE_TYPE_METADATA: 323 return NULL; /* The payload is in these packets does 324 not correspond to a genuine link-layer 325 */ 322 326 default: 323 327 break; … … 732 736 case TRACE_TYPE_ATM: 733 737 case TRACE_TYPE_DUCK: 738 case TRACE_TYPE_METADATA: 734 739 return NULL; 735 740 default: … … 767 772 case TRACE_TYPE_PFLOG: 768 773 case TRACE_TYPE_DUCK: 774 case TRACE_TYPE_METADATA: 769 775 /* No MAC address */ 770 776 return NULL;
Note: See TracChangeset
for help on using the changeset viewer.