ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

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

Date: Sat, 28 Jul 2012 22:46:12 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44095

User: martinm
Date: 2012/07/28 03:46 PM

Log:
 Avoid 2 redeclarations of 'len' in inner scopes - they can all use the
 outer one.  They had 3 different types, so use guint, which is what
 tvb_length() returns.

Directory: /trunk/epan/dissectors/
  Changes    Path                       Action
  +7 -7      packet-cell_broadcast.c    Modified