https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7542
Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |darkjames-ws@xxxxxxxxxxxx
--- Comment #1 from Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx> 2012-07-30 06:13:48 PDT ---
(In reply to comment #0)
> 1) Is there a way to ignore these messages? I can't send them to /dev/null
> because I need to extract the desired output to STDOUT.
I think these errors are written to stderr not stdout.
> 2) Is there a fix for these WARNING - 'failed assertion' problems?
>
> ERROR:
> ** (process:8814): WARNING **: Dissector bug, protocol X2AP, in packet
> 18560114: proto.c:1347: failed assertion "length == 4"
>
> [...]
It's probably fixed in r42564:
{ "transportLayerAddress(IPv6)", "x2ap.transportLayerAddressIPv6",
- FT_IPv4, BASE_NONE, NULL, 0,
+ FT_IPv6, BASE_NONE, NULL, 0,
Please try 1.8.1
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.