bugzilla-daemon | 2 Oct 22:11

[Bug 2934] New: Assertion thrown in get_field_hex_value/ write_pdml_field_hex_value

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2934

           Summary: Assertion thrown in
                    get_field_hex_value/write_pdml_field_hex_value
           Product: Wireshark
           Version: 1.0.3
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: Low
         Component: TShark
        AssignedTo: wireshark-bugs <at> wireshark.org
        ReportedBy: dhelder <at> musecurity.com

Build Information:
TShark 1.0.3

Copyright 1998-2008 Gerald Combs <gerald <at> wireshark.org> 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.14.4, with libpcap 0.9.5, with libz 1.2.3, without POSIX
capabilities, without libpcre, without SMI, without ADNS, without Lua, without
GnuTLS, with Gcrypt 1.2.4, with MIT Kerberos.
NOTE: this build doesn't support the "matches" operator for Wireshark filter
syntax.

Running on Darwin 8.11.1 (MacOS 10.4.11), with libpcap version 0.9.5.

(Continue reading)

bugzilla-daemon | 5 Oct 10:51

[Bug 2934] Assertion thrown in get_field_hex_value/ write_pdml_field_hex_value

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2934

--- Comment #1 from Jaap Keuter <jaap.keuter <at> xs4all.nl>  2008-10-05 01:51:04 PDT ---
packet-kerberos.c:549:                  proto_tree_add_text(tree, NULL, 0, 0,
"[Decrypted using: %s]", ek->key_origin);
packet-kerberos.c:694:                  proto_tree_add_text(tree, NULL, 0, 0,
"[Decrypted using: %s]", ek->key_origin);
packet-spnego.c:1137:                   proto_tree_add_text(tree, NULL, 0, 0,
"[Decrypted using: %s]", ek->key_origin);
packet-xdmcp.c:299:       proto_tree_add_text(xdmcp_tree, NULL, 0, 0,
packet-xdmcp.c:331:       connection_ti = proto_tree_add_text(clist_tree, NULL,
0, 0,

--

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
bugzilla-daemon | 9 Oct 08:32

[Bug 2934] Assertion thrown in get_field_hex_value/ write_pdml_field_hex_value

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2934

Jaap Keuter <jaap.keuter <at> xs4all.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Jaap Keuter <jaap.keuter <at> xs4all.nl>  2008-10-08 23:32:13 PDT ---
No decision has been made about the !NULL requirement for tvb when adding an
item, so I went ahead and made these functions more robust for this situation.
There might be other areas where this posses a problem though.
Committed revision 26393.

--

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
bugzilla-daemon | 3 Nov 07:54

[Bug 2934] Assertion thrown in get_field_hex_value/ write_pdml_field_hex_value

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2934

--- Comment #3 from Jaap Keuter <jaap.keuter <at> xs4all.nl>  2008-11-02 22:53:59 PDT ---
Note: proto.c:get_hfi_and_length() has a specific assert for zero length NULL
tvb. So current solutions seems in order.

--

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Gmane