aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-28 22:56:36 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-28 22:56:36 +0000
commit31493f5bb709b72cab16b92055891dc02bea2634 (patch)
treefa0cea29ddbe8c21d07fadaac0d6380feec59157
parent939eb36c62e8ad74f6a6aa9b81671f98aaed87f7 (diff)
Update URLs for various IANA documents.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10262 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--etypes.h4
-rw-r--r--packet-arp.c4
-rw-r--r--packet-l2tp.c4
-rw-r--r--packet-radius.c4
-rw-r--r--packet-srvloc.c4
-rw-r--r--packet-wap.h4
-rw-r--r--packet-wsp.c6
-rw-r--r--packet-wtls.c4
-rw-r--r--packet-wtp.c4
9 files changed, 19 insertions, 19 deletions
diff --git a/etypes.h b/etypes.h
index b7c57e84a6..d2185952b0 100644
--- a/etypes.h
+++ b/etypes.h
@@ -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
diff --git a/packet-arp.c b/packet-arp.c
index 2c5a9b5b6f..a49404fe5e 100644
--- a/packet-arp.c
+++ b/packet-arp.c
@@ -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
*/
diff --git a/packet-l2tp.c b/packet-l2tp.c
index a081391cc7..bb4d508f43 100644
--- a/packet-l2tp.c
+++ b/packet-l2tp.c
@@ -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.
*/
diff --git a/packet-radius.c b/packet-radius.c
index 35afe10912..4699d03b13 100644
--- a/packet-radius.c
+++ b/packet-radius.c
@@ -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.
*
diff --git a/packet-srvloc.c b/packet-srvloc.c
index 1d22b71a0e..4c9e15c8ed 100644
--- a/packet-srvloc.c
+++ b/packet-srvloc.c
@@ -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.
diff --git a/packet-wap.h b/packet-wap.h
index 0b5cf2e5e7..bfab8d801a 100644
--- a/packet-wap.h
+++ b/packet-wap.h
@@ -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 */
diff --git a/packet-wsp.c b/packet-wsp.c
index 97093fec12..ca7414df61 100644
--- a/packet-wsp.c
+++ b/packet-wsp.c
@@ -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/ >
*/
);
}
diff --git a/packet-wtls.c b/packet-wtls.c
index bb9ab14fd0..7823691890 100644
--- a/packet-wtls.c
+++ b/packet-wtls.c
@@ -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/ >
*/
);
diff --git a/packet-wtp.c b/packet-wtp.c
index 224ea04f32..5b59266606 100644
--- a/packet-wtp.c
+++ b/packet-wtp.c
@@ -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/ >
*/
);