Changeset f0fa090
- Timestamp:
- 10/12/09 10:37:51 (11 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:
- a7ce58a
- Parents:
- e7307f9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/protocols_transport.c
rc5a35e6 rf0fa090 38 38 (libtrace_ip6_t*)transport, proto, remaining); 39 39 40 default:41 fprintf(stderr,"unknown ethertype=%04x\n",ethertype);42 *proto=0;43 return NULL;44 40 } 45 41 42 *proto=0; 43 return NULL; 46 44 } 47 45
Note: See TracChangeset
for help on using the changeset viewer.