Wireshark-commits: [Wireshark-commits] rev 33057: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Wed, 02 Jun 2010 19:00:22 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33057

User: wmeier
Date: 2010/06/02 12:00 PM

Log:
 Misc changes:
 - Clear info col before beginning dissection;
 - Remove some uneeded forward declarations;
 - Remove some ... = NULL initializers;
 - Display protocol as BATADV_??? if unknown type;
 - '(gwflags & 0x7C) >> 3'  ==> '(gwflags & 0x78) >> 3'

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +36 -35    packet-batadv.c    Modified