When I do
lynx --dump http://data.iana.org/TLD/tlds-alpha-by-domain.txt
It outputs the content on this web page but when I do
lynx --dump https://code.wireshark.org/review/gitweb?p=wireshark.git;a=blob_plain;f=manuf
It dumps something else than what is presented in the browser.
Why the first command is working but the second command is not working and how do I make it work?