Changeset 201625b
- Timestamp:
- 04/29/06 15:11:57 (15 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:
- 51c83a4
- Parents:
- fc2e63f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_linux.c
rfc2e63f r201625b 259 259 static libtrace_linktype_t linuxnative_get_link_type(const struct libtrace_packet_t *packet) { 260 260 int linktype=htons((((struct libtrace_linuxnative_header*)(packet->buffer)) 261 ->hdr.sll_protocol)) 261 ->hdr.sll_protocol)); 262 262 switch (linktype) { 263 263 case ETH_P_IP:
Note: See TracChangeset
for help on using the changeset viewer.