Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:Odd... (Score 1) 308

It's very easy to see what page you are looking up unless you encrypt the traffic by using HTTPS. HTTP sends the requests in ASCII and tcpdump will happily display the entire packet in both hexadecimal and ASCII forms.

tcpdump -i en1 -s 0 -X port 80

10:31:22.661164 IP 192.168.191.223.62650 > 216.34.181.45.80: Flags [P.], ack 1, win 33304, options [nop,nop,TS val 1494640011 ecr 2912268514], length 721
        0x0000: 4500 0305 66ba 4000 4006 c360 c0a8 bfdf E...f.@.@..`....
        0x0010: d822 b52d f4ba 0050 4555 d596 dcb5 00b1 .".-...PEU......
        0x0020: 8018 8218 871f 0000 0101 080a 5916 658b ............Y.e.
        0x0030: ad95 b0e2 4745 5420 2f20 4854 5450 2f31 ....GET./.HTTP/1
        0x0040: 2e31 0d0a 486f 7374 3a20 736c 6173 6864 .1..Host:.slashd
        0x0050: 6f74 2e6f 7267 0d0a 5573 6572 2d41 6765 ot.org..User-Age
        0x0060: 6e74 3a20 4d6f 7a69 6c6c 612f 352e 3020 nt:.Mozilla/5.0.
        0x0070: 284d 6163 696e 746f 7368 3b20 496e 7465 (Macintosh;.Inte
        0x0080: 6c20 4d61 6320 4f53 2058 2031 305f 375f l.Mac.OS.X.10_7_
        0x0090: 3429 2041 7070 6c65 5765 624b 6974 2f35 4).AppleWebKit/5
        0x00a0: 3336 2e32 3520 284b 4854 4d4c 2c20 6c69 36.25.(KHTML,.li
        0x00b0: 6b65 2047 6563 6b6f 2920 5665 7273 696f ke.Gecko).Versio
        0x00c0: 6e2f 362e 3020 5361 6661 7269 2f35 3336 n/6.0.Safari/536
        0x00d0: 2e32 350d 0a41 6363 6570 743a 2074 6578 .25..Accept:.tex
        0x00e0: 742f 6874 6d6c 2c61 7070 6c69 6361 7469 t/html,applicati
        0x00f0: 6f6e 2f78 6874 6d6c 2b78 6d6c 2c61 7070 on/xhtml+xml,app
        0x0100: 6c69 6361 7469 6f6e 2f78 6d6c 3b71 3d30 lication/xml;q=0
        0x0110: 2e39 2c2a 2f2a 3b71 3d30 2e38 0d0a 4163 .9,*/*;q=0.8..Ac
        0x0120: 6365 7074 2d4c 616e 6775 6167 653a 2065 cept-Language:.e

audio and video are not much harder. The Mac comes with all the tools
required to display / play back audio and video and it is trivial to take a
stream captured with tcpdump and extract the payload, write it to disk
then play it back.

Comment Re:Odd... (Score 1) 308

I've got a digital wireless phone at home. One of selling points was that it encrypts between the handset and the base station. If I had bought a wireless phone that didn't encrypt the radio signal I would expect that it could be heard by anyone in range.

I've got a wifi at home. It encrypts communication between the wifi capable device and the access point. If I turn that encryption off I expect that anyone the has a wifi capable device is capable of reading the communication.

Comment Re:So... (Score 1) 1030

Then if I'm a black hat I just run a local http server and redirect traffic where I please. Now if applications checked for 0.0.0.0 and :: and didn't make a connection attempt one could use these to indicate that a site is not to be talked to. Unfortunately most applications will happily attempt to connect to 0.0.0.0 and :: and if there is a local service it will succeed.

Comment Re:IPv6 cons (Score 1) 214

If you are a ISP you don't talk to IANA and as a ISP you will continue to need the IPv4 addresses for quite a few years more so why would you want to give them back?

As for paying more to give each customer a /48 you would pay 8.1 times more in the APNIC region. If you choose to give your customers a /56 you would pay $0 more in the APNIC region. Most residential ISP's are looking to hand out /56's or /60's. When you look at it on a per customer basis with a million customers you have:
IPv4: 1180*1.3^(20-8) = 27376.0 AUD (2c/customer)
IPv6: 1180*1.3^(28-8) = 224200.0 AUD (21c/customer)

If you are not happy with the pricing model you can lobby to have it changed.

Slashdot Top Deals

"Who alone has reason to *lie himself out* of actuality? He who *suffers* from it." -- Friedrich Nietzsche

Working...