summaryrefslogtreecommitdiff
path: root/plugins/profinet/packet-pn.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-11-22 12:12:12 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-11-22 12:12:12 +0000
commit79974a41b089818c6bfd59a8b5edf3f0f595a168 (patch)
tree6ec3217adb05a74136f2c6aa1ac70a7cc408f948 /plugins/profinet/packet-pn.h
parentd0e85eed929a0153955f0bda5320c712796458bf (diff)
downloadwireshark-79974a41b089818c6bfd59a8b5edf3f0f595a168.tar.gz
From Wido Kelling:
Updates to conform IEC 61158. major change: reassembling of PNIO fragments (only works if OpenSafty dissector is disabled) see Bug 7997 minor changes: improved handling of DFP Frames added / updated MRP Block decoding ARServerBlock ARVendorBlock PDInterfaceDataReal PDInterfaceAdjust PDPortStatistic SubdirFrameData corrected display and subblocks added PDIRGlobalData complete dissection decoding of FrameDataProperties and ARTypes updated to conform the STD removed now usuported RTC2 ranges https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8002 svn path=/trunk/; revision=46140
Diffstat (limited to 'plugins/profinet/packet-pn.h')
-rw-r--r--plugins/profinet/packet-pn.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/profinet/packet-pn.h b/plugins/profinet/packet-pn.h
index 86b02d1872..3fef27e835 100644
--- a/plugins/profinet/packet-pn.h
+++ b/plugins/profinet/packet-pn.h
@@ -63,8 +63,12 @@ extern int dissect_pn_undecoded(tvbuff_t *tvb, int offset, packet_info *pinfo,
extern int dissect_pn_user_data(tvbuff_t *tvb, int offset, packet_info *pinfo _U_,
proto_tree *tree, guint32 length, const char *text);
+#define SUBST_DATA 1
+#define FRAG_DATA 2
+
extern int dissect_pn_user_data_bytes(tvbuff_t *tvb, int offset, packet_info *pinfo _U_,
- proto_tree *tree, guint32 length, const char *text);
+ proto_tree *tree, guint32 length, int iSelect);
+
extern int dissect_pn_malformed(tvbuff_t *tvb, int offset, packet_info *pinfo,
proto_tree *tree, guint32 length);