Skip to content

Commit

Permalink
fixed nfqmonc.c
Browse files Browse the repository at this point in the history
  • Loading branch information
vorband committed Nov 20, 2014
1 parent c90b2e2 commit d7b8d85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/nfqmon.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ static int server_wrapper(struct nfq_q_handle *qh, struct nfgenmsg *nfmsg, struc
struct ip_header *ip;
struct udp_header *udp;
struct tcp_header *tcp;
char *payload, *srcip, *dstip;
unsigned char *payload;
char *srcip, *dstip;
uint16_t sport, dport;
u_int8_t port_mode;
struct nfqnl_msg_packet_hdr *ph;
Expand Down

0 comments on commit d7b8d85

Please sign in to comment.