Wireshark-commits: [Wireshark-commits] rev 44952: /trunk/tools/ /trunk/tools/: make-dissector-reg.p
Date: Mon, 17 Sep 2012 20:37:39 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44952

User: morriss
Date: 2012/09/17 01:37 PM

Log:
 Unique-ify the list of dissector registration and handoff functions while we
 sort them.  Avoids the double registration problem discussed on -dev today.
 
 Note: the sorted() call requires Python 2.4+ but I think that's OK now.

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