diff options
author | hannes <hannes> | 2007-07-24 16:07:29 +0000 |
---|---|---|
committer | hannes <hannes> | 2007-07-24 16:07:29 +0000 |
commit | f89e58426ddb1d613bb5cb30dec2a3f483be19fd (patch) | |
tree | 616fc89156fceabb0d13376c9bb0badabbe8bf84 /udp.h | |
parent | fd59ca36b13d704a06beb9b4c1f2bd73a0f67dea (diff) | |
download | tcpdump-f89e58426ddb1d613bb5cb30dec2a3f483be19fd.tar.gz |
From Carles Kishimoto <carles.kishimoto@gmail.com>:
add initial support for the Light Weight Access Point Protocol
as per draft-ohara-capwap-lwapp-04
Diffstat (limited to 'udp.h')
-rw-r--r-- | udp.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* @(#) $Header: /tcpdump/master/tcpdump/udp.h,v 1.11 2007-03-27 10:44:09 hannes Exp $ (LBL) */ +/* @(#) $Header: /tcpdump/master/tcpdump/udp.h,v 1.12 2007-07-24 16:07:30 hannes Exp $ (LBL) */ /* * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. @@ -82,6 +82,8 @@ struct udphdr { #define MPLS_LSP_PING_PORT 3503 /* draft-ietf-mpls-lsp-ping-02.txt */ #define BFD_CONTROL_PORT 3784 /* draft-katz-ward-bfd-v4v6-1hop-00.txt */ #define BFD_ECHO_PORT 3785 /* draft-katz-ward-bfd-v4v6-1hop-00.txt */ +#define LWAPP_DATA_PORT 12222 /* draft-ohara-capwap-lwapp-04.txt */ +#define LWAPP_CONTROL_PORT 12223 /* draft-ohara-capwap-lwapp-04.txt */ #ifdef INET6 #define RIPNG_PORT 521 /*XXX*/ |