[email protected]
changed
bug 9192
What |
Removed |
Added |
Attachment #11718 Flags |
|
review_for_checkin?
|
Comment # 5
on bug 9192
from [email protected]
Created attachment 11718 [details]
cleanup of relative and absolute OID decoding in packet-ber.c
This patch is intended to be applied on top of patch 11654 (already committed)
to clean up some errors and to consolidate code more neatly as per comment #3
and comment #4 Now the dissect_ber_relative_oid() and
dissect_ber_object_identifier() routines (and their corresponding _str
versions) are now wrappers for dissect_ber_any_identifier() which takes an
additional gboolean is_absolute.
You are receiving this mail because:
- You are watching all bug changes.