File: tcpkill.h

package info (click to toggle)
ngrep 1.47%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 524 kB
  • sloc: sh: 3,119; ansic: 1,390; makefile: 70; perl: 56
file content (7 lines) | stat: -rw-r--r-- 180 bytes parent folder | download | duplicates (5)
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, uint32_t pcap_off, uint32_t kill_count);

#endif