Wireshark-commits: [Wireshark-commits] rev 39535: /trunk/epan/wspython/ /trunk/epan/wspython/: wspy
Date: Mon, 24 Oct 2011 16:37:08 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39535

User: etxrab
Date: 2011/10/24 09:37 AM

Log:
 From Eliot:
 Change to python support functions.
 
 Avoid passing C dissector callback via python to create_dissector_handle.
 This caused problems at least on 64 bit linux.
 
 Get all dissector args in one call.  Simplifies common usage.
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6448

Directory: /trunk/epan/wspython/
  Changes    Path                 Action
  +7 -13     wspy_dissector.py    Modified
  +6 -22     wspy_register.c      Modified