Ignore:
Timestamp:
09/20/06 15:30:48 (7 years ago)
Author:
smr26
Message:

Make libtrace aware of ARPHRD_IEEE80211

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/format_linux.c

    r982 r1007  
    310310                case ARPHRD_PPP: 
    311311                        return TRACE_TYPE_NONE; 
    312         case ARPHRD_80211_RADIOTAP: 
    313             return TRACE_TYPE_80211_RADIO; 
     312                case ARPHRD_80211_RADIOTAP: 
     313                        return TRACE_TYPE_80211_RADIO; 
     314                case ARPHRD_IEEE80211: 
     315                        return TRACE_TYPE_80211; 
    314316                default: /* shrug, beyond me! */ 
    315317                        printf("unknown Linux ARPHRD type 0x%04x\n",linktype); 
Note: See TracChangeset for help on using the changeset viewer.