Commit Graph

16 Commits

Author SHA1 Message Date
Jörg Mayer 9ee31d1d0e cmake will now honor -Werror if configured (default: on)
svn path=/trunk/; revision=30852
2009-11-07 10:07:00 +00:00
Stig Bjørlykke 8ec95312b7 Corrected hfinfo.ref_count -> hfinfo.ref_type.
(how did this ever compile?)

svn path=/trunk/; revision=30218
2009-09-30 15:03:39 +00:00
Stig Bjørlykke 2a0e507747 Mark unused argument instead of assigning to an unused variable.
svn path=/trunk/; revision=30204
2009-09-29 19:40:21 +00:00
Stig Bjørlykke b8ae6ea510 Don't include config.h in header files.
svn path=/trunk/; revision=30203
2009-09-29 19:30:42 +00:00
Stig Bjørlykke 6b4aefe2c7 Use correct prototypes when having no arguments.
Made some functions static.
Removed C++ comments.

svn path=/trunk/; revision=30194
2009-09-29 11:50:07 +00:00
Jörg Mayer 53acec3427 wslua now builds, links and installs.
Enable it by default.

svn path=/trunk/; revision=30142
2009-09-25 14:53:56 +00:00
Jörg Mayer cf326e0304 More fixes for OSX - might work now :-)
svn path=/trunk/; revision=30093
2009-09-23 15:56:44 +00:00
Jaap Keuter c09c7fd7cd Fix for bug 4034:
Fix for missing register file and cleanup of code in register_all_py_protocols_func().

svn path=/trunk/; revision=30058
2009-09-21 21:28:11 +00:00
Jaap Keuter f78265be26 Set svn properties and fix Id keyword.
svn path=/trunk/; revision=30057
2009-09-21 21:25:23 +00:00
Jörg Mayer 95182116aa CMake:
- Add opcua to the list of plugins to build
- Link the gtk stuff statically into wireshark
- Beginnings of "make install"
- Change a few things about install paths

svn path=/trunk/; revision=30029
2009-09-21 00:19:07 +00:00
Gerald Combs 3996953787 Add some missing files to the distribution.
svn path=/trunk/; revision=29973
2009-09-17 16:39:23 +00:00
Jörg Mayer 9250a69a99 Update to add the last missing detection stuff.
Some of it is untested, kerberos is currently a hack.
Apart from that, package detection should be complete.

svn path=/trunk/; revision=29838
2009-09-10 07:04:54 +00:00
Stig Bjørlykke 221225e0f3 From Kovarththanan Rajaratnam via bug 3719:
This patch optimizes proto_tree_prime_hfid() + friends and
plugs a memleak in the process.

From me:
Removed unused hfindex in proto_tree_new_item()
Fixed ref_count entry in struct header_field_info.

svn path=/trunk/; revision=29137
2009-07-18 20:10:14 +00:00
Stig Bjørlykke 95f5427287 Added the wspython Makefile.nmake from bug 3500 to satisfy the
Ubuntu buildbot.

svn path=/trunk/; revision=28570
2009-06-01 18:09:07 +00:00
Sebastien Tandel 7f0d2951c6 python binding update :
* adding pydoc documentation to doc/README.python
    * possible to access directly libwireshark via libhandle and raw_<tvb|pinfo|tree>
    * transform some methods into properties
    * update sample to reflect changes/features
    * adding comments!!!


svn path=/trunk/; revision=28532
2009-05-30 13:37:02 +00:00
Sebastien Tandel 52cc5fb1e8 python binding for wireshark (first commit)
* ability to write dissectors with python for wireshark.
        documentation (http://wiki.wireshark.org/Python)


svn path=/trunk/; revision=28529
2009-05-29 21:10:40 +00:00