Nothing will happen to them in the US either, unless they were complicit in taking the information. The Federal courts, back during the Pentagon Papers days (Vietnam), stated that although it was illegal to take the documents (i.e.; Daniel Ellsworth), it was not illegal for the newspaper (Washington Post) to possess and publish them as long as they were not involved with the actual theft. This is way the gov'ment is so pee'd off - Even if the WikiLeak site was hosted in Washington DC, there ain't squat they can do.
HetzelGJ
Posts
-
The technical muscle behind WikiLeaks -
What was the "Next Big Thing" when you started programming?SNOBOL - This had the first [although incomplete] regex engine. Being able to search text by pattern matching was one big relief.
-
problem in updating the iconTry looking up the WM_SETICON message on the MSDN site, "An application sends the WM_SETICON message to associate a new large or small icon with a window. The system displays the large icon in the ALT+TAB dialog box, and the small icon in the window caption."
-
Socket details using PIDIt's not part of Winsock, but there is a library that can do what you want. Check out the IP Helper Functions (IpHlpApi). There are calls to fetch the active UDP & TCP listens/connections/etc (GetTcpTable & GetUdpTable). These return information that can be passed to GetOwnerModuleFromTcpEntry, GetOwnerModuleFromUdpEntry. Your best bet is to look up these functions on the msdn site.