forked from appneta/tcpreplay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
39 lines (32 loc) · 1.61 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
$Id$
[Please note that licensing, compiling, usage and other documentation can be
found in the docs subdirectory.]
If you have a question or think you are experiancing a bug, it is important
that you provide enough information for us to help you. Failure to provide
enough information will likely cause your email to be ignored or get an
annoyed reply from the author.
If your problem has to do with COMPILING tcpreplay:
- Version of tcpreplay you are trying to compile
- Platform (Red Hat Linux 9 on x86, Solaris 7 on SPARC, OS X on PPC, etc)
- ./configure arguments
- Contents of config.log
- Output from 'make'
- Any additional information you think that would be useful.
If your problem has to do with RUNNING tcpreplay or one of the sub-tools:
- Version information (output of -V)
- Command line used (options and arguments)
- Platform (Red Hat Linux 9 on Intel, Solaris 7 on SPARC, etc)
- Error message (if available) and/or description of problem
- If possible, attach the pcap file used (compressed with bzip2 or gzip
preferred)
- The core dump or backtrace if available
- Detailed description of your problem or what you are trying to accomplish
Note: The author of tcpreplay primarily uses OS X; hence, if you're reporting
an issue on another platform, it is important that you give very detailed
information as I may not be able to reproduce your issue.
You are also strongly encouraged to read the extensive documentation (man
pages, FAQ, documents in /docs and email list archives) BEFORE posting to the
tcpreplay-users email list:
http://lists.sourceforge.net/lists/listinfo/tcpreplay-users
Thanks,
Aaron (tcpreplay author)