Changeset 971
- Timestamp:
- 09/05/06 17:00:29 (7 years ago)
- File:
-
- 1 edited
-
trunk/lib/format_linux.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/format_linux.c
r970 r971 310 310 return TRACE_TYPE_NONE; 311 311 default: /* shrug, beyond me! */ 312 printf("unknown Linux ARPHRD type %x\n",linktype);312 printf("unknown Linux ARPHRD type 0x%04x\n",linktype); 313 313 return (libtrace_linktype_t)~0U; 314 314 }
Note: See TracChangeset
for help on using the changeset viewer.
