aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mq.h
diff options
context:
space:
mode:
authorrobionekenobi <robionekenobi@bluewin.ch>2020-11-27 09:05:45 +0100
committerAndersBroman <a.broman58@gmail.com>2020-12-03 12:26:03 +0000
commite131717d83432c79309bfb0b9c4ff578b48f8703 (patch)
tree39ee9354a76c8b5be724e6a931de6fa7ba0194be /epan/dissectors/packet-mq.h
parentac0cf10ab08755797e7484f487cf76c8264a1f22 (diff)
packet-mq: Improve MQINQ Display
Improve the display of MQINQ Segment, by adding dec/hex/Name of selector in MQINQ/MQINQ_REPLY and trying to display dec/hex/Name value of Integer Value when possible in MQINQ_REPLY
Diffstat (limited to 'epan/dissectors/packet-mq.h')
-rw-r--r--epan/dissectors/packet-mq.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-mq.h b/epan/dissectors/packet-mq.h
index 70107b0cc4..b6b69960ae 100644
--- a/epan/dissectors/packet-mq.h
+++ b/epan/dissectors/packet-mq.h
@@ -5580,10 +5580,10 @@ typedef struct _mq_parm_t
#endif
-extern gint32 strip_trailing_blanks(guint8 *a_str,
- guint32 a_size);
+extern gint32 strip_trailing_blanks(guint8 *a_str, guint32 a_size);
+extern const guint8* dissect_mqpcf_parm_getintval(guint uPrm, guint uVal);
extern guint32 dissect_mqpcf_parm(tvbuff_t *tvb, packet_info *pinfo, proto_tree *mq_tree,
- guint offset, guint32 uCount, guint bLittleEndian, gboolean bParse);
+ guint offset, guint32 uCount, guint bLittleEndian, gboolean bParse);
extern int dissect_mqpcf_parm_grp(tvbuff_t* tvb, packet_info* pinfo, proto_tree* mq_tree,
guint offset, guint bLittleEndian, gboolean bParse);