aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-etheric.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-12-08 06:21:47 +0000
committerGuy Harris <guy@alum.mit.edu>2004-12-08 06:21:47 +0000
commitc37fb7fabd3bb0e09e5bc171aaf9da6fb16a1576 (patch)
tree514d82bf8be8c430814939c2637158465061c741 /epan/dissectors/packet-etheric.c
parent3404da87fd9c60e1f06a32bf940e129e66646559 (diff)
Add a URL for an old I-D for Etheric, and ask some questions about how
much ISUP stuff we should use? svn path=/trunk/; revision=12689
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>
*