What a load of turd.
"Researchers have demonstrated a new way to hide secret messages in internet traffic that can elude even vigilant network operators."
Maybe vigilant network operators who are sat manually watching packets. It wont cut it with firewalls very well though.
When a re-sent packet comes along with a completely different CRC from the first then it's quite obvious that something dodgy is up, particularly if it happens repeatedly. Any good firewall can deal with this. This "attack" is thus extremely trivial to prevent and is not even computationally expensive to deal with. It also relies on the idea that someone has a system within an organisation on which they have root access so their application can make use of raw sockets. It also assumes you have a system on the outside willing to drop the acknowledgement packets correctly too.
If you had that access you could probably just burn the data to DVD or memory stick or whatever instead. Even if physical security prevents that you'd have more success in just used obfuscated, encrypted datastream embedded into an allowed protocol such as HTTP sending to a customised HTTP server or simple web application on said server to accept that traffic and store it.
But really, again when dealing with a good firewall, I don't see what this achieves, you might as well just send the data you're trying to get out in the first place - it's not like the firewall is going to log and handle just the dropped packets and not the resends.
Really, is this all it takes to be a security researcher now? The only reason this hasn't been "discovered" before is because it's so utterly flawed and anyone with half a clue will see it's not worth "discovering" because it's both easily defeated and brings nothing to the proverbial security table.
I give this article and the paper an S, for Severe Fail.