summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2014-09-13 21:39:14 +0200
committerMartin Kaiser <wireshark@kaiser.cx>2014-09-13 19:55:47 +0000
commite6d7116ebe177ea2c88596b22f19249838856864 (patch)
tree9e7fb643a02b199bba7b9ee343c00d9299f4e025
parentf0982e26a131a5f494a40a96c7d04796efe69ad3 (diff)
downloadwireshark-e6d7116ebe177ea2c88596b22f19249838856864.tar.gz
update the URL of the specification
Change-Id: I7301a739a28c20ece274293447713fd02ffab385 Reviewed-on: https://code.wireshark.org/review/4097 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
-rw-r--r--epan/dissectors/packet-ucp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ucp.c b/epan/dissectors/packet-ucp.c
index c961b5a67e..8f0fa1b8e5 100644
--- a/epan/dissectors/packet-ucp.c
+++ b/epan/dissectors/packet-ucp.c
@@ -24,7 +24,8 @@
* Dissector of a UCP (Universal Computer Protocol) PDU, as defined for the
* ERMES paging system in ETS 300 133-3 (2nd final draft, September 1997,
* www.etsi.org).
- * Includes the extension of EMI-UCP interface (V4.0, May 2001, www.cmgwds.com)
+ * Includes the extension of EMI-UCP interface
+ * (V4.0, May 2001, www.advox.se/download/protocols/EMI_UCP.pdf)
*
* Support for statistics using the Stats Tree API added by
* Abhik Sarkar <sarkar.abhik@gmail.com>