aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h245
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-10-10 20:38:28 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-10-10 20:38:28 +0000
commit3f7ed7c2a2bcf4e5bdcf759f668758113e833673 (patch)
treeda7b41d82f4240e595096fb9ae475f98b89c7300 /asn1/h245
parentb12b8769887e92f3a9e3985ec2e012ee5d860da5 (diff)
Fix problems with bitstring:
- dissect_per_bitstring needs to know if extention exists or not. - Fixes for bitstring sizes up to 16 ( where max = min ). svn path=/trunk/; revision=16181
Diffstat (limited to 'asn1/h245')
-rw-r--r--asn1/h245/h245.cnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/h245/h245.cnf b/asn1/h245/h245.cnf
index 07d9db1fdd..14ca9a9610 100644
--- a/asn1/h245/h245.cnf
+++ b/asn1/h245/h245.cnf
@@ -92,7 +92,7 @@ OpenLogicalChannel
pending->fw_channel_params = h223_fw_lc_params;
pending->rev_channel_params = h223_rev_lc_params;
temp = h223_fw_lc_num;
- if (pinfo->p2p_dir)
+ if (pinfo->p2p_dir > -1)
g_hash_table_insert(h223_pending_olc_reqs[pinfo->p2p_dir], GINT_TO_POINTER(temp), pending);
}
#.END