aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/c1222
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-05-11 08:10:42 +0000
committerGuy Harris <guy@alum.mit.edu>2012-05-11 08:10:42 +0000
commit25917db46e8e093610337d5355bc94818ff4221c (patch)
tree37d90dd533d7372891887bbf3358a49fedfdda51 /asn1/c1222
parent32ec3275bd103e690d13e29b2558451870019ce8 (diff)
Get rid of remaining Booleans-as-encoding-arguments in
proto_tree_add_bitmask() calls. svn path=/trunk/; revision=42568
Diffstat (limited to 'asn1/c1222')
-rw-r--r--asn1/c1222/packet-c1222-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/c1222/packet-c1222-template.c b/asn1/c1222/packet-c1222-template.c
index 3c7fd75b2a..1799cde92a 100644
--- a/asn1/c1222/packet-c1222-template.c
+++ b/asn1/c1222/packet-c1222-template.c
@@ -880,7 +880,7 @@ dissect_epsem(tvbuff_t *tvb, int offset, guint32 len, packet_info *pinfo, proto_
}
/* parse the flags byte which is always unencrypted */
flags = tvb_get_guint8(tvb, offset);
- proto_tree_add_bitmask(tree, tvb, offset, hf_c1222_epsem_flags, ett_c1222_flags, c1222_flags, FALSE);
+ proto_tree_add_bitmask(tree, tvb, offset, hf_c1222_epsem_flags, ett_c1222_flags, c1222_flags, ENC_BIG_ENDIAN);
offset++;
switch ((flags & C1222_EPSEM_FLAG_SECURITY_MODE) >> 2) {
case EAX_MODE_CIPHERTEXT_AUTH: