aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bfd.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-26Remove use of APPEND_BOOLEAN_FLAG in favor of proto_tree_add_bitmask_with_flags.Michael Mann1-50/+2
2015-11-13register_dissector -> new_register_dissectorMichael Mann1-4/+4
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-11-09Add subdissector table for MPLS PW Associated Channel TypeMichael Mann1-0/+5
2014-11-09Restore a "ti" assignment that slightly altered dissection.Michael Mann1-1/+1
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-08-03Eliminate proto_tree_add_text from some dissectors.Michael Mann1-33/+37
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-2/+2
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-05-25Batch of filterable expert_infos.Michael Mann1-7/+15
2013-03-14[-Wmissing-prototypes]Anders Broman1-0/+3
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-2/+6
2012-12-10Minor cleanup:Bill Meier1-19/+20
2012-11-19From Krishnamurthy Mayya:Anders Broman1-12/+28
2012-09-28Cleanup:Bill Meier1-2/+2
2012-09-23expert_add...() shouldn't be called under 'if (tree)'.Bill Meier1-34/+46
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-07-22Update display filter names per Bug 2794. Part 1 of many.Michael Mann1-12/+12
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-3/+1
2012-05-05Fix some encoding arguments.Jeff Morriss1-1/+1
2012-05-01Indicate why the flags have a field width of 6.Guy Harris1-6/+8
2012-04-30No C++-style comments, please; some C compilers reject them.Guy Harris1-6/+6
2012-04-30Add some initializations to squelch (bogus) warnings (either the versionGuy Harris1-11/+11
2012-04-30Rework code slightly:Bill Meier1-237/+219
2012-04-30Parenthesize an expression to prevent a possible overflow resulting an incorr...Bill Meier1-1/+1
2011-12-06One more contributor...Anders Broman1-1/+2
2011-12-02Add a contributor.Anders Broman1-0/+1
2011-11-30From Krishnamurthy Mayya:Anders Broman1-0/+4
2011-11-28Fix Checkapi found errors.Anders Broman1-6/+6
2011-11-28From Krishnamurthy Mayya:Anders Broman1-2/+6
2011-11-28From Krishnamurthy Mayya:Anders Broman1-3/+197
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-6/+4
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier1-108/+109
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-11-09Removed an unused variable.Stig Bjørlykke1-2/+0
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-07Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke1-10/+10
2009-06-29From Artem Tamazov:Anders Broman1-0/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-7/+7
2009-03-29Define certain fcns as static (if not used externally).Bill Meier1-2/+2
2008-02-07Removed even more "statement not reached" warnings.Stig Bjørlykke1-1/+1