]> The Tcpdump Group git mirrors - tcpdump/blob - af.h
876fe932bf9cb09fd99b41f2f8ec65bdd58c1499
[tcpdump] / af.h
1 /* @(#) $Header: /tcpdump/master/tcpdump/af.h,v 1.2 2006-02-27 07:25:27 hannes Exp $ (LBL) */
2
3 /*
4 * Copyright (c) 1998-2006 The TCPDUMP project
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that: (1) source code
8 * distributions retain the above copyright notice and this paragraph
9 * in its entirety, and (2) distributions including binary code include
10 * the above copyright notice and this paragraph in its entirety in
11 * the documentation or other materials provided with the distribution.
12 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND
13 * WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT
14 * LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
15 * FOR A PARTICULAR PURPOSE.
16 *
17 * Original code by Hannes Gredler (hannes@juniper.net)
18 */
19
20 extern struct tok af_values[];
21
22 /* RFC1700 address family numbers */
23 #define AFNUM_INET 1
24 #define AFNUM_INET6 2
25 #define AFNUM_NSAP 3
26 #define AFNUM_HDLC 4
27 #define AFNUM_BBN1822 5
28 #define AFNUM_802 6
29 #define AFNUM_E163 7
30 #define AFNUM_E164 8
31 #define AFNUM_F69 9
32 #define AFNUM_X121 10
33 #define AFNUM_IPX 11
34 #define AFNUM_ATALK 12
35 #define AFNUM_DECNET 13
36 #define AFNUM_BANYAN 14
37 #define AFNUM_E164NSAP 15
38 #define AFNUM_VPLS 25
39 /* draft-kompella-ppvpn-l2vpn */
40 #define AFNUM_L2VPN 196 /* still to be approved by IANA */