diff options
author | Jaap Keuter <jaap.keuter@xs4all.nl> | 2008-05-20 06:52:22 +0000 |
---|---|---|
committer | Jaap Keuter <jaap.keuter@xs4all.nl> | 2008-05-20 06:52:22 +0000 |
commit | de0c168cbf275e7a960e62ec4904e00a0d6d2ebe (patch) | |
tree | db1264dd01457d494859920376bf8ba5366a740d /epan/dissectors/packet-mstp.h | |
parent | d967c76c2fb4bd9d3684f820aa6e16259a3c54a2 (diff) | |
download | wireshark-de0c168cbf275e7a960e62ec4904e00a0d6d2ebe.tar.gz wireshark-de0c168cbf275e7a960e62ec4904e00a0d6d2ebe.tar.bz2 wireshark-de0c168cbf275e7a960e62ec4904e00a0d6d2ebe.zip |
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.h | 8 |
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. |