Changeset 982 for trunk/lib/format_linux.c
- Timestamp:
- 09/12/06 13:46:45 (7 years ago)
- File:
-
- 1 edited
-
trunk/lib/format_linux.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/format_linux.c
r971 r982 50 50 #include <sys/ioctl.h> 51 51 #include <errno.h> 52 52 53 53 54 struct libtrace_format_data_t { … … 309 310 case ARPHRD_PPP: 310 311 return TRACE_TYPE_NONE; 312 case ARPHRD_80211_RADIOTAP: 313 return TRACE_TYPE_80211_RADIO; 311 314 default: /* shrug, beyond me! */ 312 315 printf("unknown Linux ARPHRD type 0x%04x\n",linktype);
Note: See TracChangeset
for help on using the changeset viewer.
