File: tcp.h

package info (click to toggle)
pktstat 1.8.5-5
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 672 kB
  • ctags: 502
  • sloc: ansic: 4,524; sh: 1,032; makefile: 34
file content (7 lines) | stat: -rw-r--r-- 394 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
/* David Leonard, 2002. Public domain. */
/* $Id: tcp.h 1201 2008-03-21 22:26:04Z d $ */

void tcp_x11(struct flow *f, const char *data, const char *end);
void tcp_http(struct flow *f, const char *data, const char *end, int toserver);
void tcp_sup(struct flow *f, const char *data, const char *end, int isclient);
void tcp_smtp(struct flow *f, const char *data, const char *end, int toserver);