Wireshark-commits: [Wireshark-commits] rev 38383: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sun, 07 Aug 2011 08:26:34 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=38383

User: guy
Date: 2011/08/07 01:26 AM

Log:
 If you have a loop that iterates over packet contents, you absolutely
 must not just do a "continue" if the offset into the packet has not been
 advanced, as you will get an infinite loop if you do.

Directory: /trunk/epan/dissectors/
  Changes    Path                   Action
  +19 -6     packet-opensafety.c    Modified