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

Date: Sat, 16 Nov 2013 02:46:05 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53358

User: wmeier
Date: 2013/11/16 02:46 AM

Log:
 Constify a character array;
 'localize' some variables;
 Remove some unneeded initializers;
 Move proto_reg_handoff_...() to the end of the file as per convention;
 Add forward declarations for proto_register_...() & proto_reg_hand_off_...();
 Reformat some long lines;
 Tweak some whitespace;
 Add editor modelines.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +260 -196  packet-dtn.c    Modified