Wireshark-commits: [Wireshark-commits] rev 36917: /trunk/epan/wspython/ /trunk/epan/wspython/: wspy

Date: Wed, 27 Apr 2011 22:15:45 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36917

User: morriss
Date: 2011/04/27 03:15 PM

Log:
 My version of Python (2.5.2) core dumps if PySequence_Check is called with a
 NULL pointer (because no dissectors were registered).  Don't call that function
 with a NULL pointer.
 
 Also update the output when no dissectors are registered.  Not sure if we
 should be printing *anything* in this situation, but for now make the output
 interesting.

Directory: /trunk/epan/wspython/
  Changes    Path               Action
  +2 -2      wspy_register.c    Modified