aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wspython
AgeCommit message (Expand)AuthorFilesLines
2011-04-28Fix one of the complaints in https://bugs.wireshark.org/bugzilla/show_bug.cgi...Jeff Morriss1-9/+10
2011-04-28Don't dump core if Python was not able to load the dissector registration fileJeff Morriss1-1/+5
2011-04-27My version of Python (2.5.2) core dumps if PySequence_Check is called with aJeff Morriss1-2/+2
2011-04-27Fix part of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4878 :Jeff Morriss1-0/+1
2011-02-02A bit of Windows makefiles rework and cleanup:Bill Meier1-4/+3
2010-11-12Use python comments in python code.Stig Bjørlykke1-1/+1
2010-08-25Add ws_load_library and ws_module_open, which respectively callGerald Combs1-0/+1
2010-06-01From Kovarththanan Rajaratnam via bug 3500:Gerald Combs1-1/+1
2010-05-28Remaining fixes forJörg Mayer1-34/+6
2010-05-14Add Cmake stuff to the source distribution so more people can try it out.Jeff Morriss1-1/+3
2010-03-25Set svn:executable property for some .py and .pl filesBill Meier3-0/+0
2010-03-18cmake changes:Jörg Mayer1-0/+1
2009-11-07cmake will now honor -Werror if configured (default: on)Jörg Mayer1-1/+13
2009-09-30Corrected hfinfo.ref_count -> hfinfo.ref_type.Stig Bjørlykke1-1/+1
2009-09-29Mark unused argument instead of assigning to an unused variable.Stig Bjørlykke1-4/+1
2009-09-29Don't include config.h in header files.Stig Bjørlykke2-4/+0
2009-09-29Use correct prototypes when having no arguments.Stig Bjørlykke1-14/+16
2009-09-25wslua now builds, links and installs.Jörg Mayer1-0/+6
2009-09-23More fixes for OSX - might work now :-)Jörg Mayer1-0/+6
2009-09-21Fix for bug 4034:Jaap Keuter1-10/+9
2009-09-21Set svn properties and fix Id keyword.Jaap Keuter9-9/+9
2009-09-21CMake:Jörg Mayer1-0/+15
2009-09-17Add some missing files to the distribution.Gerald Combs1-1/+4
2009-09-10Update to add the last missing detection stuff.Jörg Mayer1-0/+32
2009-07-18From Kovarththanan Rajaratnam via bug 3719:Stig Bjørlykke1-1/+1
2009-06-01Added the wspython Makefile.nmake from bug 3500 to satisfy the Stig Bjørlykke1-0/+32
2009-05-30python binding update :Sebastien Tandel2-31/+82
2009-05-29python binding for wireshark (first commit)Sebastien Tandel10-0/+1144