Changeset 4697684
- Timestamp:
- 11/23/17 15:02:23 (3 years ago)
- Branches:
- cachetimestamps, develop, dpdk-ndag, etsilive, master, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance
- Children:
- 9726d0e
- Parents:
- be32cc7
- Location:
- lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_linux_common.h
rdb84bb2 r4697684 394 394 return TRACE_TYPE_ETH; 395 395 case LIBTRACE_ARPHRD_PPP: 396 case LIBTRACE_ARPHRD_IPGRE: 396 397 return TRACE_TYPE_NONE; 397 398 case LIBTRACE_ARPHRD_IEEE80211_RADIOTAP: -
lib/linktypes.c
red5b2ce r4697684 218 218 case LIBTRACE_ARPHRD_IEEE80211_RADIOTAP: return TRACE_TYPE_80211_RADIO; 219 219 case LIBTRACE_ARPHRD_PPP: return TRACE_TYPE_NONE; 220 case LIBTRACE_ARPHRD_IPGRE: return TRACE_TYPE_NONE; 220 221 case LIBTRACE_ARPHRD_LOOPBACK: return TRACE_TYPE_ETH; 221 222 case LIBTRACE_ARPHRD_SIT: return TRACE_TYPE_ETH;
Note: See TracChangeset
for help on using the changeset viewer.