]> sjero.net Git - strip6in4/blob - strip6in4.pod
Add README and man page
[strip6in4] / strip6in4.pod
1 =head1 NAME
2
3 strip6in4 - de-encapsulate 6in4 or 4in6 traffic in a libpcap capture to a separate capture
4
5 =head1 SYNOPSIS
6
7 B<strip6in4> [-v] [-h] [-V] I<input_file> I<output_file>
8
9 =head1 DESCRIPTION
10
11 B<strip6in4> takes a libpcap capture, locates 6in4 or 4in6 traffic and
12 de-encapsulates that traffic into a raw IP (libpcap compatible) capture.
13
14 =head1 OPTIONS
15
16 =over 5
17
18 =item B<-v>
19         
20 Verbose, repeat for additional verbosity
21
22 =item B<-V>
23         
24 Version information
25
26 =item B<-h>
27         
28 Help message
29
30 =back
31
32 =head1 AUTHOR
33
34 Samuel Jero <sj323707@ohio.edu>
35
36 =head1 SEE ALSO
37
38 B<tcpdump>(8)