File: dummypmap.h

package info (click to toggle)
yaird 0.0.12-18etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 1,432 kB
  • ctags: 725
  • sloc: perl: 4,161; xml: 3,233; ansic: 3,105; sh: 876; makefile: 150
file content (11 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
/*
 * dummyportmap.h
 *
 * Functions for the portmap spoofer
 */

#include <stdio.h>

int bind_portmap(void);
int dummy_portmap(int sock, FILE *portmap_file);