FreeCalypso > hg > freecalypso-sw
comparison rvinterf/lowlevel/packettx.c @ 174:3256dc6e84ae
rvinterf: refactored rvtdump compiles and works
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
|---|---|
| date | Fri, 22 Nov 2013 07:41:31 +0000 |
| parents | f42854da4563 |
| children | cf8583923dc4 |
comparison
equal
deleted
inserted
replaced
| 173:f42854da4563 | 174:3256dc6e84ae |
|---|---|
| 4 | 4 |
| 5 #include <sys/types.h> | 5 #include <sys/types.h> |
| 6 #include <stdio.h> | 6 #include <stdio.h> |
| 7 #include <stdlib.h> | 7 #include <stdlib.h> |
| 8 #include <unistd.h> | 8 #include <unistd.h> |
| 9 #include "pktmux.h" | 9 #include "../pktmux.h" |
| 10 #include "txpkt.h" | 10 #include "../limits.h" |
| 11 | 11 |
| 12 extern int target_fd; | 12 extern int target_fd; |
| 13 | 13 |
| 14 send_pkt_to_target(pkt, pktlen) | 14 send_pkt_to_target(pkt, pktlen) |
| 15 u_char *pkt; | 15 u_char *pkt; |
