Changeset c968cfc
- Timestamp:
- 09/15/15 11:38:00 (7 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, 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:
- a31e166
- Parents:
- 2d8a045
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/traceanon/traceanon.cc
r2d8a045 rc968cfc 13 13 #include <signal.h> 14 14 15 enum enc_type_t { 16 ENC_NONE, 17 ENC_CRYPTOPAN, 18 ENC_PREFIX_SUBSTITUTION 19 }; 20 15 21 bool enc_source = false; 16 22 bool enc_dest = false; … … 29 35 trace_pstop(trace); 30 36 } 31 32 33 37 34 38 static void usage(char *argv0)
Note: See TracChangeset
for help on using the changeset viewer.