wireshark/packet-tns.h

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