aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-osi.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-11-17 05:04:26 +0000
committerGuy Harris <guy@alum.mit.edu>2012-11-17 05:04:26 +0000
commitfa031995da01f25f762944e95515a5a981aec2d3 (patch)
tree7746bc87834aafb0b2a758ebbe73fa2121cdab98 /epan/dissectors/packet-osi.h
parent889b302b0db05311a85780cbeb7d4a78e0d7deb5 (diff)
Note that:
the OSI connectionless network protocol is both ISO 8473 and ITU-T Recommendation X.233; the OSI connection-oriented transport protocol is both ISO 8073 and ITU-T Recommendation X.224; the OSI connectionless transport protocol is both ISO 8602 and ITU-T Recommendation X.234. (Yes, this means that the "X.224" dissector we have is redundant, as we have an OSI transport protocol dissector already.) svn path=/trunk/; revision=46050
Diffstat (limited to 'epan/dissectors/packet-osi.h')
-rw-r--r--epan/dissectors/packet-osi.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-osi.h b/epan/dissectors/packet-osi.h
index 528c45ac4f..8b88d4d235 100644
--- a/epan/dissectors/packet-osi.h
+++ b/epan/dissectors/packet-osi.h
@@ -45,9 +45,9 @@
#define PROTO_STRING_ISIS "ISO 10589 ISIS InTRA Domain Routeing Information Exchange Protocol"
#define PROTO_STRING_IDRP "ISO 10747 IDRP InTER Domain Routeing Information Exchange Protocol"
#define PROTO_STRING_ESIS "ISO 9542 ESIS Routeing Information Exchange Protocol"
-#define PROTO_STRING_CLNP "ISO 8473 CLNP ConnectionLess Network Protocol"
-#define PROTO_STRING_COTP "ISO 8073 COTP Connection-Oriented Transport Protocol"
-#define PROTO_STRING_CLTP "ISO 8602 CLTP ConnectionLess Transport Protocol"
+#define PROTO_STRING_CLNP "ISO 8473/X.233 CLNP ConnectionLess Network Protocol"
+#define PROTO_STRING_COTP "ISO 8073/X.224 COTP Connection-Oriented Transport Protocol"
+#define PROTO_STRING_CLTP "ISO 8602/X.234 CLTP ConnectionLess Transport Protocol"
#define PROTO_STRING_LSP "ISO 10589 ISIS Link State Protocol Data Unit"
#define PROTO_STRING_CSNP "ISO 10589 ISIS Complete Sequence Numbers Protocol Data Unit"
#define PROTO_STRING_PSNP "ISO 10589 ISIS Partial Sequence Numbers Protocol Data Unit"