aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mstp.h
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2008-05-20 06:52:22 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2008-05-20 06:52:22 +0000
commitde0c168cbf275e7a960e62ec4904e00a0d6d2ebe (patch)
treedb1264dd01457d494859920376bf8ba5366a740d /epan/dissectors/packet-mstp.h
parentd967c76c2fb4bd9d3684f820aa6e16259a3c54a2 (diff)
From Steve Karg:
Added src and dst to BACnet MS/TP WTAP dissector. Added BACnet MS/TP summary with src, dst, and frame type to tree. Removed src and dst in column info text since this was duplicated. Changed field names for src, dst, hdr, and len to be more consistent with other protocols. svn path=/trunk/; revision=25323
Diffstat (limited to 'epan/dissectors/packet-mstp.h')
-rw-r--r--epan/dissectors/packet-mstp.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/epan/dissectors/packet-mstp.h b/epan/dissectors/packet-mstp.h
index 9bca4059cf..8a98aa3f1a 100644
--- a/epan/dissectors/packet-mstp.h
+++ b/epan/dissectors/packet-mstp.h
@@ -46,6 +46,14 @@
#endif
/**
+ * Returns a value string for the BACnet MS/TP Frame Type.
+ * @param val
+ * @return constant C String with MS/TP Frame Type
+ */
+const gchar *
+mstp_frame_type_text(guint32 val);
+
+/**
* Dissects the BACnet MS/TP packet after the preamble,
* starting with the MS/TP Frame type octet. Passes
* the PDU, if there is one, to the BACnet dissector.