<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Analysis on The Official Wireshark Blog</title>
    <link>https://blog.wireshark.org/categories/analysis/</link>
    <description>Recent content in Analysis on The Official Wireshark Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 09 Apr 2014 23:02:49 +0000</lastBuildDate><atom:link href="https://blog.wireshark.org/categories/analysis/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Detecting Heartbleed Traffic</title>
      <link>https://blog.wireshark.org/2014/04/heartbleed-traffic/</link>
      <pubDate>Wed, 09 Apr 2014 23:02:49 +0000</pubDate>
      
      <guid>https://blog.wireshark.org/2014/04/heartbleed-traffic/</guid>
      <description>&lt;p&gt;The big news in the tech industry this week is &lt;a href=&#34;http://heartbleed.com/&#34;&gt;The Heartbleed Bug&lt;/a&gt;, a vulnerability that affects a large portion of secure web sites on the Internet. I updated the Wireshark and WinPcap web sites on Monday (along with reissuing and revoking certificates) shortly after OS patches were released.&lt;/p&gt;
&lt;p&gt;Our web sites are protected going forward, but what about the past? We have a Shark appliance in our environment but that leads to a challenge. We had about 350 GB of HTTPS on our network on Monday alone. This is &lt;em&gt;just slightly too large&lt;/em&gt; to load into Wireshark.&lt;/p&gt;
&lt;p&gt;Fortunately one of my coworkers (P.J. Malloy) came up with a BPF filter that matches Heartbleed traffic:&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.riverbed.com/blogs/Retroactively-detecting-a-prior-Heartbleed-exploitation-from-stored-packets-using-a-BPF-expression.html&#34;&gt;http://www.riverbed.com/blogs/Retroactively-detecting-a-prior-Heartbleed-exploitation-from-stored-packets-using-a-BPF-expression.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Applying this filter directly on the Shark appliance gave me a much smaller number of packets which I could easily analyze in Wireshark. So far I haven’t found anything suspicious.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Troubleshooting the hidden dangers of TCP’s Nagle algorithm and delayed acknowledgement</title>
      <link>https://blog.wireshark.org/2013/01/troubleshooting-the-hidden-dangers-of-tcps-nagle-algorithm-and-delayed-acknowledgement/</link>
      <pubDate>Fri, 11 Jan 2013 23:58:10 +0000</pubDate>
      
      <guid>https://blog.wireshark.org/2013/01/troubleshooting-the-hidden-dangers-of-tcps-nagle-algorithm-and-delayed-acknowledgement/</guid>
      <description>&lt;p&gt;As we all know, TCP/IP is a great protocol suite.  However, there are times when it can become the bottleneck.  This is especially true if you use TCP/IP for real time transactions where small data sizes are the norm (think financial institutions).  In this session, I’ll show you why Nagle algorithm and delayed acknowledgement was developed.  But more importantly, I’ll highlight the unintended consequences when the two features interact – badly – with each other.  After watching this session, you will be able to spot the hidden dangers of using TCP/IP for real time transactions.   Enjoy, and as always, I would really appreciate your feedback and suggestions. Here is the video:&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.youtube.com/watch?v=2CMueBcQNtk&amp;amp;feature=share&amp;amp;list=PL18B4C1339C54900A&#34;&gt;http://www.youtube.com/watch?v=2CMueBcQNtk&amp;amp;feature=share&amp;amp;list=PL18B4C1339C54900A&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And as always, any and all feedback and suggestion are welcome.  Thank you and Enjoy!&lt;/p&gt;
&lt;p&gt;Hansang Bae&lt;/p&gt;
&lt;h2 id=&#34;comments&#34;&gt;Comments &lt;a href=&#34;#comments&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h2&gt;&lt;h3 id=&#34;comment-by-credible58-on-2013-01-13-235732-0000&#34;&gt;Comment by credible58 on 2013-01-13 23:57:32 +0000 &lt;a href=&#34;#comment-by-credible58-on-2013-01-13-235732-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Great video, Hansang.&lt;/p&gt;
&lt;h3 id=&#34;comment-by-hansang-bae-on-2013-01-14-125306-0000&#34;&gt;Comment by Hansang Bae on 2013-01-14 12:53:06 +0000 &lt;a href=&#34;#comment-by-hansang-bae-on-2013-01-14-125306-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;@credible58, thank you! If you have any ideas for future sessions, by all means, please let me know.&lt;/p&gt;
&lt;h3 id=&#34;comment-by-jasper-bongertz-on-2013-01-21-064643-0000&#34;&gt;Comment by Jasper Bongertz on 2013-01-21 06:46:43 +0000 &lt;a href=&#34;#comment-by-jasper-bongertz-on-2013-01-21-064643-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Nice presentation, Hansang, as usual. The only thing that I might have added to the slides would haven been an animation of what would be different &lt;strong&gt;without&lt;/strong&gt; the push flags.&lt;/p&gt;
&lt;h3 id=&#34;comment-by-hansang-bae-on-2013-01-21-071754-0000&#34;&gt;Comment by Hansang Bae on 2013-01-21 07:17:54 +0000 &lt;a href=&#34;#comment-by-hansang-bae-on-2013-01-21-071754-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Ah, good point. I removed some popup hints, quizzes etc. because youtube doesn’t support it. That would have been a good one, especially since I talk about it on the PPT. BTW, I just spent an hour anonymizing an upcoming CIFS troubleshooting scenario. What a pain that was! 🙂&lt;/p&gt;
&lt;h3 id=&#34;comment-by-andrew-on-2013-01-23-125227-0000&#34;&gt;Comment by Andrew on 2013-01-23 12:52:27 +0000 &lt;a href=&#34;#comment-by-andrew-on-2013-01-23-125227-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Great presentation, you gave a very clear explanation of the rules on the message sequence chart that made understanding the actual packet trace easy. I also like that you made the packet trace available.&lt;/p&gt;
&lt;p&gt;I’m left with one question though, why does packet #7 in the trace get to go immediately? This packet is only 226 bytes long so isn’t an MSS and there is unacknowledged data in flight (the bytes in #4, #5 and #6) so even though the Push bit is set in #7 my read of the Nagle rules on your slide #4 is that the only way #7 can be sent is if the Nagle override timeout expired? Yet the time between packet #7 and #6 is 16us which means the override timer cannot have expired. I’m presumably missing something though?&lt;/p&gt;
&lt;h3 id=&#34;comment-by-hansang-bae-on-2013-01-24-162017-0000&#34;&gt;Comment by Hansang Bae on 2013-01-24 16:20:17 +0000 &lt;a href=&#34;#comment-by-hansang-bae-on-2013-01-24-162017-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Andrew,&lt;br&gt;
Give me a day or two. I’m on the road and will be back this weekend. I will reply when I’m back in the office. thanks&lt;/p&gt;
&lt;h3 id=&#34;comment-by-hansang-bae-on-2013-01-29-130652-0000&#34;&gt;Comment by Hansang Bae on 2013-01-29 13:06:52 +0000 &lt;a href=&#34;#comment-by-hansang-bae-on-2013-01-29-130652-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Andrew,&lt;br&gt;
I’m glad you picked up on it. There are other small nuances in this trace that I didn’t get into . I didn’t delve into them just yet because this was more of an intro. 20/20 hindsight, I think it might have been better to tackle the bread and butter “nagle/delayed-ack” case first. But I’m very happy that you picked up on the fact that 10.10.10.10 probably has Nagle turned off. Another user Aaron also contacted me about packet #7! So I’m very happy that you guys are picking up on the small nuances of protocol analysis!&lt;/p&gt;
&lt;p&gt;There are other oddities in the trace, and I may come back to it after a few more sessions.&lt;/p&gt;
&lt;h3 id=&#34;comment-by-hai-wanxue-on-2013-01-30-012840-0000&#34;&gt;Comment by Hai Wanxue on 2013-01-30 01:28:40 +0000 &lt;a href=&#34;#comment-by-hai-wanxue-on-2013-01-30-012840-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Great session.&lt;br&gt;
I wrote something about TCP Nagle algorithm and Delayed ACK before in Chinese.&lt;br&gt;
&lt;a href=&#34;http://wenku.baidu.com/view/fbfda71aa300a6c30c229f99.html&#34; rel=&#34;nofollow ugc&#34;&gt;&lt;a href=&#34;http://wenku.baidu.com/view/fbfda71aa300a6c30c229f99.html&#34;&gt;http://wenku.baidu.com/view/fbfda71aa300a6c30c229f99.html&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&#34;comment-by-hansang-bae-on-2013-01-30-080045-0000&#34;&gt;Comment by Hansang Bae on 2013-01-30 08:00:45 +0000 &lt;a href=&#34;#comment-by-hansang-bae-on-2013-01-30-080045-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Hai,&lt;br&gt;
Thanks. Please feel free to download the presentation and pcap files and use it to your heart’s content! I see your presentation was much more thorough, was it for a class you were teaching? I can’t read it (if it was Korean, I could! 🙂 ) but I see enough TCP related acronyms to get the feel of it.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Hansang&lt;/p&gt;
&lt;h3 id=&#34;comment-by-hai-wanxue-on-2013-01-30-184959-0000&#34;&gt;Comment by Hai Wanxue on 2013-01-30 18:49:59 +0000 &lt;a href=&#34;#comment-by-hai-wanxue-on-2013-01-30-184959-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Hansang,&lt;br&gt;
I am working at one company for technology consultant.&lt;br&gt;
Writing it only as case because I often encountered them at work.&lt;br&gt;
Thanks.&lt;/p&gt;
&lt;h3 id=&#34;comment-by-anonymous-coward-on-2013-02-05-173339-0000&#34;&gt;Comment by Anonymous Coward on 2013-02-05 17:33:39 +0000 &lt;a href=&#34;#comment-by-anonymous-coward-on-2013-02-05-173339-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;These retransmissions are killing me!&lt;/p&gt;
&lt;h3 id=&#34;comment-by-hansang-bae-on-2013-02-05-212325-0000&#34;&gt;Comment by Hansang Bae on 2013-02-05 21:23:25 +0000 &lt;a href=&#34;#comment-by-hansang-bae-on-2013-02-05-212325-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;That’s pretty funny, K! 🙂 Sorry folks, that’s a little insider joke!&lt;/p&gt;
&lt;h3 id=&#34;comment-by-jaspreet-on-2013-02-19-231853-0000&#34;&gt;Comment by jaspreet on 2013-02-19 23:18:53 +0000 &lt;a href=&#34;#comment-by-jaspreet-on-2013-02-19-231853-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Very very knowledgeable video. thanks for all the efforts taken to create this good stuff!&lt;/p&gt;
&lt;h3 id=&#34;comment-by-hansang-bae-on-2013-02-20-082040-0000&#34;&gt;Comment by Hansang Bae on 2013-02-20 08:20:40 +0000 &lt;a href=&#34;#comment-by-hansang-bae-on-2013-02-20-082040-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;It’s my pleasure jaspreet! Glad you found it useful.&lt;/p&gt;
&lt;p&gt;thnx&lt;/p&gt;
&lt;p&gt;Hansang&lt;/p&gt;
&lt;h3 id=&#34;comment-by-krishnayeddula-on-2013-03-06-193411-0000&#34;&gt;Comment by krishnayeddula on 2013-03-06 19:34:11 +0000 &lt;a href=&#34;#comment-by-krishnayeddula-on-2013-03-06-193411-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Superb Video. It does nothing but enhances the Zeal to learn. That bus example was simple yet powerful.&lt;/p&gt;
&lt;p&gt;Hansang,&lt;br&gt;
People are thirsty here.Some more please.&lt;/p&gt;
&lt;h3 id=&#34;comment-by-hansang-bae-on-2013-03-09-183337-0000&#34;&gt;Comment by Hansang Bae on 2013-03-09 18:33:37 +0000 &lt;a href=&#34;#comment-by-hansang-bae-on-2013-03-09-183337-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;@krishnayeddula, @Cyril, @Beulah, @Money..&lt;br&gt;
Thank you. Another video will be coming out shortly. I’m glad that my passion for protocol analysis is coming through! 🙂&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Antivirus Outbreak</title>
      <link>https://blog.wireshark.org/2010/08/antivirus-outbreak/</link>
      <pubDate>Mon, 09 Aug 2010 18:00:49 +0000</pubDate>
      
      <guid>https://blog.wireshark.org/2010/08/antivirus-outbreak/</guid>
      <description>&lt;h3 id=&#34;wednesday-august-4-800-am&#34;&gt;Wednesday, August 4, 8:00 AM &lt;a href=&#34;#wednesday-august-4-800-am&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;We receive a phone call from someone complaining about “Wireshark Antivirus”. I take the call. The person on the other end isn’t able to provide many details other than that a program named “Wireshark Antivirus” is displaying some a shield and directing him to the cacetech.com web site.&lt;/p&gt;
&lt;p&gt;This is new. We’ve been on the receiving end of a few &lt;a href=&#34;http://wiki.wireshark.org/FalsePositives&#34; title=&#34;False positive list&#34;&gt;false positives&lt;/a&gt; in the past but this is new. Some jackass is using our name do do harm.&lt;/p&gt;
&lt;p&gt;This will not end well.&lt;/p&gt;
&lt;h3 id=&#34;august-4-morning&#34;&gt;August 4, Morning &lt;a href=&#34;#august-4-morning&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;I start searching using Google and Bing, looking for other reports or any details. This is my job for the rest of the day.&lt;/p&gt;
&lt;p&gt;So far our only exposure is through reports from other people. A forum post mentions “Wireshark Antivirus.exe”. I ask for screen shots so I can at least put an image online but don’t received any.&lt;/p&gt;
&lt;p&gt;The calls continue, but are mercifully few. I add news items to &lt;a href=&#34;http://www.wireshark.org/news/20100804.html&#34;&gt;www.wireshark.org&lt;/a&gt; and &lt;a href=&#34;http://www.cacetech.com/news/2010/08/wireshark-antivirus-malware/&#34;&gt;www.cacetech.com&lt;/a&gt; and send an email to &lt;a href=&#34;http://www.wireshark.org/lists/wireshark-users/201008/msg00017.html&#34;&gt;wireshark-users and wireshark-dev&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This will not end well.&lt;/p&gt;
&lt;h3 id=&#34;august-4-afternoon&#34;&gt;August 4, Afternoon &lt;a href=&#34;#august-4-afternoon&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Two discussions pop up on Yahoo! Answers. This is a reputation-based Q&amp;amp;A site. Someone posts erroneous information but I can’t correct it. How do you get enough reputation to be helpful in an emergency?&lt;/p&gt;
&lt;p&gt;At around 2:00 PM posts start showing up with recommendations for cleaning up the trojan.&lt;/p&gt;
&lt;h3 id=&#34;thursday-august-5&#34;&gt;Thursday, August 5 &lt;a href=&#34;#thursday-august-5&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;We get our first angry letter! Threats and foul language and everything!&lt;/p&gt;
&lt;p&gt;More calls come in. Most AV software has been updated to catch the code if it hadn’t already done so.&lt;/p&gt;
&lt;p&gt;This will not end well.&lt;/p&gt;
&lt;h3 id=&#34;friday-august-6&#34;&gt;Friday, August 6 &lt;a href=&#34;#friday-august-6&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;The reports and calls taper off.&lt;/p&gt;
&lt;p&gt;By this time several blog entries and news articles have covered the malware. I add them to the news items on the Wireshark and CACE web sites.&lt;/p&gt;
&lt;p&gt;This will not end well.&lt;/p&gt;
&lt;h3 id=&#34;saturday-august-7&#34;&gt;Saturday, August 7 &lt;a href=&#34;#saturday-august-7&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;More cussing and threats via email. Someone managed to find our contact information on the CACE web site, but completely missed the &lt;em&gt;“Wireshark Antivirus” Malware&lt;/em&gt; news banner at the top of the home page.&lt;/p&gt;
&lt;p&gt;This will not end well.&lt;/p&gt;
&lt;h3 id=&#34;monday-august-9&#34;&gt;Monday, August 9 &lt;a href=&#34;#monday-august-9&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;The crap-storm continues. We’re trying to help as best we can.&lt;/p&gt;
&lt;h3 id=&#34;tuesday-august-10&#34;&gt;Tuesday, August 10 &lt;a href=&#34;#tuesday-august-10&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Yahoo! Answers deleted one of my comments because it was flagged as spam. Thanks Yahoo! You guys are swell!&lt;/p&gt;
&lt;h2 id=&#34;lessons&#34;&gt;Lessons: &lt;a href=&#34;#lessons&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Communicate&lt;/strong&gt;. Luckily its victims were visiting &lt;a href=&#34;https://www.cacetech.com&#34;&gt;www.cacetech.com&lt;/a&gt;, so we could pass along updates in near real time. Google and Bing helped track down users posting questions to online forums. I responded to each question with any information I had at the time.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;People don’t run AV software&lt;/strong&gt;. Seriously — you should at least be running something like MS Security Essentials by now.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Even cake is dangerous&lt;/strong&gt;. One of the infections apparently happened while looking for pictures of cake on Flickr.&lt;/p&gt;
&lt;h2 id=&#34;comments&#34;&gt;Comments &lt;a href=&#34;#comments&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h2&gt;&lt;h3 id=&#34;comment-by-james-wylie-on-2010-08-09-135808-0000&#34;&gt;Comment by James Wylie on 2010-08-09 13:58:08 +0000 &lt;a href=&#34;#comment-by-james-wylie-on-2010-08-09-135808-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Gents,&lt;/p&gt;
&lt;p&gt;I’ve had two customers in the past few weeks with virus infections from an app called Wireshark Antivirus. This was strange becuase I used your app a few years back. Took me a minute to realize that it was you guys and that some bonehead was using your name to exploit with bad character your company.&lt;/p&gt;
&lt;p&gt;How can I help –&lt;/p&gt;
&lt;p&gt;Mr Wylie&lt;/p&gt;
&lt;h3 id=&#34;comment-by-gerald-combs-on-2010-08-09-181119-0000&#34;&gt;Comment by Gerald Combs on 2010-08-09 18:11:19 +0000 &lt;a href=&#34;#comment-by-gerald-combs-on-2010-08-09-181119-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;@James It sounds like you’re helping already.&lt;/p&gt;
&lt;h3 id=&#34;comment-by-mary-chang-on-2010-08-09-203521-0000&#34;&gt;Comment by mary chang on 2010-08-09 20:35:21 +0000 &lt;a href=&#34;#comment-by-mary-chang-on-2010-08-09-203521-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;hello,&lt;br&gt;
something calling itself WIRESHARK ANTIVIRUS installed itself on my computer &amp;amp; seems to insist on a subscription of some sort. I wonder if your program can uninstall it? I have notified CONSUMER FRAUD REPORTING.ORG. Many thanks for any help!&lt;br&gt;
MARY CHANG.&lt;/p&gt;
&lt;h3 id=&#34;comment-by-lee-anne-farnham-on-2010-08-09-211922-0000&#34;&gt;Comment by Lee Anne Farnham on 2010-08-09 21:19:22 +0000 &lt;a href=&#34;#comment-by-lee-anne-farnham-on-2010-08-09-211922-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;How do I get rid of this sharkware virus? It tagged on to my computer this morning when I was taking a look at wedding anouncement web sites.&lt;/p&gt;
&lt;p&gt;I will also send an email to consumer fraud reporting.org.&lt;/p&gt;
&lt;h3 id=&#34;comment-by-gerald-combs-on-2010-08-09-213107-0000&#34;&gt;Comment by Gerald Combs on 2010-08-09 21:31:07 +0000 &lt;a href=&#34;#comment-by-gerald-combs-on-2010-08-09-213107-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Mary &amp;amp; Lee Anne,&lt;/p&gt;
&lt;p&gt;There are a links with removal instructions at &lt;a href=&#34;http://www.wireshark.org/news/20100804.html&#34; rel=&#34;nofollow ugc&#34;&gt;&lt;a href=&#34;http://www.wireshark.org/news/20100804.html&#34;&gt;http://www.wireshark.org/news/20100804.html&lt;/a&gt;&lt;/a&gt; . Googling for “wireshark antivirus” (WITH quotes) turns up a lot more information about removing the trojan. I don’t have any way of testing them here and so can’t recommend any particular one.&lt;/p&gt;
&lt;h3 id=&#34;comment-by-belensaurus-on-2010-08-12-224811-0000&#34;&gt;Comment by belensaurus on 2010-08-12 22:48:11 +0000 &lt;a href=&#34;#comment-by-belensaurus-on-2010-08-12-224811-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;i got the wireshark thingy and i managed to get rid of it,&lt;br&gt;
download thee Malwarebytes’ Anti-Malware program and it will actually get rid of it&lt;br&gt;
the wireshark program thingy wont let the program pop out but all you have to do it press the alt+ctrl+delete keys together and youll get the windows task manager pc lick on the wireshark and end the task then once the malwarebites program pops out do a quick scan and once the scan is finished remove the threats and your done your computer will restart and your computer will be ok go on malwarebites again and delete the threats and your done&lt;/p&gt;
&lt;h3 id=&#34;comment-by-matt-on-2010-08-13-105008-0000&#34;&gt;Comment by Matt on 2010-08-13 10:50:08 +0000 &lt;a href=&#34;#comment-by-matt-on-2010-08-13-105008-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;The MalwareBytes solution seems to have eliminated the bug itself. However, further investigation has revealed that my browser is hijacked. I do not know if this was part of the Wireshark Antivirus bug or some prior threat I missed, but Googling “Malwarebytes” and following any of the links redirects me to off-the-wall websites that I’m sure are attempting to add more malicious garbage to my machine. I highly promote MalwareBytes, but be very careful attempting to download it. You may want to DL it from the comfort of another (uninfected) machine, and copy the installer to your infected machine. Also, you may need other solutions besides MBAM if your browser has been hijacked as mine has.&lt;/p&gt;
&lt;h3 id=&#34;comment-by-margy-on-2010-08-13-113700-0000&#34;&gt;Comment by margy on 2010-08-13 11:37:00 +0000 &lt;a href=&#34;#comment-by-margy-on-2010-08-13-113700-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;how to do you know if your browser’s been hijacked? I have this Wireshark AV thing and can’t open apps to download anything to get rid of it. Had just downloaded MalwareBytes the night before…then got this. Can’t open MB to even scan&lt;/p&gt;
&lt;h3 id=&#34;comment-by-gerald-combs-on-2010-08-13-121507-0000&#34;&gt;Comment by Gerald Combs on 2010-08-13 12:15:07 +0000 &lt;a href=&#34;#comment-by-gerald-combs-on-2010-08-13-121507-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;@margy According to a Malwarebytes forum post you can rename mbam.exe to something else:&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://forums.malwarebytes.org/index.php?s=bf5375540445801cd46624397aa2918a&amp;#038;showtopic=59850&amp;#038;pid=297318&amp;#038;st=0&amp;#038;#entry297318&#34; rel=&#34;nofollow ugc&#34;&gt;&lt;a href=&#34;http://forums.malwarebytes.org/index.php?s=bf5375540445801cd46624397aa2918a&amp;amp;showtopic=59850&amp;amp;pid=297318&amp;amp;st=0&amp;amp;#entry297318&#34;&gt;http://forums.malwarebytes.org/index.php?s=bf5375540445801cd46624397aa2918a&amp;amp;showtopic=59850&amp;amp;pid=297318&amp;amp;st=0&amp;amp;#entry297318&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&#34;comment-by-brian-on-2010-08-13-173636-0000&#34;&gt;Comment by brian on 2010-08-13 17:36:36 +0000 &lt;a href=&#34;#comment-by-brian-on-2010-08-13-173636-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;For those of you having issues running malwarebytes or other removal tool, your best bet is to boot in Safe Mode prior to executing anything. To enter safe mode, simply pres F8 while your computer is in BIOS prior to windows start up.&lt;/p&gt;
&lt;h3 id=&#34;comment-by-mary-chang-on-2010-08-13-191513-0000&#34;&gt;Comment by mary chang on 2010-08-13 19:15:13 +0000 &lt;a href=&#34;#comment-by-mary-chang-on-2010-08-13-191513-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Success to report! Our computer guru has solved all my problems, cleaned the whole system, besides identifying &amp;amp; removing that fake program. I intend to forward the fake’s name to Fraud Prevention authorities. If anybody wants to know, I can share my guru’s name — he has a huge reputation in our counties.&lt;/p&gt;
&lt;h3 id=&#34;comment-by-curt-on-2010-08-19-232447-0000&#34;&gt;Comment by Curt on 2010-08-19 23:24:47 +0000 &lt;a href=&#34;#comment-by-curt-on-2010-08-19-232447-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Is there a chance to monitor ports on unmanaged switches and the NIC´s of the machines attached to these ports?&lt;br&gt;
I am experiencing ports to be hung up by machines in a way that they are not reachable anymore. The switch seems to be physically well but traffic to these ports is impossible.&lt;/p&gt;
&lt;h3 id=&#34;comment-by-james-eighmey-on-2010-08-21-101647-0000&#34;&gt;Comment by James Eighmey on 2010-08-21 10:16:47 +0000 &lt;a href=&#34;#comment-by-james-eighmey-on-2010-08-21-101647-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;If you are a newbie to system security. You can run clamav portable or stinger to remove wireshark anti-virus. here are the links to both. McAfee Stinger – &lt;a href=&#34;http://vil.nai.com/vil/stinger/&#34; rel=&#34;nofollow ugc&#34;&gt;&lt;a href=&#34;http://vil.nai.com/vil/stinger/&#34;&gt;http://vil.nai.com/vil/stinger/&lt;/a&gt;&lt;/a&gt; ClamAV Portable – &lt;a href=&#34;http://portableapps.com/apps/utilities/clamwin_portable&#34; rel=&#34;nofollow ugc&#34;&gt;&lt;a href=&#34;http://portableapps.com/apps/utilities/clamwin_portable&#34;&gt;http://portableapps.com/apps/utilities/clamwin_portable&lt;/a&gt;&lt;/a&gt; Your best bet is to run these from a flashdrive or memory card, and download them from a clean system.&lt;/p&gt;
&lt;h3 id=&#34;comment-by-jamie-on-2010-08-23-162038-0000&#34;&gt;Comment by Jamie on 2010-08-23 16:20:38 +0000 &lt;a href=&#34;#comment-by-jamie-on-2010-08-23-162038-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Wow… There’s some really stupid people floating around. “Wireshark” is an awesome packet-sniffing program. “Wireshark Antivirus” is a virus, and is not related to Wireshark in any way. Get a brain, people.&lt;/p&gt;
&lt;p&gt;I would smack you people so hard, if I could. Give Gerald a break from your stupidity…&lt;/p&gt;
&lt;h3 id=&#34;comment-by-joe-sammarco-on-2010-08-24-131310-0000&#34;&gt;Comment by Joe Sammarco on 2010-08-24 13:13:10 +0000 &lt;a href=&#34;#comment-by-joe-sammarco-on-2010-08-24-131310-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;This piece of malware is almost indistinguishable from the “SuperAntivirus 09” bug of recent fame. These idiots probably pulled the name “Wireshark” out of the blue because it sounded cool to them. The bug is easily eradicated by running the free application “Malwarebytes anti malware scanner” in windows safe mode. Just download the free software and make sure it updates before you scan with it. If you are not computer literate enough to do this for yourself, there are plenty of guys like me around willing to charge for this work.&lt;/p&gt;
&lt;h3 id=&#34;comment-by-chris-maynard-on-2010-08-29-073645-0000&#34;&gt;Comment by Chris Maynard on 2010-08-29 07:36:45 +0000 &lt;a href=&#34;#comment-by-chris-maynard-on-2010-08-29-073645-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Wow, how sad is it that the first site listed after a google or yahoo! search for wireshark is “Wireshark Removal”.&lt;/p&gt;
&lt;h3 id=&#34;comment-by-michael-mcnamara-on-2010-08-30-203738-0000&#34;&gt;Comment by Michael McNamara on 2010-08-30 20:37:38 +0000 &lt;a href=&#34;#comment-by-michael-mcnamara-on-2010-08-30-203738-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;I’ve been on the receiving end of a few similar situations. Unfortunately you’ve got to bite your tongue and soldier along. You did a great job of communicating the issue once you learned of it. It’s a shame that users continue to be the mindless people that we know them to be.&lt;/p&gt;
&lt;p&gt;Cheers!&lt;/p&gt;
&lt;h3 id=&#34;comment-by-jason-cruse-on-2010-08-31-075850-0000&#34;&gt;Comment by Jason Cruse on 2010-08-31 07:58:50 +0000 &lt;a href=&#34;#comment-by-jason-cruse-on-2010-08-31-075850-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Well I do computer work and let me tell you this and other fakeAlert programs and rogue spyware is crazy here in ohio. some let it go as far as were the system is so far bogged down that I end up having to do a renistall. Usually you can get rid of everthing but the redirector. Its my job…but still a pain.&lt;/p&gt;
&lt;h3 id=&#34;comment-by-m-oconnor-on-2010-09-16-131658-0000&#34;&gt;Comment by M. O&amp;rsquo;Connor on 2010-09-16 13:16:58 +0000 &lt;a href=&#34;#comment-by-m-oconnor-on-2010-09-16-131658-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Don’t want to sound flippant but…&lt;/p&gt;
&lt;p&gt;Whoever created the wireshark AV app has created a new definition of “Wireshark” 🙂&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>T-Mobile: Clever or Insane?</title>
      <link>https://blog.wireshark.org/2010/04/t-mobile-clever-or-insane/</link>
      <pubDate>Sun, 11 Apr 2010 00:36:35 +0000</pubDate>
      
      <guid>https://blog.wireshark.org/2010/04/t-mobile-clever-or-insane/</guid>
      <description>&lt;p&gt;I recently got an Android phone. After downloading the Android SDK I noticed that my cellular provider (T-Mobile) was doing something odd. According to the &lt;em&gt;netcfg&lt;/em&gt; command they’re using 25.0.0.0/8 on their GPRS/EDGE network:&lt;/p&gt;
&lt;pre&gt;&lt;span style=&#34;color: #008000;&#34;&gt;$ netcfg
lo       UP    127.0.0.1       255.0.0.0       0x00000049
dummy0   DOWN  0.0.0.0         0.0.0.0         0x00000082
rmnet0   UP    25.130.205.212  255.255.255.252 0x00001043
rmnet1   DOWN  0.0.0.0         0.0.0.0         0x00001002
rmnet2   DOWN  0.0.0.0         0.0.0.0         0x00001002
sit0     DOWN  0.0.0.0         0.0.0.0         0x00000080
ip6tnl0  DOWN  0.0.0.0         0.0.0.0         0x00000080&lt;/span&gt;
&lt;/pre&gt;
&lt;p&gt;T-Mobile doesn’t own that netblock. &lt;a href=&#34;http://www.iana.org/assignments/ipv4-address-space/ipv4-address-space.xml&#34;&gt;The UK Ministry of Defence does&lt;/a&gt;. Why would they do such a thing? After all, &lt;a href=&#34;http://tools.ietf.org/html/rfc1918&#34;&gt;RFC 1918&lt;/a&gt; gives you three whole blocks (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16) to do with as you please. Straying from those on your private will damn you to an eternity of network flakiness and give your twisted pair cabling scurvy, right?&lt;/p&gt;
&lt;h4 id=&#34;why-this-is-clever&#34;&gt;Why this is clever &lt;a href=&#34;#why-this-is-clever&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h4&gt;&lt;p&gt;According to several BGP looking glasses and figure 5 of Geoff Huston’s &lt;a href=&#34;http://www.potaroo.net/tools/ipv4/index.html&#34;&gt;IPv4 Address Report&lt;/a&gt; the Ministry of Defence doesn’t advertise any routes for 25.0.0.0/8. That means that none of the 25.x.x.x addresses are being used on the public Internet. If you’re on a private network they’re effectively free for the taking. But still, why aren’t they using the officially-sanctioned RFC 1918 address?&lt;/p&gt;
&lt;p&gt;My phone also has an 802.11 interface. Let’s take a look at netcfg’s output when I’m connected to T-Mobile’s network &lt;em&gt;and&lt;/em&gt; my home network:&lt;/p&gt;
&lt;pre&gt;&lt;span style=&#34;color: #008000;&#34;&gt;$ netcfg     
lo       UP    127.0.0.1       255.0.0.0       0x00000049
dummy0   DOWN  0.0.0.0         0.0.0.0         0x00000082
rmnet0   DOWN  25.130.205.212  255.255.255.252 0x00001002
rmnet1   DOWN  0.0.0.0         0.0.0.0         0x00001002
rmnet2   DOWN  0.0.0.0         0.0.0.0         0x00001002
sit0     DOWN  0.0.0.0         0.0.0.0         0x00000080
ip6tnl0  DOWN  0.0.0.0         0.0.0.0         0x00000080
eth0     UP    192.168.25.4    255.255.255.0   0x00001043&lt;/span&gt;
&lt;/pre&gt;
&lt;p&gt;See the 192.168.25.4? That could just as easily be 10.0.0.4, 172.18.34.4, or any other RFC 1918 address. On many networks (particularly universities) it could even be a public address. T-Mobile has no way of predicting or controlling what happens on that interface. The 25.0.0.0/8 netblock has the following advantages:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;It doesn’t overlap with any other network, public or private. Therefore you won’t get any routing confusion when the phone is connected on GPRS/EDGE and WiFi at the same time.&lt;/li&gt;
&lt;li&gt;It’s not in public use. The next Facebook or Lolcats isn’t going to show up with a 25.x.x.x address, thereby causing routing confusion for your users.&lt;/li&gt;
&lt;li&gt;Even if the UK MoD is handing out 25.x.x.x address over 802.11 they’re &lt;em&gt;way over in the UK&lt;/em&gt;. It’s unlikely that my phone will be connected to the MoD and T-Mobile networks at the same time.&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&#34;why-this-is-insane&#34;&gt;Why this is insane &lt;a href=&#34;#why-this-is-insane&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h4&gt;&lt;p&gt;IPv4 addresses are getting scarce. Who says the MoD won’t turn the 25.0.0.0/8 netblock over to &lt;a href=&#34;http://www.ripe.net/&#34;&gt;RIPE&lt;/a&gt; or &lt;a href=&#34;http://www.iana.org/&#34;&gt;IANA&lt;/a&gt; next week? Even then my phone has to go through a proxy server on T-Mobile’s network so it’s probably not a huge deal.&lt;/p&gt;
&lt;h4 id=&#34;update&#34;&gt;Update &lt;a href=&#34;#update&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h4&gt;&lt;p&gt;Just before publishing this I ran &lt;em&gt;netcfg&lt;/em&gt; and my phone was using 14.64.186.160. The 14.0.0.0/8 netblock used to be reserved for &lt;a href=&#34;http://tools.ietf.org/html/rfc1356&#34;&gt;public data networks&lt;/a&gt; but was allocated to &lt;a href=&#34;http://www.apnic.net/&#34;&gt;APNIC&lt;/a&gt; earlier this month. I wonder what other questionable netblocks they’re using.&lt;/p&gt;
&lt;h2 id=&#34;comments&#34;&gt;Comments &lt;a href=&#34;#comments&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h2&gt;&lt;h3 id=&#34;comment-by-stephen-fisher-on-2010-04-11-021540-0000&#34;&gt;Comment by Stephen Fisher on 2010-04-11 02:15:40 +0000 &lt;a href=&#34;#comment-by-stephen-fisher-on-2010-04-11-021540-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Maybe they should start using that strange “new” thing called IPv6 🙂&lt;/p&gt;
&lt;h3 id=&#34;comment-by-gerald-combs-on-2010-04-12-091900-0000&#34;&gt;Comment by Gerald Combs on 2010-04-12 09:19:00 +0000 &lt;a href=&#34;#comment-by-gerald-combs-on-2010-04-12-091900-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;You’re absolutely right. This would be a non-issue with IPv6. To be fair, I’m not sure what else T-Mobile can do in this situation. They probably have a lot of customer handsets that are v4-only. Luckily none of the mail or SSH servers I use have 25/8 or 14/8 addresses.&lt;/p&gt;
&lt;h3 id=&#34;comment-by-julio-de-leon-on-2010-04-12-125224-0000&#34;&gt;Comment by Julio De Leon on 2010-04-12 12:52:24 +0000 &lt;a href=&#34;#comment-by-julio-de-leon-on-2010-04-12-125224-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Let’s see if I understood well, if I were to point to your address 25.130.205.212/8 from my computer, it will route me to your phone? Instead of correctly route me to anywhere in the UK MoD network?&lt;/p&gt;
&lt;h3 id=&#34;comment-by-gerald-combs-on-2010-04-13-095427-0000&#34;&gt;Comment by Gerald Combs on 2010-04-13 09:54:27 +0000 &lt;a href=&#34;#comment-by-gerald-combs-on-2010-04-13-095427-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;@Julio The 25/8 block isn’t publicly routed at all, so you should see a timeout or network unreachable error if you try to connect to 25.130.205.212. T-Mobile’s GPRS/EDGE uses a proxy server for HTTP connections and NAT for everything else so the 25/8 and 14/8 addresses are invisible to the outside world. The problem is when I’m connected via GPRS/EDGE and need to connect to a 25/8 or 14/8 address *outside* of T-Mobile’s network. Right now this isn’t a problem. As the IPv4 address space nears exhaustion it could easily become one.&lt;/p&gt;
&lt;h3 id=&#34;comment-by-old-t-mo-employee-on-2010-05-13-101557-0000&#34;&gt;Comment by Old T-Mo Employee on 2010-05-13 10:15:57 +0000 &lt;a href=&#34;#comment-by-old-t-mo-employee-on-2010-05-13-101557-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Actually, T-Mobile has many “illegal” IP ranges, depending on what network you connect through. In fact, there is a management network which also uses stolen public space. It is a risk, but was done because of the scarcity of RFC1918 space. Believe it or not, there just are not addresses in that range to handle all the network devices and phones.&lt;/p&gt;
&lt;h3 id=&#34;comment-by-rollo-on-2010-05-15-082515-0000&#34;&gt;Comment by Rollo on 2010-05-15 08:25:15 +0000 &lt;a href=&#34;#comment-by-rollo-on-2010-05-15-082515-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Here in Germany t-mobile uses IP-Adresses like 1.2.3.4 for example, APNIC-adress-space. Should work fine, they are not only “way over”, but “down under” 😉&lt;/p&gt;
&lt;h3 id=&#34;comment-by-brn0vrflw-on-2010-05-18-101348-0000&#34;&gt;Comment by brn0vrflw on 2010-05-18 10:13:48 +0000 &lt;a href=&#34;#comment-by-brn0vrflw-on-2010-05-18-101348-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Why extrapolate ? Just contact them !&lt;/p&gt;
&lt;h3 id=&#34;comment-by-olivia-on-2010-05-25-133850-0000&#34;&gt;Comment by olivia on 2010-05-25 13:38:50 +0000 &lt;a href=&#34;#comment-by-olivia-on-2010-05-25-133850-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;i found exactly the same issue with our business “orange” mobiles however T-mobile and orange have now merged. Surely Its obvious UK.gov are turning a blind eye to the misuse of what essentially is a public network.&lt;/p&gt;
&lt;h3 id=&#34;comment-by-will-on-2010-05-25-144410-0000&#34;&gt;Comment by Will on 2010-05-25 14:44:10 +0000 &lt;a href=&#34;#comment-by-will-on-2010-05-25-144410-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;@olivia: It’s not a misuse of a public network… in a worst-case scenario, let’s say you work for the UK Government and need to connect to 25.1.1.1 from your T-Mobile phone– you’ll likely be unable to, as T-Mobile is using that address for their INTERNAL network. However, if you connect from anything else besides your T-Mobile phone, it’ll work fine.&lt;/p&gt;
&lt;p&gt;So this isn’t a misuse, it’s just risky since T-Mobile customers could potentially be angry that they can’t reach a certain website.&lt;/p&gt;
&lt;p&gt;Currently, however, it’s a smart move on T-Mobile’s part because they can avoid even worse problems if you connected your phone to a wifi network that happened to use the same internal IP range as T-Mobile.&lt;/p&gt;
&lt;p&gt;IPv6 will solve all of this, and it should solve it soon as most new devices are IPv6 enabled and strategies for routing between IPv6 and IPv4 networks are already well-known.&lt;/p&gt;
&lt;h3 id=&#34;comment-by-jodrik-on-2010-05-30-234617-0000&#34;&gt;Comment by Jodrik on 2010-05-30 23:46:17 +0000 &lt;a href=&#34;#comment-by-jodrik-on-2010-05-30-234617-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Versatel also has a hand in this using 1.0.0.0/8 for their GPRS in the Netherlands for instance. I personally think it’s -extremely- annoying that major companies like ISPs just go out and set “bad examples” with work-arounds like this. Yes IPv4 is limited, but how long has IPv6 been in the making? Shouldn’t ISPs be the one pushing phones manufacturers to implement IPv6 instead of just waiting for it to happen and basically abusing privately owned networks.&lt;/p&gt;
&lt;p&gt;In my opinion if they should have seen this limitation comming way back when GPRS etc started catching on and should have just implemented IPv6 on it by default.&lt;/p&gt;
&lt;h3 id=&#34;comment-by-michael-patterson-on-2010-06-06-182042-0000&#34;&gt;Comment by Michael Patterson on 2010-06-06 18:20:42 +0000 &lt;a href=&#34;#comment-by-michael-patterson-on-2010-06-06-182042-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Hello Gerald,&lt;/p&gt;
&lt;p&gt;We are testing IPFIX in our next release due out later this month. We are finally receiving the data from procflow correctly. What are your intentions with this tool? We noticed it hasn’t been updated for about a year.&lt;/p&gt;
&lt;p&gt;See you at sharkfest.&lt;/p&gt;
&lt;p&gt;Mike [at] plixer.com&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Troubleshooting A Slow Web Site</title>
      <link>https://blog.wireshark.org/2009/12/troubleshooting-slow-web-site/</link>
      <pubDate>Tue, 08 Dec 2009 01:58:00 +0000</pubDate>
      
      <guid>https://blog.wireshark.org/2009/12/troubleshooting-slow-web-site/</guid>
      <description>&lt;p&gt;A couple of weeks ago we had a strange problem in the CACE Technologies World Domination Secret Lair. Loris was having trouble loading the Wireshark blog. It was working fine on my machine so I checked some of the other machines in the office. I found the same problem on one of the development machines. Loading the page in Firebug showed that the object requests were stalling out every 20 seconds or so:&lt;br&gt;
&lt;img loading=&#34;lazy&#34; decoding=&#34;async&#34; class=&#34;alignnone size-full wp-image-314&#34; title=&#34;firebug-slow-blog&#34; src=&#34;https://blog.wireshark.org/wp-content/uploads/2009/12/firebug-slow-blog.PNG&#34; alt=&#34;firebug-slow-blog&#34; width=&#34;511&#34; height=&#34;426&#34; /&gt;&lt;br&gt;
I fired up Wireshark and captured the browser attempting to connect to the blog:&lt;br&gt;
&lt;img loading=&#34;lazy&#34; decoding=&#34;async&#34; class=&#34;alignnone size-full wp-image-315&#34; title=&#34;ipv6 failure&#34; src=&#34;https://blog.wireshark.org/wp-content/uploads/2009/12/ipv6-failure.PNG&#34; alt=&#34;ipv6 failure&#34; width=&#34;550&#34; height=&#34;460&#34; /&gt;&lt;br&gt;
The problem was immediately obvious. The browser attempted to connect to the blog’s IPv6 address (2607:f0d0:2001:e:1::1), timed out, and connected to the blog’s IPv4 address (67.228.110.126).&lt;/p&gt;
&lt;p&gt;As it turns out Loris and I ran some IPv6 tests a long time ago and we added unique local addresses to our machines (mine was fd00:cace::4) . Since each machine had an IPv6 address the TCP stack assumed that there was general IPv6 connectivity. However, &lt;a href=&#34;http://www.att.com/global-search/search.jsp?q=ipv6&amp;amp;tab=Bus&amp;amp;App_ID=SBUS&amp;amp;x=0&amp;amp;y=0&#34;&gt;our ISP is steadfastly ignoring IPv6&lt;/a&gt; so end-to-end connectivity wasn’t there. After timing out the connection fell back to IPv4 and proceeded normally.&lt;/p&gt;
&lt;p&gt;This sort of thing will likely crop up more and more often as we transition to IPv6. If either IPv4 or IPv6 connectivity fails, your applications will still have connectivity so the failure may not be immediately obvious. In this case Firefox stalled out but still managed to connect. If it used a &lt;a href=&#34;http://www.stuartcheshire.org/IETF72/&#34;&gt;connect-by-name socket API&lt;/a&gt; the failure wouldn’t have been evident at all.&lt;/p&gt;
&lt;h2 id=&#34;comments&#34;&gt;Comments &lt;a href=&#34;#comments&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h2&gt;&lt;h3 id=&#34;comment-by-siyu-on-2010-01-28-175855-0000&#34;&gt;Comment by siyu on 2010-01-28 17:58:55 +0000 &lt;a href=&#34;#comment-by-siyu-on-2010-01-28-175855-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;thanks a lot.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Chrome OS</title>
      <link>https://blog.wireshark.org/2009/11/302/</link>
      <pubDate>Fri, 20 Nov 2009 00:31:59 +0000</pubDate>
      
      <guid>https://blog.wireshark.org/2009/11/302/</guid>
      <description>&lt;p&gt;Today I followed the announcement of the new &lt;a href=&#34;http://googleblog.blogspot.com/2009/07/introducing-google-chrome-os.html&#34;&gt;Chrome OS&lt;/a&gt; from Google and the acclaiming response it received. Am I the only one thinking: very simple, maybe TOO simple?&lt;/p&gt;
&lt;p&gt;Since the beginning of the “browser as an OS” idea, I always wondered how I am supposed to run my favorite program, Wireshark, in a browser. Wireshark, of course, is an example, but many people do things with computers that don’t translate well into the cloud paradigm. Will they just be dismissed by OS manufacturers as a “nerdy minority”? Or will they need to stick with old uncool OSes to do their things? I’d like to be cool too, Google, but I’d still like to run Wireshark.&lt;/p&gt;
&lt;p&gt;Another thing I feel weird about: Google is telling me not to worry about data loss, because from now on all my documents will be online. Nothing will need to be saved locally.&lt;br&gt;
Actually, I like that my documents stay in my computer. Am I really the only one in the world? I’m not only talking about personal stuff like the love letters to my wife or the drunk pictures at the party last week. What about the trace files that I get all the time from customers? Will they have to go online too? Hmm, I’m sure my customers will love having them on Google’s server.&lt;/p&gt;
&lt;p&gt;I can already hear the objection: “this OS is for netbooks, and netbooks are only used for simple things like going online, so this is perfect for them”. Actually, I love using Wireshark on a netbook! Together with an Airpcap adapter, it’s the perfect portable wireless troubleshooting station.&lt;br&gt;
Why does small need to mean “limited”? Personally, I’d actually love to run Wireshark on my wireless-enabled IPod Touch! Ok, maybe I’m going too far…&lt;/p&gt;
&lt;div id=&#34;_mcePaste&#34; style=&#34;overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;&#34;&gt;
  http://googleblog.blogspot.com/2009/07/introducing-google-chrome-os.html
&lt;/div&gt;
&lt;h2 id=&#34;comments&#34;&gt;Comments &lt;a href=&#34;#comments&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h2&gt;&lt;h3 id=&#34;comment-by-aaron-c-de-bruyn-on-2009-11-19-201617-0000&#34;&gt;Comment by Aaron C. de Bruyn on 2009-11-19 20:16:17 +0000 &lt;a href=&#34;#comment-by-aaron-c-de-bruyn-on-2009-11-19-201617-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;I just had the pleasure of using Wireshark on a netbook today.&lt;/p&gt;
&lt;p&gt;Looks pretty good on the small screen.&lt;/p&gt;
&lt;h3 id=&#34;comment-by-vasiljevich-on-2009-11-21-154449-0000&#34;&gt;Comment by vasiljevich on 2009-11-21 15:44:49 +0000 &lt;a href=&#34;#comment-by-vasiljevich-on-2009-11-21-154449-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;If Chrome OS is only for internet surfing, it seems to be useless, as there are many devices (more comfortable and portable than netbooks) with the same functionality.&lt;/p&gt;
&lt;h3 id=&#34;comment-by-dan-on-2009-11-21-220011-0000&#34;&gt;Comment by Dan on 2009-11-21 22:00:11 +0000 &lt;a href=&#34;#comment-by-dan-on-2009-11-21-220011-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Is there any reason wireshark couldn’t run as a javascript webapp?&lt;br&gt;
I look forward to building an ultraportable sniffing machine using the wireshark webapp for Chrome OS on a netbook…&lt;br&gt;
Of course, if I have to rely on a live connection to run the app to sniff the packets to troubleshoot my live connection, that may be a problem 🙂&lt;/p&gt;
&lt;h3 id=&#34;comment-by-varun-on-2009-11-23-003246-0000&#34;&gt;Comment by Varun on 2009-11-23 00:32:46 +0000 &lt;a href=&#34;#comment-by-varun-on-2009-11-23-003246-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Hi Loris,&lt;/p&gt;
&lt;p&gt;Thanks for posting this. I’ve been thinking about using a sniffer on my iTouch too. (Don’t want to pay for upgrade to 3.0 though :)).&lt;/p&gt;
&lt;p&gt;This proves either I’m not an idiot or not the only idiot to think that up 😀&lt;/p&gt;
&lt;p&gt;BTW I’m not going for ChromeOS at all after watching them explain how only web browser will take care of my PC experience…&lt;/p&gt;
&lt;p&gt;Varun&lt;/p&gt;
&lt;h3 id=&#34;comment-by-me-on-2009-11-24-162119-0000&#34;&gt;Comment by ME! on 2009-11-24 16:21:19 +0000 &lt;a href=&#34;#comment-by-me-on-2009-11-24-162119-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;I guess you’re not cool enough for ChromeOS.&lt;br&gt;
🙁&lt;/p&gt;
&lt;h3 id=&#34;comment-by-terry-on-2009-12-09-193012-0000&#34;&gt;Comment by Terry on 2009-12-09 19:30:12 +0000 &lt;a href=&#34;#comment-by-terry-on-2009-12-09-193012-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Loris, You are not alone. Going a bit beyond using applications like Wireshark, the cloud paradigm will have a boundary established by financial interest or technical and legal limitations. A recent example is the I Phone and the attempt to use a voip application not licensed by Apple. In the Chrome cloud Google not the individual or group will determine what is permitted. It will be cheaper for those doing email, Facebook, desktop publishing. The cost will increase for anyone using a standalone OS. I hope the Chrome like goes away quickly.&lt;/p&gt;
&lt;h3 id=&#34;comment-by-yuval-levy-on-2010-01-16-113931-0000&#34;&gt;Comment by Yuval Levy on 2010-01-16 11:39:31 +0000 &lt;a href=&#34;#comment-by-yuval-levy-on-2010-01-16-113931-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Loris, you’re not alone. All of these freebies are cool candies to attract consumers into selling their souls. I rather have a known price tag in US$ than an unknown price tag in relinquishing control over core strategical and personal things. Call me uncool.&lt;/p&gt;
&lt;p&gt;I wanted to thank you for wireshark. I am trying to use it to reverse engineer USB camera communication, although with little success so far. My Ubuntu 9.10 system freezes a few seconds after I start sniffing. I’ll keep googling for a solution – that’s what I like google for.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Polycom IP Phone Boot Analysis</title>
      <link>https://blog.wireshark.org/2009/09/polycom-ip-phone-boot-analysis/</link>
      <pubDate>Mon, 28 Sep 2009 21:20:29 +0000</pubDate>
      
      <guid>https://blog.wireshark.org/2009/09/polycom-ip-phone-boot-analysis/</guid>
      <description>&lt;p&gt;We use Polycom SoundPoint IP phones here at the CACE Technologies World Domination Secret Lair. While troubleshooting a different problem recently I noticed that the phones do something funny. During the boot process they obtain an IP address via DHCP, similar to most PCs. A DHCP option tells the phones to fetch their configuration and firmware from an FTP server. The funny part is that some of the FTP transfers were failing even though the phones booted up just fine:&lt;/p&gt;
&lt;div id=&#34;attachment_143&#34; style=&#34;width: 468px&#34; class=&#34;wp-caption alignnone&#34;&gt;
  &lt;img loading=&#34;lazy&#34; decoding=&#34;async&#34; aria-describedby=&#34;caption-attachment-143&#34; class=&#34;size-full wp-image-143&#34; title=&#34;SIP firmware failure&#34; src=&#34;https://blog.wireshark.org/wp-content/uploads/2009/09/SIP-firmware-failure.png&#34; alt=&#34;SIP firmware download failure&#34; width=&#34;458&#34; height=&#34;255&#34; /&gt;
  &lt;p id=&#34;caption-attachment-143&#34; class=&#34;wp-caption-text&#34;&gt;
    SIP firmware download failure
  &lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;At packet 175 the phone starts to download &lt;em&gt;sip.ld&lt;/em&gt;, the SIP firmware image. The transfer starts at packet 177, but the phone cuts the transfer short at packet 181. The phone then behaves as if nothing is wrong. What’s going on here?&lt;/p&gt;
&lt;p&gt;At this point the phone &lt;strong&gt;might&lt;/strong&gt; have an up-to-date copy of the SIP firmware. It would be nice if it could avoid downloading this file every time it booted up. The file is 15 MB, so in some environments this would be &lt;strong&gt;really&lt;/strong&gt; nice. (Imagine a thousand phones trying to download this file at the same time after a power outage. Over a fractional T1. That’s flapping.) Unfortunately methods for comparing files via FTP or HTTP to ones you already have are either &lt;a href=&#34;http://www.ietf.org/rfc/rfc1864.txt&#34;&gt;rarely used&lt;/a&gt; or &lt;a href=&#34;http://cwiki.apache.org/FTPSERVER/draft-twine-ftpmd5-00.html&#34;&gt;not supported at all&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Running the &lt;em&gt;strings&lt;/em&gt; command on the firmware turns up the following tidbit at the beginning of the file:&lt;/p&gt;
&lt;pre style=&#34;padding-left: 30px;&#34;&gt;Checksum=0x00008c5e&lt;/pre&gt;
&lt;p&gt;It looks like the phones look for the checksum in the firmware header and drop the connection once they’ve determined they already have an up-to-date copy.&lt;/p&gt;
&lt;p&gt;This is a very roundabout way of showing that sometimes error conditions on your network are not only normal but beneficial.&lt;/p&gt;
&lt;h2 id=&#34;comments&#34;&gt;Comments &lt;a href=&#34;#comments&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h2&gt;&lt;h3 id=&#34;comment-by-bperkic-on-2009-09-30-010736-0000&#34;&gt;Comment by bperkic on 2009-09-30 01:07:36 +0000 &lt;a href=&#34;#comment-by-bperkic-on-2009-09-30-010736-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Good point! Thx&lt;/p&gt;
&lt;h3 id=&#34;comment-by-rogio-on-2009-10-23-091635-0000&#34;&gt;Comment by rogio on 2009-10-23 09:16:35 +0000 &lt;a href=&#34;#comment-by-rogio-on-2009-10-23-091635-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Great Read.&lt;/p&gt;
&lt;h3 id=&#34;comment-by-oldcommguy-on-2009-11-05-110159-0000&#34;&gt;Comment by Oldcommguy on 2009-11-05 11:01:59 +0000 &lt;a href=&#34;#comment-by-oldcommguy-on-2009-11-05-110159-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;It is no longer a secret…now we know where you are at!!!!&lt;/p&gt;
&lt;p&gt;Great article – Flapping indeed and an real OMG!&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
