aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ctdb.c
AgeCommit message (Collapse)AuthorFilesLines
2009-02-06#include <conversation.h> not req'd ....Bill Meier1-1/+0
svn path=/trunk/; revision=27389
2008-08-25#include <prefs.h> not req'dBill Meier1-1/+0
svn path=/trunk/; revision=26089
2008-07-15Frame numbers are unsigned, so 0xffffffff isn't a special out-of-bandGuy Harris1-24/+14
value. They start at 1, though, so 0 *is* a special out-of-band value. There is no guarantee that you can use a pointer as a 32-bit integral value; the compiler warns if you do, at least on some platforms. svn path=/trunk/; revision=25744
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
- if offset is 0, tvb_length is the same as tvb_length_remaining, just faster. Replace - col_append_fstr() with faster col_append_str() - col_add_str() with col_set_str() when it's safe svn path=/trunk/; revision=23252
2007-10-02get rid of a check for null we dont needRonnie Sahlberg1-3/+1
coverity 257 svn path=/trunk/; revision=23044
2007-09-25add more control namesRonnie Sahlberg1-0/+14
svn path=/trunk/; revision=22944
2007-08-28improve the ctdb dissector to track request/responses for controls and Ronnie Sahlberg1-15/+443
start decoding some control payload svn path=/trunk/; revision=22700
2007-06-04add the name for the keeaplive pduRonnie Sahlberg1-2/+4
svn path=/trunk/; revision=22035
2007-06-04there is no longer a FINISHED pdu in the protocolRonnie Sahlberg1-8/+4
svn path=/trunk/; revision=22034
2007-06-02srvid is also aligned to an 8 byte boundaryRonnie Sahlberg1-0/+1
svn path=/trunk/; revision=22029
2007-06-02add a new field to one of the pdusRonnie Sahlberg1-0/+12
rsn in dmaster request/response is aligned to a 64 bit bundary svn path=/trunk/; revision=22028
2007-06-02show the database name for ctdb.dbid fieldsRonnie Sahlberg1-1/+10
svn path=/trunk/; revision=22027
2007-06-02update the ctdb controls to match the current version of the protocol Ronnie Sahlberg1-33/+99
svn path=/trunk/; revision=22023
2007-05-02Fix the windows build by changing uint32_t into guint32.Jaap Keuter1-2/+2
svn path=/trunk/; revision=21648
2007-05-02updates to the ctdb dissector to follow the latest protocolRonnie Sahlberg1-44/+165
svn path=/trunk/; revision=21646
2007-04-23add request/response matching for ctdbRonnie Sahlberg1-7/+299
svn path=/trunk/; revision=21523
2007-04-06update of dissector to reflect wire format changesRonnie Sahlberg1-22/+73
svn path=/trunk/; revision=21345
2007-04-06initial CTDB dissectorRonnie Sahlberg1-0/+277
svn path=/trunk/; revision=21344