aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-chdlc.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2009-05-05 20:46:21 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2009-05-05 20:46:21 +0000
commit81dd412d3212445e4c295a84ca4b4e5f784be56e (patch)
treebb120ece784fe9ea746d44773dcc9cc663b45552 /epan/dissectors/packet-chdlc.c
parent69031bd4522167fa5471c3c6c112d3ad62ad008d (diff)
Update a comment (we can now fetch other dissectors' tables).
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28282 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-chdlc.c')
-rw-r--r--epan/dissectors/packet-chdlc.c11
1 files changed, 4 insertions, 7 deletions
diff --git a/epan/dissectors/packet-chdlc.c b/epan/dissectors/packet-chdlc.c
index 13b2c858cc..860325eeff 100644
--- a/epan/dissectors/packet-chdlc.c
+++ b/epan/dissectors/packet-chdlc.c
@@ -71,13 +71,10 @@ static dissector_handle_t data_handle;
* on Ethernet those are encapsulated inside SNAP with an OUI of
* OUI_CISCO, not OUI_ENCAP_ETHER.
*
- * Perhaps we should set up a protocol table for those protocols
- * that differ between Ethernet and Cisco HDLC, and have the PPP
- * code first try that table and, if it finds nothing in that
- * table, call "ethertype()". (Unfortunately, that means that -
- * assuming we had a Cisco SLARP dissector - said dissector were
- * disabled, SLARP packets would be dissected as Reverse ARP
- * packets, not as data.)
+ * We thus have a separate dissector table for Cisco HDLC types.
+ * We could perhaps have that table hold only type values that
+ * wouldn't be in the Ethernet dissector table, and check that
+ * table first and the Ethernet dissector table if that fails.
*/
#define CISCO_SLARP 0x8035 /* Cisco SLARP protocol */