Changeset 10814d7
- Timestamp:
- 09/27/04 14:53:44 (16 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:
- 83e0a25
- Parents:
- 8043ced
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/libtrace.h
rd95447b r10814d7 110 110 u_int8_t ip_p; /**< protocol */ 111 111 u_short ip_sum; /**< checksum */ 112 struct in_addr ip_src, ip_dst; /**< source and dest address */ 112 struct in_addr ip_src; /**< source address */ 113 struct in_addr ip_dst; /**< dest address */ 113 114 }; 114 115
Note: See TracChangeset
for help on using the changeset viewer.