Jakob Hirsch
changed
bug 6466
What |
Removed |
Added |
Status |
RESOLVED
|
CONFIRMED
|
Resolution |
FIXED
|
---
|
Comment # 4
on bug 6466
from Jakob Hirsch
(sorry for the late response, I was on vacation...)
I tried this with 1.10.7 (on Fedora 20).
1. It's still that way (i.e. /usr/share/wireshark/radius/dictionary is not used
if ~/.wireshark/radius/dictionary exists). The problem with this is that it's
not possible to just add a custom dictionary for some VSAs.
2. It's still that way, i.e.
$INCLUDE /usr/share/wireshark/radius/dictionary
in /home/jh/.wireshark/radius/dictionary will try to load
/home/jh/.wireshark/radius//usr/share/wireshark/radius/dictionary
3. Still segfaults when I use
$INCLUDE file_does_not_exist
If there's an existing file INCLUDEd _after_ the non-existing one, I get a
proper popup "radius: Could not open file:
'/home/jh/.wireshark/radius/file_does_not_exist', error: No such file or
directory".
What I also noticed:
4. If I use "$INCLUDE some_symlink", and the symlinked file also has $INCLUDES,
the dissector tries to open these files in ~/.wireshark/radius/, not the
directory the symlink is in. (Ok, that maybe a little exotic.)
You are receiving this mail because:
- You are watching all bug changes.