Deleted Added
full compact
udp.h (190207) udp.h (235530)
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:

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

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
89#ifdef INET6
90#define RIPNG_PORT 521 /*XXX*/
91#define DHCP6_SERV_PORT 546 /*XXX*/
92#define DHCP6_CLI_PORT 547 /*XXX*/
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:

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

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
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
93#endif
95#endif