-
-
According to our coding style, we try to have a no compiler warning policy (with a few exceptions).
Current warnings follow,
```
lex.c:1828:17: warning: ‘yyunput’ defined but not used [-Wunused-func…
-
Running ./autogen.sh produces several warnings about doing things in deprecated manners. One of them was changed from a warning to an error in the new version of automake (ticket #72). We should proba…
-
Honeyd's DHCP currently ignores the lease time (and a bunch of other DHCP params...), which means after the lease expires it'll keep hanging on to the IP even though it'll likely be assigned to someon…
-
Honeyd seems to segfault if you create a node with a static IP address and then spoof udp packets using FAST with the source IP set to the same as the honeydpot IP. Stack trace follows,
```
#0 0x080…
-
Just run,
```
honeyd
```
Output,
```
Program received signal SIGSEGV, Segmentation fault.
_nss_compat_getpwnam_r (name=0x0, pwd=0x7ffff7018340 , buffer=0xb40cc0 "nobody", buflen=1024, errnop=0x7fff…
-
We should fail when parsing the configuration file if the port action is invalid instead of just defaulting to 'open'.
-
```
Thread [1] 25846 [core: 0] (Suspended : Signal : SIGSEGV:Segmentation fault)
eth_send() at 0xb7f75f6c
_bcast() at dhcpclient.c:598 0x80826f0
_dhcp_getconf() at dhcpclient.c:2…
-
Currently honeyd only processes packets going directly to a honeypot's IP address. In order to fully support things like NetBIOS, we need to be able to figure out the broadcast address for an interfac…
-
During compilation, the build fails with errors related to pydataprocessing.c: pydataprocessing.c:400: error: expected expression before ‘.’ token
Removing the '.' from the end of line 400 and adding…