Changeset 763
- Timestamp:
- 05/01/06 20:37:49 (7 years ago)
- File:
-
- 1 edited
-
trunk/lib/format_linux.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/format_linux.c
r762 r763 258 258 259 259 static libtrace_linktype_t linuxnative_get_link_type(const struct libtrace_packet_t *packet) { 260 int linktype= htons((((struct libtrace_linuxnative_header*)(packet->buffer))261 ->hdr.sll_hatype) );260 int linktype=(((struct libtrace_linuxnative_header*)(packet->buffer)) 261 ->hdr.sll_hatype); 262 262 switch (linktype) { 263 263 case ARPHRD_ETHER:
Note: See TracChangeset
for help on using the changeset viewer.
