- Timestamp:
- 09/20/06 15:30:48 (16 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- d0aa87c
- Parents:
- 34ee7eb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_linux.c
rc4cf162 ref3660cb 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.