Ticket #110 (closed enhancement: fixed)
Add official support for Win32
| Reported by: | aturner | Owned by: | aturner |
|---|---|---|---|
| Priority: | medium | Milestone: | 3.0.RC1 |
| Component: | tcpreplay | Version: | 3.0.beta12 |
| Keywords: | Cc: | ||
| Operating System: | Windows | Add to FAQ?: | no |
| Hardware: | Intel | ||
| Output of tcpreplay -V: | |||
Description
The download stats for the old Win32 port of tcpreplay is actually quite high. Seems that there is quite a demand for it. Hence, I should look at supporting tcpreplay under MinGW or something like that under Windows. First target should be WinXP with others to follow as needed.
Change History
comment:9 Changed 5 years ago by aturner
- Status changed from new to assigned
- Milestone changed from 3.0+ to 3.0.RC1
comment:10 Changed 5 years ago by aturner
Looks like MinGW is a non-starter since Autogen requires setlongjmp() which MinGW doesn't and probably will never support. However, Cygwin does support this and seems to mostly work. There does seem to be some problems with Guile+Autogen causing strange crashes which actually seem to break the filesystem (some files can't be deleted/modified until after a reboot).
The good news is that on my XP/Cygwin box, I've actually got tcpreplay sending traffic.
comment:11 Changed 5 years ago by aturner
comment:12 Changed 5 years ago by aturner
comment:13 Changed 5 years ago by aturner
comment:14 Changed 5 years ago by aturner
comment:15 Changed 5 years ago by aturner
comment:16 Changed 5 years ago by aturner
comment:17 Changed 5 years ago by aturner
comment:18 Changed 5 years ago by aturner
comment:19 Changed 5 years ago by aturner
comment:20 Changed 5 years ago by aturner
comment:21 Changed 5 years ago by aturner
comment:22 Changed 5 years ago by aturner
comment:23 Changed 5 years ago by aturner
comment:24 Changed 5 years ago by aturner
- Add to FAQ? unset
- Status changed from assigned to closed
- Resolution set to fixed
Good enough for now.

(In [1697]) basic tweaks for winpcap/win32. Need to improve though. refs #110