Add a URL for an old I-D for Etheric, and ask some questions about how
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 8 Dec 2004 06:21:47 +0000 (06:21 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 8 Dec 2004 06:21:47 +0000 (06:21 +0000)
much ISUP stuff we should use?

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12689 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-etheric.c

index 1a63073476f7f2a509aa01be892b6237f2ecc067..b97ae3cca75c4cf9fab8f6b170417a99722bcb9d 100644 (file)
@@ -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>
  *