aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-idmp.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2015-05-29 09:30:07 +0200
committerStig Bjørlykke <stig@bjorlykke.org>2015-05-29 07:31:42 +0000
commit65f873fb7b80299cf48f25744db34f7e404fe345 (patch)
tree2ab76620b25b7e55bceb28e4b198c5240b2fde47 /epan/dissectors/packet-idmp.c
parentc58f51b321431582c481e7af3c379bd32ee01ff3 (diff)
idmp: Sync with asn1 source
Change-Id: Ie46a86c696b6b8889032db0fc6678768f18e1fc1 Reviewed-on: https://code.wireshark.org/review/8682 Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'epan/dissectors/packet-idmp.c')
-rw-r--r--epan/dissectors/packet-idmp.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/epan/dissectors/packet-idmp.c b/epan/dissectors/packet-idmp.c
index 140af96878..cabfa62229 100644
--- a/epan/dissectors/packet-idmp.c
+++ b/epan/dissectors/packet-idmp.c
@@ -715,7 +715,8 @@ static int dissect_idmp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tr
return tvb_captured_length(tvb);
}
-static guint get_idmp_pdu_len(packet_info *pinfo _U_, tvbuff_t *tvb, int offset, void *data _U_)
+static guint get_idmp_pdu_len(packet_info *pinfo _U_, tvbuff_t *tvb,
+ int offset, void *data _U_)
{
guint32 len;
@@ -929,7 +930,7 @@ void proto_register_idmp(void)
NULL, HFILL }},
/*--- End of included file: packet-idmp-hfarr.c ---*/
-#line 314 "../../asn1/idmp/packet-idmp-template.c"
+#line 315 "../../asn1/idmp/packet-idmp-template.c"
};
/* List of subtrees */
@@ -952,7 +953,7 @@ void proto_register_idmp(void)
&ett_idmp_InvokeId,
/*--- End of included file: packet-idmp-ettarr.c ---*/
-#line 322 "../../asn1/idmp/packet-idmp-template.c"
+#line 323 "../../asn1/idmp/packet-idmp-template.c"
};
module_t *idmp_module;