aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tns.h
blob: 355e864541e0146ab1cd90d006e841bcce308ffd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* packet-tns.h */
/* $Id: packet-tns.h,v 1.1 1999/11/29 19:43:26 nneul Exp $ */

#ifndef PACKET_TNS_H
#define PACKET_TNS_H

/* Packet Types */
#define TNS_TYPE_CONNECT 1
#define TNS_TYPE_ACCEPT 2
#define TNS_TYPE_DATA 6
#define TNS_TYPE_RESEND 11

#endif