aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-srp.c
AgeCommit message (Collapse)AuthorFilesLines
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke1-2/+1
This time keep the tvb routines in epan. Now we can use common crc routines outside epan. svn path=/trunk/; revision=38810
2011-08-30Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=38803
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke1-1/+1
This way we can use the crc routines in wiretap. svn path=/trunk/; revision=38800
2011-08-08Dissectors don't need to #include <gmodule.h>Bill Meier1-2/+1
Also: #include <stdlib.h> not req'd in some cases. svn path=/trunk/; revision=38409
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=29446
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-3/+3
(1) Trailing/leading spaces are removed from 'name's/'blurb's (2) Duplicate 'blurb's are replaced with NULL (3) Empty ("") 'blurb's are replaced with NULL (4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME, FT_PROTOCOL, FT_STRING and FT_STRINGZ field types (5) Only allow non-zero value for 'display' if 'bitmask' is non-zero svn path=/trunk/; revision=28770
2009-03-31#include reassemble.h not req'dBill Meier1-1/+1
svn path=/trunk/; revision=27911
2008-09-26Minor cleanup related to proto_register & proto_reg_handoffBill Meier1-23/+13
svn path=/trunk/; revision=26280
2008-05-14Fix some of the Errors/warnings detected by checkapi.Bill Meier1-1/+3
svn path=/trunk/; revision=25290
2007-08-24move packet-srp into the core (from the h223 plugin)Richard van der Hoff1-0/+240
svn path=/trunk/; revision=22634