aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ctdb.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-08-31Convert another 10 dissectors to wmem.Evan Huus1-22/+22
2013-05-25Batch of filterable expert_infos.Michael Mann1-1/+12
2013-03-16[-Wmissing-prototypes]Anders Broman1-7/+10
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-08-09Add a check for the number of nodes. Fixes a DoS in bug 7573 reported byGerald Combs1-2/+10
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2011-10-26Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-6/+6
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-26/+14
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...Bill Meier1-3/+0
2010-10-11Define some fcns & vars as static;Bill Meier1-2/+2
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-82/+82
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-09-24Don't guard col_append_str with check_colKovarththanan Rajaratnam1-3/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-3/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-3/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-34/+34
2009-02-06#include <conversation.h> not req'd ....Bill Meier1-1/+0
2008-08-25#include <prefs.h> not req'dBill Meier1-1/+0
2008-07-15Frame numbers are unsigned, so 0xffffffff isn't a special out-of-bandGuy Harris1-24/+14
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-10-02get rid of a check for null we dont needRonnie Sahlberg1-3/+1
2007-09-25add more control namesRonnie Sahlberg1-0/+14
2007-08-28improve the ctdb dissector to track request/responses for controls and Ronnie Sahlberg1-15/+443
2007-06-04add the name for the keeaplive pduRonnie Sahlberg1-2/+4
2007-06-04there is no longer a FINISHED pdu in the protocolRonnie Sahlberg1-8/+4
2007-06-02srvid is also aligned to an 8 byte boundaryRonnie Sahlberg1-0/+1
2007-06-02add a new field to one of the pdusRonnie Sahlberg1-0/+12
2007-06-02show the database name for ctdb.dbid fieldsRonnie Sahlberg1-1/+10
2007-06-02update the ctdb controls to match the current version of the protocol Ronnie Sahlberg1-33/+99
2007-05-02Fix the windows build by changing uint32_t into guint32.Jaap Keuter1-2/+2
2007-05-02updates to the ctdb dissector to follow the latest protocolRonnie Sahlberg1-44/+165
2007-04-23add request/response matching for ctdbRonnie Sahlberg1-7/+299
2007-04-06update of dissector to reflect wire format changesRonnie Sahlberg1-22/+73
2007-04-06initial CTDB dissectorRonnie Sahlberg1-0/+277