Moved dissect_ndr_nt_NTTIME() from packet-dcerpc-samr.c to packet-dcerpc-nt.c
[obnox/wireshark/wip.git] / afn.h
1 /* afn.h
2  * RFC 1700 address family numbers
3  *
4  * $Id: afn.h,v 1.1 2001/07/21 10:27:12 guy Exp $
5  *
6  * Ethereal - Network traffic analyzer
7  * By Gerald Combs <gerald@ethereal.com>
8  * Copyright 1998 Gerald Combs
9  *
10  * This program is free software; you can redistribute it and/or
11  * modify it under the terms of the GNU General Public License
12  * as published by the Free Software Foundation; either version 2
13  * of the License, or (at your option) any later version.
14  * 
15  * This program is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  * GNU General Public License for more details.
19  * 
20  * You should have received a copy of the GNU General Public License
21  * along with this program; if not, write to the Free Software
22  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
23  */
24
25 #ifndef __AFN_H__
26 #define __AFN_H__
27
28 /* RFC1700 address family numbers */
29 #define AFNUM_INET      1
30 #define AFNUM_INET6     2
31 #define AFNUM_NSAP      3
32 #define AFNUM_HDLC      4
33 #define AFNUM_BBN1822   5
34 #define AFNUM_802       6
35 #define AFNUM_E163      7
36 #define AFNUM_E164      8
37 #define AFNUM_F69       9
38 #define AFNUM_X121      10
39 #define AFNUM_IPX       11
40 #define AFNUM_ATALK     12
41 #define AFNUM_DECNET    13
42 #define AFNUM_BANYAN    14
43 #define AFNUM_E164NSAP  15
44
45 extern const value_string afn_vals[];
46
47 #endif /* __AFN_H__ */