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 7514] ISDN LAPD X.31 packet traffic can not be decoded

Date: Sun, 22 Jul 2012 12:30:30 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7514

Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darkjames-ws@xxxxxxxxxxxx

--- Comment #2 from Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx> 2012-07-22 12:30:30 PDT ---
+    x31_handle = find_dissector("x.25");

If you really need another handle, please add some comment. 
On first sight, it looks like typo.

Or just use x25_handle:
+    dissector_add_uint("lapd.sapi", LAPD_SAPI_X25, x25_handle);

Cheers.

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