Wireshark-commits: [Wireshark-commits] rev 45409: /trunk-1.8/epan/dissectors/ /trunk-1.8/epan/disse

Date: Mon, 08 Oct 2012 21:10:27 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45409

User: etxrab
Date: 2012/10/08 02:10 PM

Log:
 Copy:
 --------------------------------------------------------------------------------
 Revision 44438 - Use val_to_str_const() where appropriate;
 Also (for a few files):
 - create/use some extended value strings;
 - remove unneeded #include files;
 - remove unneeded variable initialization;
 - re-order fcns slightly so prefs_reg_handoff...() at end, etc
 Revision 44515 - (view) (download) - [select for diffs] 
 Modified Wed Aug 15 13:56:59 2012 UTC (7 weeks, 5 days ago) by mmann 
 File length: 97575 byte(s) 
 Diff to previous 44511 
 convert GStrings to more "ephemeral friendly" use.
 
 --------------------------------------------------------------------------------
 Revision 44511 - Move registration to a better place.
 --------------------------------------------------------------------------------
 Revision 45081 - Move potential dereference until *after* the null-check.
 Caught by cppcheck.

Directory: /trunk-1.8/epan/dissectors/
  Changes    Path             Action
  +25 -24    packet-dtls.c    Modified