Displaying 1 result from an estimated 1 matches for "20200084004d41524b90544b41202020".
2006 Jul 10
0
nmblookup fails to look up hostnames containing non-ASCII characters
...If I do a reverse
lookup on the IP address, with debugging enabled, I can see that the hex
code for the accented 'E' character is 0x90:
$ nmblookup -d 4 -A 192.168.1.15 | grep MARK
answers 0 char .MARK.TKA hex 044D41524B90544B4120202020202020
answers 20 char ...MARK.TKA hex 20200084004D41524B90544B41202020
MARK..TKA <00> - B <ACTIVE>
MARK..TKA <20> - B <ACTIVE>
If I try to lookup that name, however, it can't be found (I'm using
Python to run nmblookup because I know how to insert characters given
their hex codes in Python):
$...