<div class="gmail_quote">On Mon, Jun 21, 2010 at 2:02 PM, Ken Keys <span dir="ltr">&lt;<a href="mailto:kkeys@caida.org">kkeys@caida.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div><div></div><div class="h5">&gt; Here&#39;s the command I&#39;m using:<br>
&gt;<br>
&gt; $ ./apps/utils/crl_trace -Canonymize=cryptopan,keyfile=secret -r trace.pcap<br><br>
</div></div>crl_trace doesn&#39;t support anonymization, but that&#39;s not the app you want<br>
anyway.  You want crl_to_pcap.  (The &quot;to_pcap&quot; part signifies the output<br>
format.  The input format can be anything coral can read; inputting and<br>
outputting the same format is useful if you want to filter or modify the<br>
packets.)  For example:<br>
<br>
crl_to_pcap -Canonymize=cryptopan,keyfile=secret -o out.pcap in.pcap</blockquote><div><br></div><div>Ah, great—that worked perfectly.  Thanks, Ken!</div><div>-Jeff T.</div><div><br></div></div>