Changeset 1118


Ignore:
Timestamp:
12/21/06 13:22:48 (6 years ago)
Author:
spa1
Message:

ARPHRD_SIT is now dealt with appropriately

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/format_linux.c

    r1091 r1118  
    325325                case ARPHRD_IEEE80211: 
    326326                        return TRACE_TYPE_80211; 
     327                case ARPHRD_SIT: 
     328                        return TRACE_TYPE_NONE; 
    327329                default: /* shrug, beyond me! */ 
    328330                        printf("unknown Linux ARPHRD type 0x%04x\n",linktype); 
Note: See TracChangeset for help on using the changeset viewer.