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 6466] New: RADIUS dissector's dictionary loading broken in

Date: Tue, 18 Oct 2011 09:20:35 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6466

           Summary: RADIUS dissector's dictionary loading broken in many
                    ways
           Product: Wireshark
           Version: 1.4.9
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Low
         Component: Wireshark
        AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
        ReportedBy: jh.wireshark-bugzilla@xxxxxxxx


Build Information:
Version 1.4.9

Copyright 1998-2011 Gerald Combs <gerald@xxxxxxxxxxxxx> 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 (64-bit) with GTK+ 2.24.4, with GLib 2.28.8, with libpcap 1.1.1,
without libz, without POSIX capabilities, without libpcre, with SMI 0.4.8,
without c-ares, without ADNS, with Lua 5.1, without Python, with GnuTLS 2.10.5,
with Gcrypt 1.4.6, with MIT Kerberos, with GeoIP, with PortAudio V19-devel
(built May  5 2011 12:46:03), without AirPcap.

Running on Linux 2.6.40.4-5.fc15.x86_64, with libpcap version 1.1.1, GnuTLS
2.10.5, Gcrypt 1.4.6.

Built using gcc 4.6.0 20110603 (Red Hat 4.6.0-10).

Wireshark is Open Source Software released under the GNU General Public
License.

Check the man page and http://www.wireshark.org for more information.
--
1. The RADIUS dissector does not use wireshark's enclosed dictionaries
(/usr/share/wireshark/radius/dictionary and $INCLUDEs) if there is a user
dictionary (~/.wireshark/radius/dictionary).

2. $INCLUDE paths are _always_ treated as relative, e.g. if I have 
$INCLUDE /usr/share/wireshark/radius/dictionary
in ~/.wireshark/radius/dictionary, wireshark will try to load
~/.wireshark/radius/dictionary//usr/share/wireshark/radius/dictionary.

3. wireshark segfaults if a $INCLUDEd dictionary can not be loaded, e.g.
$INCLUDE some_nonexisting_file
in ~/.wireshark/radius/dictionary.

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