Changeset 683
- Timestamp:
- 10/27/06 21:29:58 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
nepenthes/trunk/modules/module-honeytrap/PCAPSocket.cpp
r679 r683 30 30 #include <sys/types.h> 31 31 #include <sys/socket.h> 32 #include <netinet/in.h> 32 33 #include <arpa/inet.h> 33 34 nepenthes/trunk/modules/module-honeytrap/TrapSocket.cpp
r682 r683 655 655 { 656 656 657 createListener( ip,tcp,buf,len);657 createListener((libnet_ipv4_hdr *)ip,(libnet_tcp_hdr *)tcp,(unsigned char *)buf,len); 658 658 } 659 659 nepenthes/trunk/modules/submit-postgres/bencoding.c
r666 r683 32 32 #include <ctype.h> 33 33 #include <stdio.h> 34 #include < malloc.h>34 #include <stdlib.h> 35 35 #include <sys/types.h> 36 36 #include <sys/stat.h>
