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 42463: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Mon, 07 May 2012 13:30:59 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42463

User: wmeier
Date: 2012/05/07 06:30 AM

Log:
 General fixes and cleanup:
 - Calls to a sub-dissector must not be under 'if (tree)';
 - Setup COL_PROTO & COL_INFO before fetching from the tvb;
 - Move proto_reg_handoff_...() to the end of the file;
 - prefs callback not required;
 - Localize a global variable;
 - whitespace.

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +104 -91   packet-socketcan.c    Modified