Opened 18 years ago
Closed 18 years ago
#10787 closed defect (fixed)
BUG: Hping3 w/ tcl and new version
Reported by: | canela@… | Owned by: | yeled@… |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | ports | Version: | 1.3.2 |
Keywords: | Cc: | ||
Port: |
Description
Hping 3 doesn't compile the tcl variant.
In file included from script.c:27:
/usr/include/net/bpf.h:93: error: redefinition of 'struct bpf_program'
/usr/include/net/bpf.h:118: error: redefinition of 'struct bpf_version'
/usr/include/net/bpf.h:321: error: redefinition of 'struct bpf_insn'
script.c: In function 'GetPacketDescription':
script.c:265: warning: pointer targets in initialization differ in signedness
make: * [script.o] Error 1
Eventually the new version could be used:
http://www.hping.org/hping3-20051105.tar.gz
Change History (1)
comment:1 Changed 18 years ago by pmq@…
Keywords: | hping3 removed |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Summary: | [BUG] Hping3 w/ tcl and new version → BUG: Hping3 w/ tcl and new version |
Note: See
TracTickets for help on using
tickets.
Thanks for the version hint. I bumped the port and switched to TCL scripting by default. Thanks for reporting this!