aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ctdb.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-11Define some fcns & vars as static;wmeier1-2/+2
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.morriss1-82/+82
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-09-24Don't guard col_append_str with check_colkrj1-3/+1
2009-08-09Don't guard col_clear with col_checkkrj1-3/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-3/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-34/+34
2009-02-06#include <conversation.h> not req'd ....wmeier1-1/+0
2008-08-25#include <prefs.h> not req'dwmeier1-1/+0
2008-07-15Frame numbers are unsigned, so 0xffffffff isn't a special out-of-bandguy1-24/+14
2007-10-23Apply the small performance enhancment patches for:etxrab1-1/+1
2007-10-02get rid of a check for null we dont needsahlberg1-3/+1
2007-09-25add more control namessahlberg1-0/+14
2007-08-28improve the ctdb dissector to track request/responses for controls and sahlberg1-15/+443
2007-06-04add the name for the keeaplive pdusahlberg1-2/+4
2007-06-04there is no longer a FINISHED pdu in the protocolsahlberg1-8/+4
2007-06-02srvid is also aligned to an 8 byte boundarysahlberg1-0/+1
2007-06-02add a new field to one of the pdussahlberg1-0/+12
2007-06-02show the database name for ctdb.dbid fieldssahlberg1-1/+10
2007-06-02update the ctdb controls to match the current version of the protocol sahlberg1-33/+99
2007-05-02Fix the windows build by changing uint32_t into guint32.jake1-2/+2
2007-05-02updates to the ctdb dissector to follow the latest protocolsahlberg1-44/+165
2007-04-23add request/response matching for ctdbsahlberg1-7/+299
2007-04-06update of dissector to reflect wire format changessahlberg1-22/+73
2007-04-06initial CTDB dissectorsahlberg1-0/+277