Changeset 1350
- Timestamp:
- 05/05/08 10:38:22 (8 months ago)
- Files:
-
- trunk/lib/format_linux.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/format_linux.c
r1347 r1350 52 52 53 53 #include <assert.h> 54 55 /* Declared in linux/if_arp.h but not in net/if_arp.h sigh */ 56 #ifndef ARPHRD_NONE 57 #define ARPHRD_NONE 0xfffe 58 #endif 54 59 55 60 struct tpacket_stats { … … 473 478 return TRACE_TYPE_80211; 474 479 case ARPHRD_SIT: 480 case ARPHRD_NONE: 475 481 return TRACE_TYPE_NONE; 476 482 default: /* shrug, beyond me! */
