aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ctdb.c
Commit message (Expand)AuthorAgeFilesLines
* Don't guard col_append_str with check_colKovarththanan Rajaratnam2009-09-241-3/+1
* Don't guard col_clear with col_checkKovarththanan Rajaratnam2009-08-091-3/+1
* Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-3/+1
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-34/+34
* #include <conversation.h> not req'd ....Bill Meier2009-02-061-1/+0
* #include <prefs.h> not req'dBill Meier2008-08-251-1/+0
* Frame numbers are unsigned, so 0xffffffff isn't a special out-of-bandGuy Harris2008-07-151-24/+14
* Apply the small performance enhancment patches for:Anders Broman2007-10-231-1/+1
* get rid of a check for null we dont needRonnie Sahlberg2007-10-021-3/+1
* add more control namesRonnie Sahlberg2007-09-251-0/+14
* improve the ctdb dissector to track request/responses for controls and Ronnie Sahlberg2007-08-281-15/+443
* add the name for the keeaplive pduRonnie Sahlberg2007-06-041-2/+4
* there is no longer a FINISHED pdu in the protocolRonnie Sahlberg2007-06-041-8/+4
* srvid is also aligned to an 8 byte boundaryRonnie Sahlberg2007-06-021-0/+1
* add a new field to one of the pdusRonnie Sahlberg2007-06-021-0/+12
* show the database name for ctdb.dbid fieldsRonnie Sahlberg2007-06-021-1/+10
* update the ctdb controls to match the current version of the protocol Ronnie Sahlberg2007-06-021-33/+99
* Fix the windows build by changing uint32_t into guint32.Jaap Keuter2007-05-021-2/+2
* updates to the ctdb dissector to follow the latest protocolRonnie Sahlberg2007-05-021-44/+165
* add request/response matching for ctdbRonnie Sahlberg2007-04-231-7/+299
* update of dissector to reflect wire format changesRonnie Sahlberg2007-04-061-22/+73
* initial CTDB dissectorRonnie Sahlberg2007-04-061-0/+277