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

Date: Mon, 17 Sep 2012 16:05:43 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44949

User: wmeier
Date: 2012/09/17 09:05 AM

Log:
 Cleanup:
 - fix several instances of a potential infinte loop while dissecting TLVs;
   (it would be nice to have a valid capture file so this dissector can be fuzz-tested)
 - move proto_reg_handoff...() to the end of the file as per convention;
 - do find_dissector() only once in proto_reg_handoff...();
 - reformat some long lines;
 - replace some tabs by spaces and do other whitespace changes.

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +217 -174  packet-forces.c    Modified