ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 7542] tshark WARNING ERR: Dissector bug, protocol X2AP,

Date: Mon, 30 Jul 2012 06:13:49 -0700 (PDT)
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.