aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-asterix.c
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2017-06-05 15:40:29 +0200
committerMartin Kaiser <wireshark@kaiser.cx>2017-06-05 13:43:26 +0000
commite77b7a167d5edeb56373e79b1a7d4f85db9654b5 (patch)
treef0c7ee9e78b6a894ca5f94bd73553036deb9ba70 /epan/dissectors/packet-asterix.c
parent795077b3ea95b1c2fb8f8cf5c6971da05a0c3ed2 (diff)
asterix: add a link to the specifications
It was pointed out during the discussions in https://code.wireshark.org/review/#/c/19568/ that the specifications are publicly available. Change-Id: Idc21a606c9b9aedb16f7632b24322c901e7db524 Reviewed-on: https://code.wireshark.org/review/21963 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
Diffstat (limited to 'epan/dissectors/packet-asterix.c')
-rw-r--r--epan/dissectors/packet-asterix.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/epan/dissectors/packet-asterix.c b/epan/dissectors/packet-asterix.c
index 1072cd68c8..9bdc87b7d0 100644
--- a/epan/dissectors/packet-asterix.c
+++ b/epan/dissectors/packet-asterix.c
@@ -21,6 +21,14 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+/*
+ * ASTERIX (All-purpose structured EUROCONTROL surveillances
+ * information exchange) is a protocol related to air traffic control.
+ *
+ * The specifications can be downloaded from
+ * http://www.eurocontrol.int/services/asterix
+ */
+
#include <config.h>
#include <epan/packet.h>