Update URLs for various IANA documents.

svn path=/trunk/; revision=10262
This commit is contained in:
Guy Harris 2004-02-28 22:56:36 +00:00
parent 99c72920c1
commit a74ba11d8a
9 changed files with 19 additions and 19 deletions

View File

@ -1,7 +1,7 @@
/* etypes.h
* Defines ethernet packet types, similar to tcpdump's ethertype.h
*
* $Id: etypes.h,v 1.37 2003/11/27 21:09:42 guy Exp $
* $Id: etypes.h,v 1.38 2004/02/28 22:56:35 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -37,7 +37,7 @@
#endif
/* Sources:
* http://www.isi.edu/in-notes/iana/assignments/ethernet-numbers
* http://www.iana.org/assignments/ethernet-numbers
* TCP/IP Illustrated, Volume 1
* RFCs 894, 1042, 826
* tcpdump's ethertype.h

View File

@ -1,7 +1,7 @@
/* packet-arp.c
* Routines for ARP packet disassembly
*
* $Id: packet-arp.c,v 1.57 2003/08/17 01:05:20 guy Exp $
* $Id: packet-arp.c,v 1.58 2004/02/28 22:56:35 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -74,7 +74,7 @@ static dissector_handle_t atmarp_handle;
/* Definitions taken from Linux "linux/if_arp.h" header file, and from
http://www.isi.edu/in-notes/iana/assignments/arp-parameters
http://www.iana.org/assignments/arp-parameters
*/

View File

@ -7,7 +7,7 @@
* Laurent Cazalet <laurent.cazalet@mailclub.net>
* Thomas Parvais <thomas.parvais@advalvas.be>
*
* $Id: packet-l2tp.c,v 1.38 2003/12/26 23:33:25 guy Exp $
* $Id: packet-l2tp.c,v 1.39 2004/02/28 22:56:35 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -267,7 +267,7 @@ static const value_string avp_type_vals[] = {
* These are SMI Network Management Private Enterprise Codes for
* organizations; see
*
* http://www.isi.edu/in-notes/iana/assignments/enterprise-numbers
* http://www.iana.org/assignments/enterprise-numbers
*
* for a list.
*/

View File

@ -6,7 +6,7 @@
*
* RFC 2865, RFC 2866, RFC 2867, RFC 2868, RFC 2869
*
* $Id: packet-radius.c,v 1.92 2004/02/05 09:42:25 guy Exp $
* $Id: packet-radius.c,v 1.93 2004/02/28 22:56:35 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -204,7 +204,7 @@ static const value_string radius_vals[] =
* These are SMI Network Management Private Enterprise Codes for
* organizations; see
*
* http://www.isi.edu/in-notes/iana/assignments/enterprise-numbers
* http://www.iana.org/assignments/enterprise-numbers
*
* for a list.
*

View File

@ -9,7 +9,7 @@
* In particular I have not had an opportunity to see how it
* responds to SRVLOC over TCP.
*
* $Id: packet-srvloc.c,v 1.45 2004/02/01 20:46:47 guy Exp $
* $Id: packet-srvloc.c,v 1.46 2004/02/28 22:56:36 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -310,7 +310,7 @@ static const value_string srvloc_errs_v2[] = {
* Character encodings.
* This is a small subset of what's in
*
* http://www.isi.edu/in-notes/iana/assignments/character-sets
* http://www.iana.org/assignments/character-sets
*
* XXX - we should do something useful with this, i.e. properly
* handle strings based on the character set they're in.

View File

@ -2,7 +2,7 @@
*
* Declarations for WAP packet disassembly
*
* $Id: packet-wap.h,v 1.8 2002/08/28 21:00:37 jmayer Exp $
* $Id: packet-wap.h,v 1.9 2004/02/28 22:56:36 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -34,7 +34,7 @@
#include <epan/packet.h>
/* Port Numbers as per IANA */
/* < URL:http://www.isi.edu/in-notes/iana/assignments/port-numbers/ > */
/* < URL:http://www.iana.org/assignments/port-numbers/ > */
#define UDP_PORT_WSP 9200 /* wap-wsp */
#define UDP_PORT_WTP_WSP 9201 /* wap-wsp-wtp */
#define UDP_PORT_WTLS_WSP 9202 /* wap-wsp-s */

View File

@ -2,7 +2,7 @@
*
* Routines to dissect WSP component of WAP traffic.
*
* $Id: packet-wsp.c,v 1.109 2004/02/25 09:31:07 guy Exp $
* $Id: packet-wsp.c,v 1.110 2004/02/28 22:56:36 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -7077,7 +7077,7 @@ proto_register_wsp(void)
"WSP", /* short version of name */
"wsp" /* Abbreviated protocol name,
should Match IANA:
< URL:http://www.isi.edu/in-notes/iana/assignments/port-numbers/ >
< URL:http://www.iana.org/assignments/port-numbers/ >
*/
);
wsp_tap = register_tap("wsp");
@ -7245,7 +7245,7 @@ proto_register_sir(void)
"WAP SIR", /* short version of name */
"wap-sir" /* Abbreviated protocol name,
should Match IANA:
< URL:http://www.isi.edu/in-notes/iana/assignments/port-numbers/ >
< URL:http://www.iana.org/assignments/port-numbers/ >
*/
);
}

View File

@ -2,7 +2,7 @@
*
* Routines to dissect WTLS component of WAP traffic.
*
* $Id: packet-wtls.c,v 1.23 2003/12/15 22:38:29 obiot Exp $
* $Id: packet-wtls.c,v 1.24 2004/02/28 22:56:36 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -1606,7 +1606,7 @@ proto_register_wtls(void)
"Wireless Transport Layer Security", /* protocol name for use by ethereal */
"WTLS", /* short version of name */
"wtls" /* Abbreviated protocol name, should Match IANA
< URL:http://www.isi.edu/in-notes/iana/assignments/port-numbers/ >
< URL:http://www.iana.org/assignments/port-numbers/ >
*/
);

View File

@ -2,7 +2,7 @@
*
* Routines to dissect WTP component of WAP traffic.
*
* $Id: packet-wtp.c,v 1.62 2004/01/27 00:20:37 obiot Exp $
* $Id: packet-wtp.c,v 1.63 2004/02/28 22:56:36 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -1065,7 +1065,7 @@ proto_register_wtp(void)
"Wireless Transaction Protocol", /* protocol name for use by ethereal */
"WTP", /* short version of name */
"wtp" /* Abbreviated protocol name, should Match IANA
< URL:http://www.isi.edu/in-notes/iana/assignments/port-numbers/ >
< URL:http://www.iana.org/assignments/port-numbers/ >
*/
);