Deleted Added
full compact
udp.h (236192) udp.h (252283)
1/* @(#) $Header: /tcpdump/master/tcpdump/udp.h,v 1.13 2007-08-08 17:20:58 hannes Exp $ (LBL) */
2/*
3 * Copyright (c) 1982, 1986, 1993
4 * The Regents of the University of California. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 71 unchanged lines hidden (view full) ---

80#define ZEPHYR_SRV_PORT 2103
81#define ZEPHYR_CLT_PORT 2104
82#define MPLS_LSP_PING_PORT 3503 /* draft-ietf-mpls-lsp-ping-02.txt */
83#define BFD_CONTROL_PORT 3784 /* draft-katz-ward-bfd-v4v6-1hop-00.txt */
84#define BFD_ECHO_PORT 3785 /* draft-katz-ward-bfd-v4v6-1hop-00.txt */
85#define SFLOW_PORT 6343 /* http://www.sflow.org/developers/specifications.php */
86#define LWAPP_DATA_PORT 12222 /* draft-ohara-capwap-lwapp-04.txt */
87#define LWAPP_CONTROL_PORT 12223 /* draft-ohara-capwap-lwapp-04.txt */
1/* @(#) $Header: /tcpdump/master/tcpdump/udp.h,v 1.13 2007-08-08 17:20:58 hannes Exp $ (LBL) */
2/*
3 * Copyright (c) 1982, 1986, 1993
4 * The Regents of the University of California. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 71 unchanged lines hidden (view full) ---

80#define ZEPHYR_SRV_PORT 2103
81#define ZEPHYR_CLT_PORT 2104
82#define MPLS_LSP_PING_PORT 3503 /* draft-ietf-mpls-lsp-ping-02.txt */
83#define BFD_CONTROL_PORT 3784 /* draft-katz-ward-bfd-v4v6-1hop-00.txt */
84#define BFD_ECHO_PORT 3785 /* draft-katz-ward-bfd-v4v6-1hop-00.txt */
85#define SFLOW_PORT 6343 /* http://www.sflow.org/developers/specifications.php */
86#define LWAPP_DATA_PORT 12222 /* draft-ohara-capwap-lwapp-04.txt */
87#define LWAPP_CONTROL_PORT 12223 /* draft-ohara-capwap-lwapp-04.txt */
88#define OTV_PORT 8472 /* draft-hasmit-otv-04 */
88
89#ifdef INET6
90#define RIPNG_PORT 521 /*XXX*/
91#define DHCP6_SERV_PORT 546 /*XXX*/
92#define DHCP6_CLI_PORT 547 /*XXX*/
93#define BABEL_PORT 6696
94#define BABEL_PORT_OLD 6697
95#endif
89
90#ifdef INET6
91#define RIPNG_PORT 521 /*XXX*/
92#define DHCP6_SERV_PORT 546 /*XXX*/
93#define DHCP6_CLI_PORT 547 /*XXX*/
94#define BABEL_PORT 6696
95#define BABEL_PORT_OLD 6697
96#endif