aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tzsp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-05-10 07:32:18 +0000
committerGuy Harris <guy@alum.mit.edu>2013-05-10 07:32:18 +0000
commit660bda53cdf19eb963dd01eadcb7c559f9039ce0 (patch)
tree6b9241bc934f0722c816e0936cf98f1f58bd3148 /epan/dissectors/packet-tzsp.c
parent34a7231d22a4ce4e6b470d25d77a7fd4eded8c98 (diff)
OK, what's the deal with TZSP_CONFIG packets?
svn path=/trunk/; revision=49229
Diffstat (limited to 'epan/dissectors/packet-tzsp.c')
-rw-r--r--epan/dissectors/packet-tzsp.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/epan/dissectors/packet-tzsp.c b/epan/dissectors/packet-tzsp.c
index c05b02c6e5..2cc537f643 100644
--- a/epan/dissectors/packet-tzsp.c
+++ b/epan/dissectors/packet-tzsp.c
@@ -348,6 +348,16 @@ dissect_tzsp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
encap_name, encapsulation);
}
+ /*
+ * XXX - what about TZSP_CONFIG frames?
+ *
+ * The MIB at
+ *
+ * http://web.archive.org/web/20021221195733/http://www.networkchemistry.com/support/appnotes/SENSOR-MIB
+ *
+ * seems to indicate that you can configure the probe using SNMP;
+ * does TZSP_CONFIG also support that?
+ */
if (type != TZSP_NULL && type != TZSP_PORT) {
pos = add_option_info(tvb, 4, tzsp_tree, ti);