Changeset a8f2692 for tools/traceanon/ipenc.h
- Timestamp:
- 10/15/09 18:25:10 (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:
- 189f5c6
- Parents:
- 7f1b9d4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/traceanon/ipenc.h
ra7282fb ra8f2692 9 9 ENC_CRYPTOPAN /**< Prefix preserving encryption */ 10 10 }; 11 void enc_init(enum enc_type_t type, uint8_t*key);11 void enc_init(enum enc_type_t type, char *key); 12 12 uint32_t enc_ip(uint32_t orig_addr); 13 13 #endif
Note: See TracChangeset
for help on using the changeset viewer.