https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3329
Summary: Add support for X.500(2005) in PartialOutcomeQualifiers
Product: Wireshark
Version: SVN
Platform: Other
OS/Version: All
Status: NEW
Severity: Major
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: chris.ridd@xxxxxxxxx
Chris Ridd <chris.ridd@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2850| |review_for_checkin?
Flag| |
Created an attachment (id=2850)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=2850)
Add exact and streamedResults to PartialOutcomeQualifier
Build Information:
TShark 1.1.3 (SVN Rev 27700)
Copyright 1998-2009 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled with GLib 2.18.3, with libpcap 0.9.8, with libz 1.2.3, without POSIX
capabilities, without libpcre, without SMI, without c-ares, without ADNS,
without Lua, with GnuTLS 2.2.5, with Gcrypt 1.4.1, with MIT Kerberos, without
GeoIP.
NOTE: this build doesn't support the "matches" operator for Wireshark filter
syntax.
Running on SunOS 5.11, with libpcap version 0.9.8, GnuTLS 2.2.5, Gcrypt 1.4.1.
Built using Sun C 1.0
--
There are two additional fields in PartialOutcomeQualifiers in X.500(2005) -
the entryCount CHOICE now has an "exact" option, and there's a "streamedResult"
flag.
The attached patch adds support for these. I tried running the asn2wrs tool as
per the note at the top of packet-dap-template.c, but this produced a somewhat
different packet-dap.c that didn't actually compile. So my patch hand-edits the
new fields into the packet-dap.c file in subversion.
A test using a DSA configured to set these fields in a partialOutcomeQualifier
reveals they're now decoded and displayed by wireshark.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.