Wireshark-bugs: [Wireshark-bugs] [Bug 10868] File created using : dumpcap -i 3 -f "port 5092" -w
Date: Mon, 19 Jan 2015 00:19:44 +0000

Comment # 4 on bug 10868 from
The crash was (indirectly) due to an invalid memory reference in the smpp
dissector when trying to dissect an invalid date/time field.

An actual crash related to an "invalid memory ref" occurs probably only on
Windows.

>From proto.c:

/* Note: A Windows "exceptional exception" may leave the kazlib's (Portable
   Exception Handling)
   stack in an inconsistent state thus causing a crash at some point in the
   handling of the exception.
   See: https://www.wireshark.org/lists/wireshark-dev/200704/msg00243.html
*/


You are receiving this mail because:
  • You are watching all bug changes.