Changeset 835 for trunk/lib/protocols.c


Ignore:
Timestamp:
05/29/06 11:05:06 (7 years ago)
Author:
perry
Message:

Deal with DUCK packets appropriately

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/protocols.c

    r827 r835  
    558558                case TRACE_TYPE_PFLOG: 
    559559                case TRACE_TYPE_ATM: 
     560                case TRACE_TYPE_DUCK: 
    560561                        return NULL; 
    561562        } 
     
    586587                case TRACE_TYPE_LINUX_SLL: 
    587588                case TRACE_TYPE_PFLOG: 
     589                case TRACE_TYPE_DUCK: 
    588590                        /* No MAC address */ 
    589591                        return NULL; 
Note: See TracChangeset for help on using the changeset viewer.