Wireshark-commits: [Wireshark-commits] rev 45104: /trunk/tools/ /trunk/tools/: make-dissector-reg.p

Date: Mon, 24 Sep 2012 16:21:57 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45104

User: gerald
Date: 2012/09/24 09:21 AM

Log:
 Update make-dissector-reg.py to match r45083. Instead of writing the new
 plugin.c or register.c content to a temporary file build a giant string
 in memory and only write it if the current and new hashes differ.
 
 This requires hashlib which was added in Python 2.5; hopefully that's
 not a problem.

Directory: /trunk/tools/
  Changes    Path                     Action
  +54 -59    make-dissector-reg.py    Modified