From 1dff4e309d036e23c316f2cf9a6d05d5a4449ff2 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Wed, 26 Feb 2014 14:29:17 -0500 Subject: Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate dissectors. Change-Id: I0e779b2ac2f608356649c5bbfca438141070dea4 Reviewed-on: https://code.wireshark.org/review/412 Reviewed-by: Bill Meier Tested-by: Bill Meier --- epan/dissectors/packet-ess.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'epan/dissectors/packet-ess.c') diff --git a/epan/dissectors/packet-ess.c b/epan/dissectors/packet-ess.c index 3c10999b40..db51222599 100644 --- a/epan/dissectors/packet-ess.c +++ b/epan/dissectors/packet-ess.c @@ -615,13 +615,13 @@ static int dissect_ess_T_restrictiveAttributeFlags(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) { #line 76 "../../asn1/ess/ess.cnf" tvbuff_t *attributes; - + offset = dissect_ber_bitstring(implicit_tag, actx, tree, tvb, offset, NULL, hf_index, -1, &attributes); ess_dissect_attribute_flags (attributes, actx); - + return offset; @@ -657,12 +657,12 @@ static int dissect_ess_SecurityAttribute(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) { #line 67 "../../asn1/ess/ess.cnf" guint32 attribute; - + offset = dissect_ber_integer(implicit_tag, actx, tree, tvb, offset, hf_index, &attribute); ess_dissect_attribute (attribute, actx); - + return offset; @@ -711,13 +711,13 @@ static int dissect_ess_T_permissiveAttributeFlags(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) { #line 85 "../../asn1/ess/ess.cnf" tvbuff_t *attributes; - + offset = dissect_ber_bitstring(implicit_tag, actx, tree, tvb, offset, NULL, hf_index, -1, &attributes); ess_dissect_attribute_flags (attributes, actx); - + return offset; @@ -753,13 +753,13 @@ static int dissect_ess_T_informativeAttributeFlags(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) { #line 94 "../../asn1/ess/ess.cnf" tvbuff_t *attributes; - + offset = dissect_ber_bitstring(implicit_tag, actx, tree, tvb, offset, NULL, hf_index, -1, &attributes); ess_dissect_attribute_flags (attributes, actx); - + return offset; -- cgit v1.2.3