Changeset 1007 for trunk/lib/format_linux.c
- Timestamp:
- 09/20/06 15:30:48 (7 years ago)
- File:
-
- 1 edited
-
trunk/lib/format_linux.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/format_linux.c
r982 r1007 310 310 case ARPHRD_PPP: 311 311 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; 314 316 default: /* shrug, beyond me! */ 315 317 printf("unknown Linux ARPHRD type 0x%04x\n",linktype);
Note: See TracChangeset
for help on using the changeset viewer.
