aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wspython
AgeCommit message (Expand)AuthorFilesLines
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss1-1/+1
2012-02-24CVARSDLL hasn't been used (is undefined) for a while....Bill Meier1-1/+1
2012-01-29Add *.sbr files to the clean target.Anders Broman1-1/+1
2011-11-03Remove apparent debug code that causes these console messages on launch:Stephen Fisher1-2/+0
2011-10-28From Eliot:Anders Broman2-0/+41
2011-10-28From Eliot:Anders Broman1-14/+16
2011-10-28From Eliot:Anders Broman1-1/+7
2011-10-24From Eliot:Anders Broman2-35/+13
2011-10-24From Eliot:Anders Broman2-23/+30
2011-10-11From Eliot:Anders Broman1-1/+1
2011-10-11From Eliot:Anders Broman1-11/+11
2011-10-02Removed the protocol registration updates in the splash screen for PythonStig Bjørlykke2-34/+8
2011-07-17Cleanup and indent in Makefile.Stig Bjørlykke1-10/+7
2011-07-17Check for a valid wspy_dissectors disectory to avoid a warning if missing.Stig Bjørlykke1-0/+5
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