wireshark/packet-tns.h
Nathan Neulinger 117d23c3a1 added start of tns dissector
svn path=/trunk/; revision=1155
1999-11-29 19:43:26 +00:00

14 lines
256 B
C

/* 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