File: tcpkill.h

package info (click to toggle)
ngrep 1.45.ds2-12
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 940 kB
  • sloc: sh: 2,823; ansic: 1,199; makefile: 70; perl: 56
file content (7 lines) | stat: -rw-r--r-- 180 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#ifndef TCPKILL_H
#define TCPKILL_H

void tcpkill_init(void);
void tcpkill_kill(const struct pcap_pkthdr *pcap, const u_char *pkt, unsigned pcap_off, unsigned kill_count);

#endif