aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-etheric.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-etheric.c')
-rw-r--r--epan/dissectors/packet-etheric.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/epan/dissectors/packet-etheric.c b/epan/dissectors/packet-etheric.c
index 1a63073476..b97ae3cca7 100644
--- a/epan/dissectors/packet-etheric.c
+++ b/epan/dissectors/packet-etheric.c
@@ -1,5 +1,17 @@
/* packet-etheric.c
* Routines for Etheric dissection a Ericsson propriatary protocol.
+ * See
+ *
+ * http://watersprings.org/pub/id/draft-toivanen-sccp-etheric-00.txt
+ *
+ * XXX - the version in that draft appears to use the same codes for
+ * parameters as ISUP does, although it doesn't use all of them. Should
+ * we use the ISUP dissector's #defines and tables for them, as we do
+ * now, or should we use our own?
+ *
+ * We also use its table for message types, but have our own #defines
+ * for them; should we adopt the ISUP dissector's #defines, or have our
+ * own table?
*
* Copyright 2004, Anders Broman <anders.broman@ericsson.com>
*