aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ctdb.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-8/+8
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-3/+3
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-12ctdb: don't dereference a null ptr (CID: 1427427).Dario Lombardo1-2/+1
2018-01-05ctdb: check return value from wmem_tree_lookup32_array (CID: 1073824).Dario Lombardo1-4/+5
2017-02-09dissectors: update list of controls in CTDB dissector.Günther Deschner1-20/+184
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-03-28Fix more -Wused-but-marked-unused warnings/errors.Joerg Mayer1-4/+4
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-10/+10
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-4/+4
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-06-26ctdb: exit instead of throwing an exceptionMartin Kaiser1-1/+1
2015-04-16Replace deprecated tvb_length APIsAndersBroman1-1/+1
2015-01-10CTDB: fix Copy-paste error (CID 11158596)Alexis La Goutte1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+0
2014-10-02Add editor modelines & adjust indentation/whitespace as needed.Bill Meier1-5/+18
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
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