summaryrefslogtreecommitdiffstats
path: root/epan/dissectors/pidl/frstrans
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:14:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:14:33 +0000
commit9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9 (patch)
tree2784370cda9bbf2da9114d70f05399c0b229d28c /epan/dissectors/pidl/frstrans
parentAdding debian version 4.2.6-1. (diff)
downloadwireshark-9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9.tar.xz
wireshark-9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9.zip
Merging upstream version 4.4.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'epan/dissectors/pidl/frstrans')
-rw-r--r--epan/dissectors/pidl/frstrans/frstrans.cnf2
-rw-r--r--epan/dissectors/pidl/frstrans/frstrans.idl2
2 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/pidl/frstrans/frstrans.cnf b/epan/dissectors/pidl/frstrans/frstrans.cnf
index a1613776..dccbe3aa 100644
--- a/epan/dissectors/pidl/frstrans/frstrans.cnf
+++ b/epan/dissectors/pidl/frstrans/frstrans.cnf
@@ -5,7 +5,7 @@ TYPE hyper "offset=cnf_dissect_hyper(tvb, offset, pinfo, tree, di, drep, @PARAM@
CODE START
static int
-cnf_dissect_hyper(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, dcerpc_info* di, guint8 *drep, guint32 param _U_, int hfindex)
+cnf_dissect_hyper(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, dcerpc_info* di, uint8_t *drep, uint32_t param _U_, int hfindex)
{
offset = dissect_ndr_uint64(tvb, offset, pinfo, tree, di, drep, hfindex, NULL);
diff --git a/epan/dissectors/pidl/frstrans/frstrans.idl b/epan/dissectors/pidl/frstrans/frstrans.idl
index 761c3eec..ec4fd4a8 100644
--- a/epan/dissectors/pidl/frstrans/frstrans.idl
+++ b/epan/dissectors/pidl/frstrans/frstrans.idl
@@ -105,7 +105,7 @@ interface frstrans
/*****************/
/* Function 0x04 */
typedef enum {
- FRSTRANS_VERSION_REQUEST_NORNAL_SYNC = 0x0000,
+ FRSTRANS_VERSION_REQUEST_NORMAL_SYNC = 0x0000,
FRSTRANS_VERSION_REQUEST_SLOW_SYNC = 0x0001,
FRSTRANS_VERSION_REQUEST_SLAVE_SYNC = 0x0002
} frstrans_VersionRequestType;